修复工厂模型产线和区域功能问题
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-24 14:57:27 +08:00
parent 4455b90854
commit 3b801a270e
6 changed files with 322 additions and 263 deletions

View File

@@ -44,7 +44,20 @@
"tip": "Tip",
"confirm_delete": "Are you sure to delete?",
"validation_fail": "Validation failed",
"please_enter": "Please enter {name}"
"please_enter": "Please enter {name}",
"parent_area": "Parent Area",
"select_parent_area": "Please select parent area",
"status": "Status",
"select_status": "Please select status",
"enabled": "Enabled",
"disabled": "Disabled",
"add_child": "Add Subarea",
"add_child_title": "Add Subarea",
"export": "Export",
"confirm_export": "Create export task?",
"length_1_100": "Length should be 1 to 100 characters",
"remark_max_500": "Remark cannot exceed 500 characters",
"parent_cycle_error": "Parent area cannot be itself or a child area"
},
"production_line": {
"search": "Search",
@@ -71,7 +84,15 @@
"confirm": "Confirm",
"tip": "Tip",
"confirm_delete": "Are you sure to delete?",
"validation_fail": "Validation failed"
"validation_fail": "Validation failed",
"status": "Status",
"select_status": "Please select status",
"enabled": "Enabled",
"disabled": "Disabled",
"export": "Export",
"confirm_export": "Create export task?",
"length_1_100": "Length should be 1 to 100 characters",
"remark_max_500": "Remark cannot exceed 500 characters"
}
},
"process_model": {

View File

@@ -44,7 +44,20 @@
"tip": "提示",
"confirm_delete": "确定要执行该操作吗?",
"validation_fail": "校验失败",
"please_enter": "请输入{name}"
"please_enter": "请输入{name}",
"parent_area": "上级区域",
"select_parent_area": "请选择上级区域",
"status": "状态",
"select_status": "请选择状态",
"enabled": "启用",
"disabled": "禁用",
"add_child": "新增子区域",
"add_child_title": "新增子区域",
"export": "导出",
"confirm_export": "确认创建导出任务?",
"length_1_100": "长度在 1 到 100 个字符",
"remark_max_500": "备注不能超过 500 个字符",
"parent_cycle_error": "上级区域不能选择自身或下级区域"
},
"production_line": {
"search": "查询",
@@ -71,7 +84,15 @@
"confirm": "确定",
"tip": "提示",
"confirm_delete": "确定要执行该操作吗?",
"validation_fail": "校验失败"
"validation_fail": "校验失败",
"status": "状态",
"select_status": "请选择状态",
"enabled": "启用",
"disabled": "禁用",
"export": "导出",
"confirm_export": "确认创建导出任务?",
"length_1_100": "长度在 1 到 100 个字符",
"remark_max_500": "备注不能超过 500 个字符"
}
},
"process_model": {