Commit c6f9a114 by 王刘锁

点位管理设备类型

parent f6be6c7b
......@@ -127,12 +127,6 @@
@click="deleteById(scope.row)">删除
</el-button>
<el-divider direction="vertical"
v-if="scope.row.taskStatus === '5' && hasPermission('taskChainList:del')"></el-divider>
<el-button type="text" size="mini"
v-if="scope.row.taskStatus === '5' && hasPermission('taskChainList:del')"
@click="setTaskStatus(scope.row,'4')">删除
</el-button>
</template>
</vxe-column>
</vxe-table>
......
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 sign in to comment