✨ feat(mes): 添加条件渲染以显示删除按钮
parent
ea35423d9e
commit
b6a6479ced
|
|
@ -129,6 +129,7 @@
|
||||||
详情
|
详情
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
|
v-if="scope.row.status === MesProAndonStatusEnum.ACTIVE"
|
||||||
link
|
link
|
||||||
type="danger"
|
type="danger"
|
||||||
@click="handleDelete(scope.row.id)"
|
@click="handleDelete(scope.row.id)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue