소스 검색

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

duy 2 년 전
부모
커밋
84961182fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>