Commit 47859650 authored by Administrator's avatar Administrator

更新切断装置状态

parent 0c6beacb
Pipeline #205 canceled with stages
......@@ -270,9 +270,9 @@ export default {
},
shutoffStatus(id) {
const shutoff = [];
shutoff[0] = '初始化';
shutoff[1] = '开启';
shutoff[2] = '关闭';
shutoff[2] = '初始化';
shutoff[0] = '开启';
shutoff[1] = '关闭';
return shutoff[id];
},
unshutoff_status(state) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment