|
|
@@ -328,7 +328,7 @@ export default {
|
|
|
this.$message({
|
|
|
showClose: true,
|
|
|
message: '您还未选中人员进行发送催办信息,请在列表中选择!',
|
|
|
- type: 'error'
|
|
|
+ type: 'warning'
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
@@ -379,7 +379,7 @@ export default {
|
|
|
{
|
|
|
type: 'gauge',
|
|
|
min: 0,
|
|
|
- max: 80,
|
|
|
+ // max: 80,
|
|
|
axisLine: {
|
|
|
lineStyle: {
|
|
|
width: 30,
|
|
|
@@ -456,7 +456,7 @@ export default {
|
|
|
{
|
|
|
type: 'gauge',
|
|
|
min: 0,
|
|
|
- max: 80,
|
|
|
+ // max: 80,
|
|
|
axisLine: {
|
|
|
lineStyle: {
|
|
|
width: 30,
|
|
|
@@ -542,7 +542,7 @@ export default {
|
|
|
grid: {
|
|
|
// 让图表占满容器
|
|
|
top: '50px',
|
|
|
- left: '0',
|
|
|
+ left: '10px',
|
|
|
containLabel: true
|
|
|
},
|
|
|
xAxis: {
|