Commit b36c2add by tangjiale

1

parent 9a34cc43
......@@ -2,7 +2,7 @@
<div>
<div class="layout-t">
<div class="head-title">
奔腾宝贝培训学校管理系统?
奔腾宝贝培训学校管理系统
</div>
<div class="flex-c">
......
<template>
<div class="page-bg">
<t-table autoLoad ref="table" :options="options" :params="params" @row-btn-click="onRowButtonClick">
<t-table ref="table" :options="options" :params="params" @row-btn-click="onRowButtonClick">
<template slot="form-order-search">
<div class="search-bottom">
......@@ -22,7 +22,7 @@
<script>
const orderState = ['待支付','待发货','全部退货','已收货','已取消','待收货']
export default {
services:['order','base'],
services:['base'],
data(){
return{
params:{
......@@ -44,7 +44,7 @@ export default {
},
],
table: {
service: "order", height:(screen.height - (482 * this.$px2rem)),
service: "", height:(screen.height - (482 * this.$px2rem)),
func: "getOrderPcList",
selectable: false,customRow:true,
columns: [
......
<template>
<div class="page-bg">
<t-table autoLoad ref="table" :options="options" :params="params" @row-btn-click="onRowButtonClick">
<t-table ref="table" :options="options" :params="params" @row-btn-click="onRowButtonClick">
<!-- 操作栏 -->
<template slot="form-order-search">
<div class="search-bottom">
......@@ -23,7 +23,7 @@
<script>
const orderState = ['待支付','待发货','全部退货','已收货','已取消','待收货']
export default {
services:['order','base'],
services:['base'],
data(){
return{
params:{
......@@ -49,7 +49,7 @@ export default {
},
],
table: {
service: "order", height:(screen.height - (482 * this.$px2rem)),
service: "", height:(screen.height - (482 * this.$px2rem)),
func: "getOrderPcList",
selectable: false,customRow:true,
columns: [
......
......@@ -14,7 +14,7 @@
@row-btn-click="onRowButtonClick">
<!-- 操作栏 -->
<template slot="form-order-search" v-if="!([1,2].includes(myUserInfo.roleId))">
<template slot="form--search" v-if="!([1,2].includes(myUserInfo.roleId))">
<div class="search-bottom">
<el-button type="primary" size="mini" plain @click="handleOption('add')"><i class="el-icon-plus"></i> 新增学生</el-button>
<el-button type="primary" size="mini" plain @click="handleOption('import')"><i class="el-icon-upload2"></i> 导入学生</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment