Browse Source

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

duy 2 years ago
parent
commit
84961182fc
1 changed files with 1 additions and 1 deletions
  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>