@@ -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>