mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 08:16:46 +08:00
讲师管理bug
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user