fix:发货管理2608

dev_1.0.2
jiangpeng 2026-08-28 17:01:31 +08:00
parent 415b9b3e46
commit a249239e77
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
v-hasPermi="['inventory:execution:recall']"
>撤单</el-button>
<el-button
v-if="scope.row.orderStatus === '2' && scope.row.rebackApproveStatus !== '2' && scope.row.rebackApproveStatus !== '0'"
v-if="scope.row.orderStatus === '2' && (scope.row.rebackApproveStatus === '1' || scope.row.rebackApproveStatus === '3')"
size="mini"
type="text"
icon="el-icon-view"