|
|
|
@ -161,6 +161,16 @@
|
|
|
|
type="text"
|
|
|
|
type="text"
|
|
|
|
icon="el-icon-delete"
|
|
|
|
icon="el-icon-delete"
|
|
|
|
@click="bingCancel(scope.row)"
|
|
|
|
@click="bingCancel(scope.row)"
|
|
|
|
|
|
|
|
v-if="scope.row.bindingStatus == 0"
|
|
|
|
|
|
|
|
v-hasPermi="['system:instrument:edit']"
|
|
|
|
|
|
|
|
>解绑</el-button>
|
|
|
|
|
|
|
|
<el-button
|
|
|
|
|
|
|
|
size="mini"
|
|
|
|
|
|
|
|
type="text"
|
|
|
|
|
|
|
|
icon="el-icon-delete"
|
|
|
|
|
|
|
|
@click="bingCancel(scope.row)"
|
|
|
|
|
|
|
|
v-if="scope.row.bindingStatus != 0"
|
|
|
|
|
|
|
|
disabled
|
|
|
|
v-hasPermi="['system:instrument:edit']"
|
|
|
|
v-hasPermi="['system:instrument:edit']"
|
|
|
|
>解绑</el-button>
|
|
|
|
>解绑</el-button>
|
|
|
|
<el-button
|
|
|
|
<el-button
|
|
|
|
|