From 4b9429802ac8492cf2d00595cc33380ece8dfd8f Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期六, 24 一月 2026 12:14:34 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/page/code/CodeList.jsx | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/zy-acs-flow/src/page/code/CodeList.jsx b/zy-acs-flow/src/page/code/CodeList.jsx
index 5f6f6f7..0746122 100644
--- a/zy-acs-flow/src/page/code/CodeList.jsx
+++ b/zy-acs-flow/src/page/code/CodeList.jsx
@@ -80,15 +80,15 @@
alwaysOn
/>,
// <TextInput source="scale" label="table.field.code.scale" />,
- <SelectInput source="spin" label="table.field.code.spin"
- choices={[
- { id: 0, name: 'page.code.enums.spin.na' },
- { id: 1, name: 'page.code.enums.spin.cw' },
- { id: 2, name: 'page.code.enums.spin.ccw' },
- ]}
- // alwaysOn
- // emptyText={false}
- />,
+ // <SelectInput source="spin" label="table.field.code.spin"
+ // choices={[
+ // { id: 0, name: 'page.code.enums.spin.na' },
+ // { id: 1, name: 'page.code.enums.spin.cw' },
+ // { id: 2, name: 'page.code.enums.spin.ccw' },
+ // ]}
+ // alwaysOn
+ // emptyText={false}
+ // />,
<TextInput label="common.field.memo" source="memo" />,
<SelectInput
label="common.field.status"
@@ -146,8 +146,8 @@
<NumberField source="x" label="table.field.code.x" />
<NumberField source="y" label="table.field.code.y" />
<BooleanField source="cornerBool" label="table.field.code.corner" sortable={false} />
- <TextField source="scale" label="table.field.code.scale" />
- <FunctionField
+ {/* <TextField source="scale" label="table.field.code.scale" /> */}
+ {/* <FunctionField
label="table.field.code.spin"
sortable={false}
render={(record) => {
@@ -162,7 +162,7 @@
return 'N/A';
}
}}
- />
+ /> */}
<ReferenceField source="updateBy" label="common.field.updateBy" reference="user" link={false} sortable={false}>
<TextField source="nickname" />
</ReferenceField>
--
Gitblit v1.9.1