优化
This commit is contained in:
parent
9576a9c3f5
commit
f4e472a420
@ -80,10 +80,12 @@ export default {
|
|||||||
currPage: 1,
|
currPage: 1,
|
||||||
departmentId: depId,
|
departmentId: depId,
|
||||||
flowProcess: this.$route.query.flowProcess,
|
flowProcess: this.$route.query.flowProcess,
|
||||||
|
scoreLevel: this.$route.query.scoreLevel,
|
||||||
startId: this.$route.query.startId,
|
startId: this.$route.query.startId,
|
||||||
pageSize: 999
|
pageSize: 999
|
||||||
}
|
}
|
||||||
let result = await getChartDetail(params)
|
let result = await getChartDetail(params)
|
||||||
|
if (result.code !== 200) return this.$message.errot(result.eror)
|
||||||
this.tableData = result.data.list
|
this.tableData = result.data.list
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -241,7 +241,7 @@ export default {
|
|||||||
handleDetailClick (index, rows) {
|
handleDetailClick (index, rows) {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: ('reportDetial'),
|
name: ('reportDetial'),
|
||||||
query: {startId: this.startId, flowProcess: rows.desc}
|
query: Object.assign({}, {startId: this.startId[1]}, rows)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// Y轴坐标计算,取靠近最大值的3的倍数作为上限,然后划分成4个刻度(0为初始刻度)
|
// Y轴坐标计算,取靠近最大值的3的倍数作为上限,然后划分成4个刻度(0为初始刻度)
|
||||||
@ -446,7 +446,7 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.level_chart {
|
.level_chart {
|
||||||
display: flex;
|
// display: flex;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
#level_chart {
|
#level_chart {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user