|
|
|
@ -191,13 +191,13 @@ onMounted(()=>{ |
|
|
|
<el-tab-pane label="结算项目" name="结算项目"></el-tab-pane> |
|
|
|
<el-tab-pane label="结算项目" name="结算项目"></el-tab-pane> |
|
|
|
</el-tabs> |
|
|
|
</el-tabs> |
|
|
|
<el-table :data="tableData" v-loading="loading"> |
|
|
|
<el-table :data="tableData" v-loading="loading"> |
|
|
|
<el-table-column label="项目名称" prop="reportName" width="140"/> |
|
|
|
<el-table-column label="项目名称" prop="reportName" width="110"/> |
|
|
|
<el-table-column label="报审单位" prop="projectUnit"/> |
|
|
|
<el-table-column label="报审单位" prop="projectUnit" min-width="130"/> |
|
|
|
<el-table-column label="审计单位" prop="auditUnit"/> |
|
|
|
<el-table-column label="审计单位" prop="auditUnit" width="110"/> |
|
|
|
<el-table-column label="项目类型" prop="projectType"/> |
|
|
|
<el-table-column label="项目类型" prop="projectType" width="110"/> |
|
|
|
<el-table-column label="主要内容" prop="content"/> |
|
|
|
<el-table-column label="主要内容" prop="content" width="140" show-overflow-tooltip/> |
|
|
|
<el-table-column label="采购方式" prop="purchaseMethod"/> |
|
|
|
<el-table-column label="采购方式" prop="purchaseMethod" width="110"/> |
|
|
|
<el-table-column label="项目立项领导" prop="projectApprovalLead"/> |
|
|
|
<el-table-column label="项目立项领导" prop="projectApprovalLead" width="130"/> |
|
|
|
<el-table-column label="报审日期" prop="applicantTime" min-width="130" > |
|
|
|
<el-table-column label="报审日期" prop="applicantTime" min-width="130" > |
|
|
|
<template #default="{row}"> |
|
|
|
<template #default="{row}"> |
|
|
|
{{timeFormat(row.applicantTime)}} |
|
|
|
{{timeFormat(row.applicantTime)}} |
|
|
|
@ -206,7 +206,7 @@ onMounted(()=>{ |
|
|
|
<el-table-column label="报审金额(元)" prop="reportMoney" min-width="130"/> |
|
|
|
<el-table-column label="报审金额(元)" prop="reportMoney" min-width="130"/> |
|
|
|
<el-table-column label="审定金额(元)" prop="archivingMoney" min-width="130"/> |
|
|
|
<el-table-column label="审定金额(元)" prop="archivingMoney" min-width="130"/> |
|
|
|
<el-table-column label="审减金额(元)" prop="archivingReduceMoney" min-width="130"/> |
|
|
|
<el-table-column label="审减金额(元)" prop="archivingReduceMoney" min-width="130"/> |
|
|
|
<el-table-column label="审减率" prop="reportName"> |
|
|
|
<el-table-column label="审减率" prop="reportName" width="110"> |
|
|
|
<template #default="{row}"> |
|
|
|
<template #default="{row}"> |
|
|
|
{{ Number(row.reductionRate).toFixed(2) }}% |
|
|
|
{{ Number(row.reductionRate).toFixed(2) }}% |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
@ -216,18 +216,18 @@ onMounted(()=>{ |
|
|
|
{{timeFormat(row.projectApprovalTime)}} |
|
|
|
{{timeFormat(row.projectApprovalTime)}} |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="施工(服务、供货)单位" prop="serviceUnit"/> |
|
|
|
<el-table-column label="施工(服务、供货)单位" prop="serviceUnit" width="180"/> |
|
|
|
<el-table-column label="施工(服务)期限起" prop="serviceStartTime" min-width="130"> |
|
|
|
<el-table-column label="施工(服务)期限起" prop="serviceStartTime" min-width="180"> |
|
|
|
<template #default="{row}"> |
|
|
|
<template #default="{row}"> |
|
|
|
{{timeFormat(row.serviceStartTime)}} |
|
|
|
{{timeFormat(row.serviceStartTime)}} |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="施工(服务)期限起" prop="serviceStartTime" min-width="130"> |
|
|
|
<el-table-column label="施工(服务)期限起" prop="serviceStartTime" min-width="180"> |
|
|
|
<template #default="{row}"> |
|
|
|
<template #default="{row}"> |
|
|
|
{{timeFormat(row.serviceEndTime)}} |
|
|
|
{{timeFormat(row.serviceEndTime)}} |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="审计报告审批领导" prop="approvalSupervisor" /> |
|
|
|
<el-table-column label="审计报告审批领导" prop="approvalSupervisor" min-width="180" /> |
|
|
|
<el-table-column label="审计报告文号" prop="referenceNumber" min-width="150"/> |
|
|
|
<el-table-column label="审计报告文号" prop="referenceNumber" min-width="150"/> |
|
|
|
<el-table-column label="发文日期" prop="publicationDate" min-width="130"> |
|
|
|
<el-table-column label="发文日期" prop="publicationDate" min-width="130"> |
|
|
|
<template #default="{row}"> |
|
|
|
<template #default="{row}"> |
|
|
|
|