1 年之前
父節點
當前提交
08ee5cb230
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/repair/application-form/RepairFormPool.vue

+ 1 - 1
src/views/repair/application-form/RepairFormPool.vue

@@ -112,7 +112,7 @@
             <a @click="handleView(record)">工单主页</a>
             <operation-button
               @click="handlePushCalendar(record)"
-              v-if="record.calendarDate ==null" >加入日历图</operation-button>
+              v-if="record.calendarDate ==null && record.status===2" >加入日历图</operation-button>
             <!-- <operation-button
               v-show="allocatedFlag"
               v-if="(DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.NOT_ALLOCATED === record.status)"