408249787 2 vuotta sitten
vanhempi
commit
41f78c9161
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      src/views/repair/application-form/modules/DetailRepair.vue

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

@@ -101,6 +101,9 @@
                   </viewer></div>
                 <div v-if="model.applicationFileList == null || model.applicationFileList.length === 0"> 暂无</div>
               </a-descriptions-item>
+              <a-descriptions-item label="报修文件">
+                <a v-for="item in model.reportFileList" :key="item.id" :href="item.url" target="_blank">{{ item.name }}</a>
+              </a-descriptions-item>
             </a-descriptions>
           </div>
         </div>