zy-asrs-flow/src/pages/system/dept/index.jsx
@@ -115,18 +115,11 @@ const columns = [ { title: 'No', dataIndex: 'index', valueType: 'indexBorder', width: 48, }, { title: '部门名称', dataIndex: 'name', valueType: 'text', hidden: false, width: 140, copyable: true, width: 240, filterDropdown: (props) => <TextFilter name='name' {...props} @@ -135,7 +128,7 @@ />, }, { title: '上级部门名', title: '上级部门', dataIndex: 'parentName', valueType: 'text', hidden: true,