|
|
@ -49,17 +49,17 @@ |
|
|
|
</div> |
|
|
|
<el-table :data="tableData" border class="m-table-item" style="width: 100%" :height="maxTableHeight"> |
|
|
|
<el-table-column label="序号" fixed="left" type="index" align="center" width="50" /> |
|
|
|
<el-table-column prop="taskTitle" label="报表名称" min-width="140" align="center" :show-overflow-tooltip="true" /> |
|
|
|
<el-table-column prop="totalNum" label="导出记录" align="center" :show-overflow-tooltip="true" width="100"> |
|
|
|
<el-table-column prop="reportName" label="报表名称" min-width="140" align="center" :show-overflow-tooltip="true" /> |
|
|
|
<el-table-column prop="exportCount" label="导出记录" align="center" :show-overflow-tooltip="true" width="100"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-button @click=" handleRecord(scope.row)" type="text" size="small">{{scope.row.totalNum}}</el-button> |
|
|
|
<el-button @click=" handleRecord(scope.row)" type="text" size="small">{{scope.row.exportCount}}</el-button> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="agencyName" align="center" label="所属组织" :show-overflow-tooltip="true"> |
|
|
|
<el-table-column prop="orgName" align="center" label="所属组织" :show-overflow-tooltip="true"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="createByName" align="center" width="100" label="创建人" :show-overflow-tooltip="true"> |
|
|
|
<el-table-column prop="creatorName" align="center" width="100" label="创建人" :show-overflow-tooltip="true"> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="createdTime" align="center" width="140" :show-overflow-tooltip="true" label="创建时间"> |
|
|
|
<el-table-column prop="createTime" align="center" width="140" :show-overflow-tooltip="true" label="创建时间"> |
|
|
|
</el-table-column> |
|
|
|
|
|
|
|
<el-table-column fixed="right" label="操作" align="center" width="200px"> |
|
|
@ -257,7 +257,7 @@ |
|
|
|
this.getTableData(); |
|
|
|
}, |
|
|
|
async getTableData() { |
|
|
|
const url = "/actual/base/communityOneTablePublish/page"; |
|
|
|
const url = "/actual/base/intellgentizeReport/list"; |
|
|
|
const { pageSize, pageNo, formData } = this; |
|
|
|
const { data, code, msg } = await requestGet(url, { |
|
|
|
pageSize, |
|
|
|