feat(mes): 添加条件渲染以显示删除按钮

pull/871/MERGE
YunaiV 2026-03-17 21:49:04 +08:00
parent ea35423d9e
commit b6a6479ced
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@
详情
</el-button>
<el-button
v-if="scope.row.status === MesProAndonStatusEnum.ACTIVE"
link
type="danger"
@click="handleDelete(scope.row.id)"