瀏覽代碼

询盘双重审核隐藏撤销按钮

chenlei1231 4 天之前
父節點
當前提交
9841bc41b9
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      src/views/adweb/enquiry/modules/enquiryVerifyProcess.vue

+ 11 - 11
src/views/adweb/enquiry/modules/enquiryVerifyProcess.vue

@@ -6,17 +6,17 @@
           <template #title>
             <div v-if="item.status == 1" style="width: 100%; line-height: 21px">
               <span>{{ item.name }}</span>
-              <a-button
-                style="margin-left: 16px"
-                ghost
-                disabled
-                v-if="!isCustomer"
-                type="primary"
-                size="small"
-                @click="finishOrRollbackStep(item.id, 0, null, item.nodeType, item.description)"
-              >
-                撤销
-              </a-button>
+              <!--              <a-button-->
+              <!--                style="margin-left: 16px"-->
+              <!--                ghost-->
+              <!--                disabled-->
+              <!--                v-if="!isCustomer"-->
+              <!--                type="primary"-->
+              <!--                size="small"-->
+              <!--                @click="finishOrRollbackStep(item.id, 0, null, item.nodeType, item.description)"-->
+              <!--              >-->
+              <!--                撤销-->
+              <!--              </a-button>-->
 
               <span style="margin-left: 40px">{{ item.finTime }}</span>
             </div>