From 07ec70fb9a6a662e2ef8203f0deb466db871fed9 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 13 九月 2024 13:26:11 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/page/code/CodeList.jsx |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/zy-acs-flow/src/page/code/CodeList.jsx b/zy-acs-flow/src/page/code/CodeList.jsx
index 0bf323c..2e236b5 100644
--- a/zy-acs-flow/src/page/code/CodeList.jsx
+++ b/zy-acs-flow/src/page/code/CodeList.jsx
@@ -63,13 +63,13 @@
     <DateInput label='common.time.before' source="timeEnd" alwaysOn />,
 
     <TextInput source="uuid" label="table.field.code.uuid" />,
-    <TextInput source="data" label="table.field.code.data" />,
+    <TextInput source="data" label="table.field.code.data" alwaysOn />,
     <NumberInput source="x" label="table.field.code.x" />,
     <NumberInput source="y" label="table.field.code.y" />,
     <SelectInput source="concer" label="table.field.code.concer"
         choices={[
-            { id: 1, name: '鏄�' },
-            { id: 0, name: '鍚�' },
+            { id: '1', name: 'common.enums.true' },
+            { id: '0', name: 'common.enums.false' },
         ]}
     />,
     <TextInput source="scale" label="table.field.code.scale" />,
@@ -129,7 +129,7 @@
                     <TextField source="data" label="table.field.code.data" />
                     <NumberField source="x" label="table.field.code.x" />
                     <NumberField source="y" label="table.field.code.y" />
-                    <TextField source="concer$" label="table.field.code.concer" sortable={false} />
+                    <BooleanField source="cornerBool" label="table.field.code.concer" sortable={false} />
                     <TextField source="scale" label="table.field.code.scale" />
 
                     <DateField source="updateTime" label="common.field.updateTime" showTime />

--
Gitblit v1.9.1