|
@@ -401,7 +401,7 @@ export default {
|
|
|
handleImport() {
|
|
|
this.$refs.importPage.upload.title = "单位考评评级"
|
|
|
this.$refs.importPage.upload.open = true
|
|
|
- this.$refs.importPage.upload.url = '/evaluation-dept-rating/import'
|
|
|
+ this.$refs.importPage.upload.url = '/organization-rating/import'
|
|
|
},
|
|
|
successImport(val) {
|
|
|
this.getevaluRatingList()
|
|
@@ -413,14 +413,16 @@ export default {
|
|
|
//根据数据自己调整
|
|
|
let colums = []
|
|
|
colums = [
|
|
|
- { header: 'ID', key: 'id', width: 26 },
|
|
|
+ { header: 'ID', key: 'id', width: 26, hidden: true},
|
|
|
{ header: '考评单位', key: 'organizationShortName', width: 26 },
|
|
|
- { header: '业务板块', key: 'binSectionName', width: 26 },
|
|
|
+ { header: '考评单位ID', key: 'organizationId', width: 26, hidden: true },
|
|
|
+ { header: '业务板块ID', key: 'binSection', width: 26, hidden: true },
|
|
|
{ header: '考评年度', key: 'year', width: 26 },
|
|
|
{ header: '生成经营评级', key: 'scjyRate', width: 26 },
|
|
|
{ header: '前期评级', key: 'qqRate', width: 26 },
|
|
|
{ header: '基建评级', key: 'jjRate', width: 26 },
|
|
|
{ header: '年度评级', key: 'yearRate', width: 26 },
|
|
|
+ { header: '备注', key: 'remake', width: 26 },
|
|
|
]
|
|
|
worksheet.columns = colums
|
|
|
worksheet.getRow(1).font = {
|