fix : 修复项目实施-台账基础信息展示及表格更新功能

This commit is contained in:
2024-06-23 12:04:22 +08:00
parent 74e1938d3c
commit 1efe8c4aaf
6 changed files with 138 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
<template>
<el-button color="#DED0B2" style="float: right;margin: 0 10px 10px 0" @click="exportTable">导出</el-button>
<el-table ref="table" :data="tableData" style="width: 100%;height: 479px" :show-summary="true"
<el-table ref="table" :data="tableData" style="width: 100%;height: 479px" :show-summary="true" border
:summary-method="getSummaries" v-loading="loading" :header-cell-style="{background:'#f5f7fa'}">
<el-table-column type="index" label="序号" align="center" width="60"/>
<el-table-column prop="projectName" label="项目名称" align="center"/>