Commit f6dc40b6 authored by zhengke's avatar zhengke

修改

parent fbff6b94
...@@ -190,8 +190,8 @@ ...@@ -190,8 +190,8 @@
], ],
//表格可见列 //表格可见列
visibleColumns: [ visibleColumns: [
'TeacherName', 'ClassDateStr', 'ClassTime', 'RoomName', 'LessonName', 'JoinNum', 'ClassContent', 'TeacherName', 'ClassDateStr', 'ClassTime', 'RoomName', 'LessonName', 'JoinNum', 'OrderCount', 'ConversionRates', 'ClassContent',
'CreateByName', 'OrderCount','ConversionRates','TeacherId' 'CreateByName','TeacherId'
], //可见列 ], //可见列
reserveObj: {}, reserveObj: {},
isShowReserve: false, isShowReserve: false,
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
created() { created() {
if (this.authObj && !this.authObj.isShowEdit) { if (this.authObj && !this.authObj.isShowEdit) {
this.visibleColumns.splice(this.visibleColumns.length - 1, 1); this.visibleColumns.splice(this.visibleColumns.length - 1, 1);
this.visibleColumns.splice(this.visibleColumns.length - 1, 1); this.visibleColumns.splice(7, 1);
} }
}, },
mounted() { mounted() {
......
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