Commit 37b257b8 by xue_wengang

设备状态修改

parent 2db64978
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
:style="{color:operations.color}" :style="{color:operations.color}"
size="mini" size="mini"
v-else-if="operations.label == '设备远程控制'" v-else-if="operations.label == '设备远程控制'"
>{{ row.sbzt=='2' ? '取消设备远程控制' : operations.label }}</el-button> >{{ row.sbzt == '1' ? '' : row.sbzt=='2' ? '取消设备远程控制' : operations.label }}</el-button>
<el-button :icon="operations.icon" <el-button :icon="operations.icon"
:type="operations.type" :type="operations.type"
@click="rowOperation(row,index,operations.option)" @click="rowOperation(row,index,operations.option)"
......
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