bug
This commit is contained in:
		| @@ -135,8 +135,8 @@ export default { | |||||||
|     getTableData() { |     getTableData() { | ||||||
|       this.instance.post(`/appfinancingdemand/staticFinancialDemandByOrganization?areaId=${this.search.areaId}&organizationId=${this.search.organizationId}`).then(res => { |       this.instance.post(`/appfinancingdemand/staticFinancialDemandByOrganization?areaId=${this.search.areaId}&organizationId=${this.search.organizationId}`).then(res => { | ||||||
|         if (res?.data) { |         if (res?.data) { | ||||||
|           if (res.data['对接成功率']) { |           if (res.data['对接成功率(%)']) { | ||||||
|             res.data['对接成功率'] = Number(res.data['对接成功率'] * 100) + '%' |             res.data['对接成功率(%)'] = Number(res.data['对接成功率(%)'] * 100) + '%' | ||||||
|           } |           } | ||||||
|           this.cloList = res.data |           this.cloList = res.data | ||||||
|         } |         } | ||||||
| @@ -427,6 +427,9 @@ export default { | |||||||
|           left: 70px; |           left: 70px; | ||||||
|           width: 100px; |           width: 100px; | ||||||
|           text-align: center; |           text-align: center; | ||||||
|  |           p{ | ||||||
|  |             text-align: center; | ||||||
|  |           } | ||||||
|         } |         } | ||||||
|  |  | ||||||
|         #circleChart { |         #circleChart { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user