#
luxiaotao1123
2024-02-23 9dd13f690b9a80b487df0da9cfd3f01f80eced0d
#
1个文件已修改
7 ■■■■ 已修改文件
zy-asrs-flow/src/pages/system/user/index.jsx 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/user/index.jsx
@@ -457,12 +457,13 @@
        {
            title: '操作',
            dataIndex: 'option',
            width: 150,
            width: 110,
            valueType: 'option',
            render: (_, record) => [
                <Button
                    type="link"
                    key="edit"
                    style={{ padding: '2px 3px' }}
                    onClick={() => {
                        setModalVisible(true);
                        setCurrentRow(record);
@@ -473,6 +474,7 @@
                <Button
                    type="link"
                    key="pwd"
                    style={{ padding: '2px 2px' }}
                    onClick={() => {
                        setPwdModalVisible(true);
                        setCurrentRow(record);
@@ -483,6 +485,7 @@
                <Button
                    type="link"
                    danger
                    style={{ padding: '4px' }}
                    key="remove"
                    onClick={async () => {
                        Modal.confirm({
@@ -503,7 +506,7 @@
                </Button>,
                <TableDropdown
                    key="actionGroup"
                    name="asds"
                    name="dropdown"
                    onSelect={(key) => {
                        if (key === 'pwd') {
                            setPwdModalVisible(true);