#
luxiaotao1123
2024-02-22 1b1ecd174ec26a02b1a5b39cfde8a2643702c00e
#
1个文件已修改
5 ■■■■■ 已修改文件
zy-asrs-flow/src/pages/system/role/index.jsx 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/role/index.jsx
@@ -156,7 +156,6 @@
            title: '修改时间',
            dataIndex: 'updateTime$',
            valueType: 'text',
            width: 300,
            filterDropdown: (props) => <DatetimeRangeFilter
                name='updateTime'
                {...props}
@@ -168,7 +167,6 @@
            title: '状态',
            dataIndex: 'status$',
            valueType: 'text',
            width: 160,
            filterDropdown: (props) => <SelectFilter
                name='status'
                {...props}
@@ -199,7 +197,7 @@
        {
            title: '操作',
            dataIndex: 'option',
            width: 140,
            width: 260,
            valueType: 'option',
            render: (_, record) => [
                <Button
@@ -266,6 +264,7 @@
                    formRef={formTableRef}
                    columns={columns}
                    cardBordered
                    scroll={{ x: 1300 }}
                    dateFormatter="string"
                    pagination={{ pageSize: 20 }}
                    search={false}