|
@@ -111,7 +111,8 @@
|
|
|
<template>
|
|
|
<a @click="handleView(record)">工单主页</a>
|
|
|
<operation-button
|
|
|
- @click="handlePushCalendar(record)" >加入日历图</operation-button>
|
|
|
+ @click="handlePushCalendar(record)"
|
|
|
+ v-if="record.calendarDate ==null" >加入日历图</operation-button>
|
|
|
<!-- <operation-button
|
|
|
v-show="allocatedFlag"
|
|
|
v-if="(DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.NOT_ALLOCATED === record.status)"
|
|
@@ -337,7 +338,7 @@ export default {
|
|
|
checked: true,
|
|
|
fixed: 'right',
|
|
|
key: 'action',
|
|
|
- width: '150px',
|
|
|
+ width: '200px',
|
|
|
align: 'center',
|
|
|
scopedSlots: { customRender: 'action' }
|
|
|
}
|