#
luxiaotao1123
2024-09-13 af74d053a542a1d86c0550b7db69b83c1e8286f9
#
2个文件已修改
4 ■■■■ 已修改文件
zy-acs-flow/src/i18n/en.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/code/CodeList.jsx 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/i18n/en.js
@@ -208,7 +208,7 @@
            },
            code: {
                uuid: "uuid",
                data: "data",
                data: "code",
                x: "x",
                y: "y",
                concer: "corner",
zy-acs-flow/src/page/code/CodeList.jsx
@@ -63,7 +63,7 @@
    <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"