chenyuehu 3 سال پیش
والد
کامیت
d43391f8ad
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      src/views/repair/application-form/modules/DetailRepair.vue

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

@@ -127,14 +127,15 @@
           </template>
         </span>
       </a-table>
-      <title-divider title="费用清单" width="90px"></title-divider>
-      <div class="table-operator" v-if="$auth('repair-application-forms-finish') && ( DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.PROCESSING === model.status || DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.REBACK === model.status)">
+      <title-divider title="费用清单" width="90px" v-if="model.type == 2"></title-divider>
+      <div class="table-operator" v-if="$auth('repair-application-forms-finish') && ( DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.PROCESSING === model.status || DictCache.VALUE.REPAIR_APPLICATION_FORM_STATUS.REBACK === model.status) && model.type === 2">
         <a-button type="primary" @click="handleAddFee">
           <a-icon type="plus"/>
           添加
         </a-button>
       </div>
       <a-table
+        v-if="model.type == 2"
         :data-source="dataFee"
         :columns="columnsFee"
         tableLayout="auto"