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