style:项目下作业面授导出参数错误,隐藏部分按钮

This commit is contained in:
zhangyc
2023-01-12 02:31:37 +08:00
parent e4e6682f62
commit e8d4c179f5
8 changed files with 48 additions and 43 deletions

View File

@@ -1859,9 +1859,10 @@ export default {
title: "最近学习时间",
dataIndex: "lastStudyTime",
key: "lastStudyTime",
width: 80,
width: 120,
align: "center",
className: "h",
ellipsis: true,
},
],
loading: false,
@@ -3074,6 +3075,7 @@ export default {
width: "20%",
align: "center",
className: "h",
ellipsis: true,
// sorter: {
// compare: (a, b) => a.stutime - b.stutime,
// multiple: 3,