pull/781/head
parent
a22b8dccef
commit
afd8ce0d4a
|
|
@ -207,7 +207,7 @@
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-item
|
<el-dropdown-item
|
||||||
command="handleEnter"
|
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>
|
</el-dropdown-item>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue