diff --git a/src/api/incomePaymentsApi.js b/src/api/incomePaymentsApi.js index 38fe1de..c36107b 100644 --- a/src/api/incomePaymentsApi.js +++ b/src/api/incomePaymentsApi.js @@ -13,6 +13,8 @@ const editUserInfo = (param) => postAction('/company/payContactsManagement/compa const getSubBidCommitteeDetail = (param) => getAction('/payCaseCommittee/payCaseCommittee/detail', param) // 资料下载--批量下载 const batchDownloadFile = (param) => getAction('/project/payWorkingGroupDistributionRecord/zipFile', param) +// 我的合同--详情 +const getContractDetailById = (param) => getAction('/contract/payIncomeContract/queryCompanyById', param) export { queryCommonProjectById, @@ -21,5 +23,6 @@ export { getContactUserInfo, editUserInfo, getSubBidCommitteeDetail, - batchDownloadFile + batchDownloadFile, + getContractDetailById } diff --git a/src/components/table/ProjectTable.vue b/src/components/table/ProjectTable.vue index 30ee2bf..eac9b8e 100644 --- a/src/components/table/ProjectTable.vue +++ b/src/components/table/ProjectTable.vue @@ -151,6 +151,10 @@ export default { overflow: hidden; word-break: keep-all; text-overflow: ellipsis; + font-size: 14px; + font-family: PingFang SC, PingFang SC-Medium; + font-weight: 500; + color: #333333; } } diff --git a/src/views/dataDownload/DataDownload.vue b/src/views/dataDownload/DataDownload.vue index 36d3873..b69787c 100644 --- a/src/views/dataDownload/DataDownload.vue +++ b/src/views/dataDownload/DataDownload.vue @@ -30,7 +30,6 @@
tt.fileId === this.selectedRowKeys[0]) - fileName = `${firstFile[0].fileName}等${this.selectedRowKeys.length}个文件` + fileName = `${firstFile[0].fileName}等${this.selectedRowKeys.length}个文件.zip` let fileIdStr = this.selectedRowKeys.join(',') batchDownloadFile({ ids: fileIdStr }).then(res => { // 调用a标签下载文件的方法 diff --git a/src/views/mineContract/MineContract.vue b/src/views/mineContract/MineContract.vue index 2a6ebd1..2b5fe95 100644 --- a/src/views/mineContract/MineContract.vue +++ b/src/views/mineContract/MineContract.vue @@ -7,7 +7,7 @@ - + @@ -30,13 +30,13 @@
{{ text }}
-