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" > - .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" > - .search-bar { padding: 10px 0; } -.status-on { color: #67C23A; } -.status-off { color: #909399; } /deep/ .el-form-item--mini.el-form-item { margin-bottom: 4px; }