diff --git a/src/views/crm/quotation/index.vue b/src/views/crm/quotation/index.vue
index 6541b16cf..e5c7f4017 100644
--- a/src/views/crm/quotation/index.vue
+++ b/src/views/crm/quotation/index.vue
@@ -236,7 +236,7 @@
type="primary"
@click="openFormEdit(scope.row)"
v-hasPermi="['crm:quotation:update']"
- v-if="scope.row.auditStatus == 0"
+ v-if="scope.row.auditStatus == 0 || scope.row.auditStatus === 3"
>
编辑
@@ -244,7 +244,7 @@
link
type="primary"
@click="handleProcessDetail(scope.row)"
- v-if="scope.row.auditStatus != 0"
+ v-if="scope.row.auditStatus != 0 && scope.row.auditStatus != 3"
>
进度
@@ -257,7 +257,7 @@
>
客户确认
-->
-
打印
-
+ -->
handleCommand(command, scope.row)"
v-hasPermi="[
'crm:quotation:delete',
@@ -281,7 +281,7 @@
提交审核
@@ -299,7 +299,7 @@
进度