From 42b603a8c4ada5a4f890f4e60322a719ff8428ab Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 15 Nov 2023 17:29:30 +0800
Subject: [PATCH] Merge branch 'feature_1.0'
---
src/views/toCarryOutLegislativeReforms/reform/index.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/views/toCarryOutLegislativeReforms/reform/index.vue b/src/views/toCarryOutLegislativeReforms/reform/index.vue
index 2ba975d..ec3b62b 100644
--- a/src/views/toCarryOutLegislativeReforms/reform/index.vue
+++ b/src/views/toCarryOutLegislativeReforms/reform/index.vue
@@ -29,7 +29,7 @@
<div>{{ scope.row.escalationTime }}</div>
</template>
</el-table-column>
- <el-table-column align="center" prop="unitId" label="������������" :formatter="unitIdFormatter" />
+ <el-table-column align="center" prop="unitId" label="������������" width="150px" :formatter="unitIdFormatter" />
<el-table-column align="center" prop="polluteType" label="������������" width="120px" :formatter="polluteTypeFormatter" />
<el-table-column align="center">
<template slot="header">
@@ -70,7 +70,7 @@
</template>
</el-table-column>
<el-table-column align="center" prop="isInvalid" label="������������" width="60px" :formatter="isInvalidFormatter" />
- <el-table-column align="center">
+ <el-table-column align="center" width="150px">
<template slot="header">
<div>������������</div>
<div>���������</div>
@@ -80,7 +80,7 @@
<div>{{ updatUnitIdFormatter(scope.row) }}</div>
</template>
</el-table-column>
- <el-table-column align="center">
+ <el-table-column align="center" width="150px">
<template slot="header">
<div>���������</div>
<div>������������</div>
@@ -298,6 +298,7 @@
this.$request({
url: '/allocation/listExcel',
method: 'get',
+ responseType: 'blob',
params: {
id: this.selectionRows.map(item => item.allocationId)
},
--
Gitblit v1.8.0