|
@@ -171,8 +171,8 @@
|
|
</div>
|
|
</div>
|
|
<div class="dialog-table">
|
|
<div class="dialog-table">
|
|
<HcTable :loading="CTDdialogTableLoading" :column="CTDdialogTableColumn" :datas="CTDdialogTableData1" >
|
|
<HcTable :loading="CTDdialogTableLoading" :column="CTDdialogTableColumn" :datas="CTDdialogTableData1" >
|
|
- <template #recordNo="{row}">
|
|
|
|
- <span class="text-link" @click="CTDtableRowName(row)" >{{row?.recordNo}}</span>
|
|
|
|
|
|
+ <template #reportNo="{row}">
|
|
|
|
+ <span class="text-link" @click="CTDtableRowName(row)" >{{row?.reportNo}}</span>
|
|
</template>
|
|
</template>
|
|
</HcTable>
|
|
</HcTable>
|
|
</div>
|
|
</div>
|
|
@@ -1243,7 +1243,7 @@ const savefileModal = ()=>{
|
|
|
|
|
|
}
|
|
}
|
|
const CTDdialogTableColumn = ref([
|
|
const CTDdialogTableColumn = ref([
|
|
- {key:'recordNo', name: '报告编号'},
|
|
|
|
|
|
+ {key:'reportNo', name: '报告编号'},
|
|
{key:'reportDate', name: '报告日期'},
|
|
{key:'reportDate', name: '报告日期'},
|
|
{key:'projectPositionName', name: '工程用途及部位'},
|
|
{key:'projectPositionName', name: '工程用途及部位'},
|
|
{key:'detectionResultName', name: '检测结果'},
|
|
{key:'detectionResultName', name: '检测结果'},
|
|
@@ -1500,7 +1500,7 @@ const getSearchNodeTables = async () => {
|
|
projectId: projectId.value,
|
|
projectId: projectId.value,
|
|
contractId: contractId.value,
|
|
contractId: contractId.value,
|
|
primaryKeyId: CTDnodeDataInfo.value.primaryKeyId,
|
|
primaryKeyId: CTDnodeDataInfo.value.primaryKeyId,
|
|
- type: authBtnTabKey.value,
|
|
|
|
|
|
+ // type: authBtnTabKey.value,
|
|
tableType: tabTypeKey.value
|
|
tableType: tabTypeKey.value
|
|
})
|
|
})
|
|
//处理数据
|
|
//处理数据
|