Commit 0e6d5489 by xue_wengang

设备状态修改

parent c2429c4f
...@@ -45,8 +45,8 @@ ...@@ -45,8 +45,8 @@
@click="rowOperation(row,index,operations.option)" @click="rowOperation(row,index,operations.option)"
:style="{color:operations.color}" :style="{color:operations.color}"
size="mini" size="mini"
v-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