Ver código fonte

Merge branch 'hhl' of SH-Arbitrate/Mediation-Frontend into dev

hhlxayunmei 2 anos atrás
pai
commit
1b243dc441

+ 2
- 2
src/views/caseManagement/components/paymentdetailsDialog.vue Ver arquivo

@@ -14,13 +14,13 @@
14 14
         <el-form-item label="缴费金额:" prop="feePayable">
15 15
           <el-input v-model="form.feePayable" :disabled="true"/>
16 16
         </el-form-item>
17
-        <el-form-item label="申请人缴费凭证:" v-if="form.caseAttachList.length > 0">
17
+        <el-form-item label="申请人缴费凭证:" v-if="form.caseAttachList && form.caseAttachList.length > 0">
18 18
           <div style="color: #104fad;cursor:pointer" v-for="(item, index) in form.caseAttachList" :key="index"
19 19
             @click="preview(item.annexPath)">
20 20
             {{ item.annexName }}
21 21
           </div>
22 22
         </el-form-item>
23
-        <el-form-item label="被申请人缴费凭证:" v-if="form.resCaseAttachList.length > 0">
23
+        <el-form-item label="被申请人缴费凭证:" v-if="form.resCaseAttachList && form.resCaseAttachList.length > 0">
24 24
           <div style="color: #104fad;cursor:pointer" v-for="(item, index) in form.resCaseAttachList" :key="index"
25 25
             @click="preview(item.annexPath)">
26 26
             {{ item.annexName }}