+
{}">
diff --git a/src/config/cn.json b/src/config/cn.json
index cf6558b..712f07b 100644
--- a/src/config/cn.json
+++ b/src/config/cn.json
@@ -79,7 +79,7 @@
"total_elec_cost": "总电费",
"carbon_equivalent": "碳排当量",
"edit_carbon_emission": "编辑碳排放系数",
- "carbon_emission_coefficient":"碳排放系数"
+ "carbon_emission_coefficient": "碳排放系数"
},
"alarm": {
"title": "显示警告",
@@ -207,10 +207,13 @@
},
"assetManagement": {
"title": "资产管理",
- "add_category": "新增类别",
+ "add_system_category": "新增系统类别",
+ "edit_system_category": "修改系统类别",
+ "add_device_category": "新增设备类别",
+ "edit_device_category": "修改设备类别",
"system_name": "名称",
"system_value": "代号",
- "system_parent": "所属大类",
+ "system_parent": "所属系統",
"device_number": "设备编号",
"device_name": "设备名称",
"asset_number": "资产编号",
@@ -286,9 +289,11 @@
"rename": "重新命名",
"download": "下载",
"confirm": "确认",
- "restore": "复原"
+ "restore": "复原",
+ "stop_edit": "停止修改",
+ "start_edit": "开始修改"
},
- "msg":{
+ "msg": {
"sure_to_delete": "是否确认删除该项目?",
"sure_to_delete_permanent": "是否确认永久删除该项目?",
"delete_success": "删除成功",
diff --git a/src/config/tw.json b/src/config/tw.json
index 23f0e5b..e0ba7e4 100644
--- a/src/config/tw.json
+++ b/src/config/tw.json
@@ -207,10 +207,13 @@
},
"assetManagement": {
"title": "資產管理",
- "add_category": "新增類別",
+ "add_system_category": "新增系統類別",
+ "edit_system_category": "修改系統類別",
+ "add_device_category": "新增設備類別",
+ "edit_device_category": "修改設備類別",
"system_name": "名稱",
"system_value": "代號",
- "system_parent": "所屬大類",
+ "system_parent": "所屬系統",
"device_number": "設備編號",
"device_name": "設備名稱",
"asset_number": "資產編號",
@@ -286,7 +289,9 @@
"rename": "重新命名",
"download": "下載",
"confirm": "確認",
- "restore": "復原"
+ "restore": "復原",
+ "stop_edit":"停止修改",
+ "start_edit":"開始修改"
},
"msg":{
"sure_to_delete": "是否確認刪除該項目?",
diff --git a/src/config/us.json b/src/config/us.json
index 686c343..6a9dfc7 100644
--- a/src/config/us.json
+++ b/src/config/us.json
@@ -79,7 +79,7 @@
"total_elec_cost": "Total Elec. Cost",
"carbon_equivalent": "Carbon Equivalent",
"edit_carbon_emission": "Edit carbon emission coefficient",
- "carbon_emission_coefficient":"Carbon emission coefficient"
+ "carbon_emission_coefficient": "Carbon emission coefficient"
},
"alarm": {
"title": "Warning",
@@ -207,10 +207,13 @@
},
"assetManagement": {
"title": "Asset Management",
- "add_category": "Add Category",
+ "add_system_category": "Add system category",
+ "edit_system_category": "Edit system category",
+ "add_device_category": "Add device category",
+ "edit_device_category": "Edit device category",
"system_name": "Name",
"system_value": "Code",
- "system_parent": "Category",
+ "system_parent": "System category",
"device_number": "Device Number",
"device_name": "Device Name",
"asset_number": "Asset Number",
@@ -286,7 +289,9 @@
"rename": "Rename",
"download": "Download",
"confirm": "Confirm",
- "restore": "Restore"
+ "restore": "Restore",
+ "stop_edit": "Stop editing",
+ "start_edit": "Start editing"
},
"msg": {
"sure_to_delete": "Are you sure to delete this item?",
diff --git a/src/views/AssetManagement/components/AssetMainList.vue b/src/views/AssetManagement/components/AssetMainList.vue
index 6ac1b73..9be4237 100644
--- a/src/views/AssetManagement/components/AssetMainList.vue
+++ b/src/views/AssetManagement/components/AssetMainList.vue
@@ -1,12 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/AssetManagement/components/AssetSubList.vue b/src/views/AssetManagement/components/AssetSubList.vue
index 80f96a1..c99273e 100644
--- a/src/views/AssetManagement/components/AssetSubList.vue
+++ b/src/views/AssetManagement/components/AssetSubList.vue
@@ -1,13 +1,15 @@
-
{{ $t("history.device_category") }} :
-
+
+
+
-
- {{ item.title }}
-
-
-
+
+