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