Commit f6dc40b6 authored by zhengke's avatar zhengke

修改

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