推荐采购计划bug解决,状态变化

This commit is contained in:
砂糖
2025-07-29 09:11:39 +08:00
parent 86de3148b5
commit c5449e5d11
3 changed files with 11 additions and 2 deletions

View File

@@ -59,6 +59,7 @@
<div style="font-size: 13px; color: #888;">产品ID: {{ item.productName }} ({{ item.productCode }})</div>
<div style="font-size: 13px; color: #888;">备注: {{ item.remark }}</div>
<div style="margin-top: 12px; text-align: right;">
<el-button size="mini" type="primary" icon="el-icon-edit" @click.stop="goToDetail(item.scriptId)">详情</el-button>
<el-button size="mini" type="primary" icon="el-icon-edit" @click.stop="handleUpdate(item)">修改</el-button>
<el-button size="mini" type="danger" icon="el-icon-delete" @click.stop="handleDelete(item)">删除</el-button>
</div>