#
luxiaotao1123
2024-02-21 b8b233a92c3960baae520379074f3c2fb0d00b7f
#
1个文件已修改
24 ■■■■ 已修改文件
zy-asrs-flow/src/pages/system/user/index.jsx 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/index.jsx
@@ -121,14 +121,14 @@
            title: 'No',
            dataIndex: 'index',
            valueType: 'indexBorder',
            width: 48,
            width: 30,
        },
        {
            title: '昵称',
            dataIndex: 'nickname',
            valueType: 'text',
            hidden: false,
            width: 140,
            width: 100,
            copyable: true,
            filterDropdown: (props) => <TextFilter
                name='nickname'
@@ -142,7 +142,7 @@
            dataIndex: 'username',
            valueType: 'text',
            hidden: false,
            width: 140,
            width: 100,
            filterDropdown: (props) => <TextFilter
                name='username'
                {...props}
@@ -155,7 +155,7 @@
            dataIndex: 'password',
            valueType: 'password',
            hidden: true,
            width: 140,
            width: 100,
            filterDropdown: (props) => <TextFilter
                name='password'
                {...props}
@@ -167,7 +167,7 @@
            title: '头像',
            dataIndex: 'avatar',
            valueType: 'text',
            hidden: false,
            hidden: true,
            width: 140,
            filterDropdown: (props) => <TextFilter
                name='avatar'
@@ -194,7 +194,7 @@
            dataIndex: 'sex$',
            valueType: 'text',
            hidden: false,
            width: 140,
            width: 80,
            filterDropdown: (props) => <SelectFilter
                name='sex'
                {...props}
@@ -212,7 +212,7 @@
            dataIndex: 'phone',
            valueType: 'text',
            hidden: false,
            width: 140,
            width: 100,
            filterDropdown: (props) => <TextFilter
                name='phone'
                {...props}
@@ -224,7 +224,7 @@
            title: '邮箱',
            dataIndex: 'email',
            valueType: 'text',
            hidden: false,
            hidden: true,
            width: 140,
            filterDropdown: (props) => <TextFilter
                name='email'
@@ -255,7 +255,7 @@
            dataIndex: 'deptId$',
            valueType: 'text',
            hidden: false,
            width: 140,
            width: 100,
            filterDropdown: (props) => <LinkFilter
                name='deptId'
                major='dept'
@@ -321,7 +321,7 @@
            dataIndex: 'status$',
            valueType: 'text',
            hidden: false,
            width: 140,
            width: 80,
            filterDropdown: (props) => <SelectFilter
                name='status'
                {...props}
@@ -390,7 +390,7 @@
        {
            title: '操作',
            dataIndex: 'option',
            width: 140,
            width: 100,
            valueType: 'option',
            render: (_, record) => [
                <Button
@@ -471,7 +471,7 @@
                        formRef={formTableRef}
                        columns={columns}
                        cardBordered
                        scroll={{ x: 1300, y: boxHeight }}
                        scroll={{y: boxHeight }}
                        dateFormatter="string"
                        pagination={{ pageSize: 20 }}
                        search={false}