讲师管理bug

This commit is contained in:
zhangsir
2024-12-27 16:46:49 +08:00
parent 914e2d7e98
commit fb737c7334
14 changed files with 132 additions and 38 deletions

View File

@@ -427,14 +427,14 @@ export default{
},
},
{
title: '是否为根节点名称',
title: '是否为根节点',
dataIndex: 'parentName',
key: 'parentName',
align: "left",
width: '200px',
customRender: ({text,record})=>{
return (
text ? <div>({text})</div> : <div>({{1:'一',2:'二',3:'三'}[record.code]}级审批)</div>
text ? <div><span style={{marginRight:'10px'}}></span>({text})</div> : <div><span style={{marginRight:'10px'}}></span>({{1:'一',2:'二',3:'三'}[record.code]}级审批)</div>
)
},
},