1 年之前
父节点
当前提交
36f9906b80
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/repair/application-form/RepairFormPool.vue

+ 3 - 2
src/views/repair/application-form/RepairFormPool.vue

@@ -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' }
         }