Просмотр исходного кода

审核详情添加保险公司

祁鹏飞 4 месяцев назад
Родитель
Сommit
ab86050813
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/views/finance/modules/auditDetail.vue

+ 4 - 0
src/views/finance/modules/auditDetail.vue

@@ -74,6 +74,10 @@
           <span class="label">支付时间</span>
           <span class="words">{{ detailData?.order?.payTime || '--' }}</span>
         </el-col>
+        <el-col :span="6">
+          <span class="label">保险公司</span>
+          <span class="words">{{ detailData?.insCompanyVo[0]?.name || '--' }}</span>
+        </el-col>
       </el-row>
       <div class="tipsList">
         <div class="tipsItem" :class="{ 'active': tipsIndex === index }" v-for="(item, index) in tipsList" :key="index"