|
@@ -170,7 +170,7 @@
|
|
|
</div>
|
|
|
<div class="hc-info-text-item">
|
|
|
<div class="title">卷内文件:</div>
|
|
|
- <div class="content">{{ fileInfo.pageN }}</div>
|
|
|
+ <div class="content">{{ fileInfo.pageNumber }}</div>
|
|
|
</div>
|
|
|
<div class="hc-info-text-item">
|
|
|
<div class="title">起止日期:</div>
|
|
@@ -847,7 +847,8 @@ const tableRowClick = ({row}) => {
|
|
|
cscTableData1.value=getArrValue( row['approvalFileList'])
|
|
|
InsearchForm.value.total=row['approvalFileList'].length
|
|
|
fileInfo.value=row
|
|
|
- fileInfo.value.pageN=row['approvalFileList'].length||0
|
|
|
+ // fileInfo.value.pageN=row['approvalFileList'].length||0
|
|
|
+ fileInfo.value.pageNumber=row['approvalFileList'].length||0
|
|
|
|
|
|
|
|
|
}
|
|
@@ -866,7 +867,8 @@ const consultFileClick = (row,type) => {
|
|
|
if(type===1){
|
|
|
cscTableData1.value=row.approvalFileList
|
|
|
fileInfo.value=row
|
|
|
- fileInfo.value.pageN=row['approvalFileList'].length||0
|
|
|
+ // fileInfo.value.pageN=row['approvalFileList'].length||0
|
|
|
+ fileInfo.value.pageNumber=row['approvalFileList'].length||0
|
|
|
}else if(type==2){
|
|
|
checkId.value=row.id
|
|
|
pdfUrl.value=row.pdfFileUrl
|