#
luxiaotao1123
2024-02-26 4f63b6c331bf1d190fe225256fda0fcd8906698d
#
3个文件已修改
15 ■■■■ 已修改文件
zy-asrs-flow/src/pages/system/operationRecord/index.jsx 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/userLogin/index.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-framework/src/main/resources/templates/react/Index.txt 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/system/operationRecord/index.jsx
@@ -334,7 +334,11 @@
    ];
    return (
        <PageContainer>
        <PageContainer
            header={{
                breadcrumb: {},
            }}
        >
            <div style={{ width: '100%', float: 'right' }}>
                <ProTable
                    key="operationRecord"
@@ -345,8 +349,11 @@
                    cardBordered
                    scroll={{ x: 1300 }}
                    dateFormatter="string"
                    pagination={{ pageSize: 20 }}
                    pagination={{ pageSize: 16 }}
                    search={false}
                    style={{
                        marginBottom: '20px'
                    }}
                    toolbar={{
                        search: {
                            onSearch: (value) => {
zy-asrs-flow/src/pages/system/userLogin/index.jsx
@@ -293,7 +293,7 @@
                    cardBordered
                    scroll={{ x: 1300 }}
                    dateFormatter="string"
                    pagination={{ pageSize: 20 }}
                    pagination={{ pageSize: 16 }}
                    search={false}
                    style={{
                        marginBottom: '20px'
zy-asrs-framework/src/main/resources/templates/react/Index.txt
@@ -168,7 +168,7 @@
                    cardBordered
                    scroll={{ x: 1300 }}
                    dateFormatter="string"
                    pagination={{ pageSize: 20 }}
                    pagination={{ pageSize: 16 }}
                    search={false}
                    toolbar={{
                        search: {