From f05b8bd0613b7a56433452a1566e6f24aeff95d8 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期一, 23 九月 2024 11:18:37 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/bus/BusList.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zy-acs-flow/src/page/bus/BusList.jsx b/zy-acs-flow/src/page/bus/BusList.jsx index fbe829d..c6b7c70 100644 --- a/zy-acs-flow/src/page/bus/BusList.jsx +++ b/zy-acs-flow/src/page/bus/BusList.jsx @@ -119,7 +119,7 @@ rowClick={(id, resource, record) => false} expand={() => <BusPanel />} expandSingle={true} - omit={['id', 'phase', 'updateBy', 'createTime', 'createBy', 'memo']} + omit={['id', 'uuid', 'phase', 'updateBy', 'createTime', 'createBy']} > <NumberField source="id" /> <TextField source="uuid" label="table.field.bus.uuid" /> -- Gitblit v1.9.1