#
luxiaotao1123
2024-09-20 27c410ed7bbf44d6031c8cc62095a64a1f6bdad2
zy-acs-flow/src/i18n/zh.js
@@ -16,7 +16,7 @@
            createTime: '添加时间',
            createBy: '添加人员',
            updateTime: '修改时间',
            updateBy: '修改员',
            updateBy: '修改人员',
            status: '状态',
            memoWrap: '显示备注',
            memo: '备注',
@@ -519,6 +519,18 @@
            },
            levOffset: '每层高度',
            bottomOffset: '底部偏移量',
        },
        funcSta: {
            enums: {
                type: {
                    charge: '充电位',
                    standby: '待机位',
                },
                state: {
                    idle: '空闲',
                    occupied: '忙碌',
                }
            }
        }
    }
};