pull/781/head
zy 2025-05-10 18:19:54 +08:00
parent a22b8dccef
commit afd8ce0d4a
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
</el-dropdown-item>
<el-dropdown-item
command="handleEnter"
v-if="checkPermi(['crm:quotation:customerConfirm']) && scope.row.auditStatus == 2 && scope.row.confirmStatus == 1"
v-if="checkPermi(['crm:quotation:customerConfirm']) && scope.row.auditStatus == 2 && scope.row.confirmStatus == 0"
>
客户确认
</el-dropdown-item>