@@ -198,7 +198,7 @@
:underline="false"
icon="el-icon-plus"
@click="handleCommand('adjustment', row)"
- v-if="[2].includes(row.orderStatus) && $hasPermission('eom:saleorder:adjustment')"
+ v-if="row.allowDifference == 1 && $hasPermission('eom:saleorder:adjustment')"
>
冲差
</el-link>