讲师管理bug

This commit is contained in:
zhangsir
2024-11-13 16:41:26 +08:00
parent 5c76f6411f
commit 0c0dfff74b
10 changed files with 188 additions and 78 deletions

View File

@@ -328,7 +328,7 @@ export default{
width: 200,
},
{
title: '是否为根节点',
title: '根节点名称',
dataIndex: 'isParent',
key: 'isParent',
ellipsis: true, align: "center",
@@ -370,13 +370,13 @@ export default{
}
},
},
{
title: '备注 ',
dataIndex: 'remark',
key: 'remark',
ellipsis: true, align: "center",
width: 160,
},
// {
// title: '备注 ',
// dataIndex: 'remark',
// key: 'remark',
// ellipsis: true, align: "center",
// width: 160,
// },
{
title: '操作 ',
dataIndex: 'operation',