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)"