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() {
return {
search: {search: ""},
search: {status: "", applyTime: []},
page: {current: 1, size: 10, total: 0},
tableData: [],
}

View File

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