BUG 29625

This commit is contained in:
aixianling
2022-07-06 16:09:55 +08:00
parent 7a0d0322da
commit 2c1430b88a
2 changed files with 5 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ export default {
}, },
data() { data() {
return { return {
search: {search: ""}, search: {status: "", applyTime: []},
page: {current: 1, size: 10, total: 0}, page: {current: 1, size: 10, total: 0},
tableData: [], tableData: [],
} }

View File

@@ -79,9 +79,13 @@ export default {
return { return {
legend: false, legend: false,
color: ['#2891FF', '#FFB865'], color: ['#2891FF', '#FFB865'],
tooltip: {
confine: true
},
series: [ series: [
{ {
type: 'pie', type: 'pie',
name: '申请信用贷款主体',
radius: ['80%', '90%'], radius: ['80%', '90%'],
avoidLabelOverlap: false, avoidLabelOverlap: false,
legend: false, legend: false,