mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 09:46:45 +08:00
讲师管理bug
This commit is contained in:
@@ -396,14 +396,14 @@ export default{
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: '根节点名称',
|
||||
title: '是否为根节点名称',
|
||||
dataIndex: 'parentName',
|
||||
key: 'parentName',
|
||||
ellipsis: true, align: "center",
|
||||
align: "center",
|
||||
width: 200,
|
||||
customRender: ({text})=>{
|
||||
customRender: ({text,record})=>{
|
||||
return (
|
||||
text || '-'
|
||||
text ? <div>否({text})</div> : <div>是({{1:'一',2:'二',3:'三'}[record.code]}级审批)</div>
|
||||
)
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user