#
luxiaotao1123
2024-09-13 07ec70fb9a6a662e2ef8203f0deb466db871fed9
#
3个文件已修改
8 ■■■■ 已修改文件
zy-acs-flow/src/i18n/en.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/i18n/zh.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/page/code/CodeList.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-acs-flow/src/i18n/en.js
@@ -35,6 +35,8 @@
        enums: {
            statusTrue: 'Enable',
            statusFalse: 'Disable',
            true: 'Yes',
            false: 'No',
        },
        time: {
            after: 'Time After',
zy-acs-flow/src/i18n/zh.js
@@ -35,6 +35,8 @@
        enums: {
            statusTrue: '正常',
            statusFalse: '禁用',
            true: '是',
            false: '否',
        },
        time: {
            after: '开始时间',
zy-acs-flow/src/page/code/CodeList.jsx
@@ -68,8 +68,8 @@
    <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" />,