feat(mes): 更新操作按钮,移除完成功能

pull/871/MERGE
YunaiV 2026-03-31 20:11:12 +08:00
parent 6611156170
commit 26272b7b12
1 changed files with 1 additions and 10 deletions

View File

@ -89,7 +89,7 @@
</el-table-column>
<el-table-column label="操作" align="center" width="200" fixed="right">
<template #default="scope">
<!-- 草稿编辑完成删除 -->
<!-- 草稿编辑删除 -->
<el-button
link
type="primary"
@ -99,15 +99,6 @@
>
编辑
</el-button>
<el-button
link
type="warning"
@click="openForm('finish', scope.row.id)"
v-hasPermi="['mes:wm-package:update']"
v-if="scope.row.status === MesWmPackageStatusEnum.PREPARE"
>
完成
</el-button>
<el-button
link
type="danger"