From d086af5559dba52095d23e425be87d8f11f24814 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期四, 17 七月 2025 16:32:47 +0800 Subject: [PATCH] #菜单、po单 --- rsf-admin/src/page/contract/ContractList.jsx | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/rsf-admin/src/page/contract/ContractList.jsx b/rsf-admin/src/page/contract/ContractList.jsx index b112c9c..f28ccb2 100644 --- a/rsf-admin/src/page/contract/ContractList.jsx +++ b/rsf-admin/src/page/contract/ContractList.jsx @@ -60,8 +60,6 @@ const filters = [ <SearchInput source="condition" alwaysOn />, - <DateInput label='common.time.after' source="timeStart" alwaysOn />, - <DateInput label='common.time.before' source="timeEnd" alwaysOn />, <TextInput source="code" label="table.field.contract.code" />, <TextInput source="name" label="table.field.contract.name" />, @@ -94,7 +92,7 @@ theme.transitions.create(['all'], { duration: theme.transitions.duration.enteringScreen, }), - marginRight: !!drawerVal ? `${PAGE_DRAWER_WIDTH}px` : 0, + marginRight: drawerVal ? `${PAGE_DRAWER_WIDTH}px` : 0, }} title={"menu.contract"} empty={<EmptyData onClick={() => { setCreateDialog(true) }} />} @@ -114,9 +112,7 @@ preferenceKey='contract' bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />} rowClick={(id, resource, record) => false} - expand={() => <ContractPanel />} - expandSingle={true} - omit={['id', 'createTime', 'createBy', 'memo']} + omit={['id', 'createTime', 'createBy', 'memo','statusBool','updateBy']} > <NumberField source="id" /> <TextField source="code" label="table.field.contract.code" /> -- Gitblit v1.9.1