From 9fd6aee93f734fe6a511ec59601471dab1f7ba8d Mon Sep 17 00:00:00 2001
From: sheng <905537351@qq.com>
Date: Wed, 24 Jun 2026 16:12:56 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=BA=A7=E7=BA=BF=E5=92=8C?=
=?UTF-8?q?=E5=B7=A5=E5=8E=82=E5=8C=BA=E5=9F=9F=E7=8A=B6=E6=80=81=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/locales/en.json | 8 ----
src/locales/zh-chs.json | 8 ----
.../factory-model/factory-area/index.vue | 30 +++------------
.../factory-model/production-line/index.vue | 38 +++----------------
4 files changed, 10 insertions(+), 74 deletions(-)
diff --git a/src/locales/en.json b/src/locales/en.json
index 3cdb174e..35b49eac 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -47,10 +47,6 @@
"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",
@@ -85,10 +81,6 @@
"tip": "Tip",
"confirm_delete": "Are you sure to delete?",
"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",
diff --git a/src/locales/zh-chs.json b/src/locales/zh-chs.json
index 8d112eae..a70ff568 100644
--- a/src/locales/zh-chs.json
+++ b/src/locales/zh-chs.json
@@ -47,10 +47,6 @@
"please_enter": "请输入{name}",
"parent_area": "上级区域",
"select_parent_area": "请选择上级区域",
- "status": "状态",
- "select_status": "请选择状态",
- "enabled": "启用",
- "disabled": "禁用",
"add_child": "新增子区域",
"add_child_title": "新增子区域",
"export": "导出",
@@ -85,10 +81,6 @@
"tip": "提示",
"confirm_delete": "确定要执行该操作吗?",
"validation_fail": "校验失败",
- "status": "状态",
- "select_status": "请选择状态",
- "enabled": "启用",
- "disabled": "禁用",
"export": "导出",
"confirm_export": "确认创建导出任务?",
"length_1_100": "长度在 1 到 100 个字符",
diff --git a/src/views/production-master-data/factory-model/factory-area/index.vue b/src/views/production-master-data/factory-model/factory-area/index.vue
index b869181e..c86970f1 100644
--- a/src/views/production-master-data/factory-model/factory-area/index.vue
+++ b/src/views/production-master-data/factory-model/factory-area/index.vue
@@ -9,12 +9,6 @@
-
-
-
-
-
-
{{ $t(key('search')) }}
{{ $t(key('reset')) }}
@@ -38,10 +32,6 @@
auto-height
@selection-change="onSelect"
>
-
- {{ $t(key('enabled')) }}
- {{ $t(key('disabled')) }}
-
.search-bar { padding: 10px 0; }
-.status-on { color: #67C23A; }
-.status-off { color: #909399; }
/deep/ .el-form-item--mini.el-form-item { margin-bottom: 4px; }
diff --git a/src/views/production-master-data/factory-model/production-line/index.vue b/src/views/production-master-data/factory-model/production-line/index.vue
index 3dbb1d7c..b2e26f12 100644
--- a/src/views/production-master-data/factory-model/production-line/index.vue
+++ b/src/views/production-master-data/factory-model/production-line/index.vue
@@ -38,18 +38,6 @@
/>
-
-
-
-
-
-
{{ $t(key('search')) }}
@@ -76,10 +64,6 @@
@page-change="onPageChange"
@selection-change="onSelect"
>
-
- {{ $t(key('enabled')) }}
- {{ $t(key('disabled')) }}
-
.search-bar { padding: 10px 0; }
-.status-on { color: #67C23A; }
-.status-off { color: #909399; }
/deep/ .el-form-item--mini.el-form-item { margin-bottom: 4px; }