修复工厂模型产线和区域功能问题
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": {