|
@ -20,7 +20,7 @@ |
|
|
:formConfigOptions="{ dFormData: { eventState: '0' } }" @handleSearch="handleSearch" /> |
|
|
:formConfigOptions="{ dFormData: { eventState: '0' } }" @handleSearch="handleSearch" /> |
|
|
</div> |
|
|
</div> |
|
|
<!-- 内容 --> |
|
|
<!-- 内容 --> |
|
|
<Table :data="tableData" height="100%" style="width:500"> |
|
|
<Table :data="tableData" height="100%" style="width:1880px"> |
|
|
<el-table-column label="序号" type="index" :index="indexMethod" width="100" align="center" |
|
|
<el-table-column label="序号" type="index" :index="indexMethod" width="100" align="center" |
|
|
header-align="center" /> |
|
|
header-align="center" /> |
|
|
|
|
|
|
|
@ -114,7 +114,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
onDelete(id){ |
|
|
onDelete(id){ |
|
|
const self = this; |
|
|
const self = this; |
|
|
this.$confirm("是否删除?"+id, "警告", { |
|
|
this.$confirm("是否删除?", "警告", { |
|
|
confirmButtonText: "确定", |
|
|
confirmButtonText: "确定", |
|
|
cancelButtonText: "取消", |
|
|
cancelButtonText: "取消", |
|
|
type: "warning", |
|
|
type: "warning", |
|
@ -201,6 +201,7 @@ export default { |
|
|
request({ |
|
|
request({ |
|
|
url: `/business/manage/statisticsList`, |
|
|
url: `/business/manage/statisticsList`, |
|
|
method: "post", |
|
|
method: "post", |
|
|
|
|
|
params: { pageNum: this.searchData.pageNum, pageSize: this.searchData.pageSize }, |
|
|
data: this.searchData, |
|
|
data: this.searchData, |
|
|
}).then((result) => { |
|
|
}).then((result) => { |
|
|
if (result.code != 200) return Message.error(result?.msg); |
|
|
if (result.code != 200) return Message.error(result?.msg); |
|
|