Explorar o código

关联试验文件报告编号回显

duy %!s(int64=2) %!d(string=hai) anos
pai
achega
84961182fc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/data-fill/components/ListItem.vue

+ 1 - 1
src/views/data-fill/components/ListItem.vue

@@ -307,7 +307,7 @@
                 </div>
                 <div class="dialog-table">
                         <HcTable ref="dialogTableRef1" :loading="filedialogTableLoading" :column="filedialogTableColumn" :datas="filedialogTableData" isCheck @selection-change="filedialogTableSelection1"  v-if="fileModalradio==1">
-                             <template #recordNo="{row}">
+                             <template #reportNo="{row}">
                                 <span :class="[row?.isSelectedStatus==1?'text-green':'']">{{row?.recordNo}}</span>
                             </template>
                         </HcTable>