From 8808b256829c38a62429f070e2540fb70bd3b59e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8F=9C?= <43331987+JiaLiBai@users.noreply.github.com> Date: Mon, 1 Sep 2025 18:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=BC=E5=90=88=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/ems.js | 1 + src/views/ems/search/index.vue | 136 +++++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+) create mode 100644 src/views/ems/search/index.vue diff --git a/src/store/modules/ems.js b/src/store/modules/ems.js index cad9f32..2bc171c 100644 --- a/src/store/modules/ems.js +++ b/src/store/modules/ems.js @@ -14,6 +14,7 @@ const ems = { ticketStatusOptions:{0:'待处理', 1:'已处理', 2:'处理中'},//工单处理状态 strategyStatusOptions:{'0':'未启用', '1':'已运行', '2':'已暂停', '3':'禁用', '4':'删除'},//策略状态 chargeStatusOptions:{'1':'充电','2':'待机'},//冲放状态 + deviceCategoryOptions:{'PCS':'PCS','STACK':'电池堆','CLUSTER':'电池簇','COOLING':'液冷','BATTERY':'单体电池','AMMETER':'电表'},//设备类别 }, mutations: { SET_ZD_LIST(state, list) { diff --git a/src/views/ems/search/index.vue b/src/views/ems/search/index.vue new file mode 100644 index 0000000..45d4e8c --- /dev/null +++ b/src/views/ems/search/index.vue @@ -0,0 +1,136 @@ + + + + +