#
luxiaotao1123
2024-02-20 b58f703127da6f0511f6617519733dd90e9eb710
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,