BUG 29058
This commit is contained in:
		| @@ -92,8 +92,8 @@ export default { | ||||
|   }, | ||||
|   computed: { | ||||
|     ...mapState(['user']), | ||||
|     financeOrgId(){ | ||||
|       return this.user.financeUser?.organizationId||"" | ||||
|     financeOrgId() { | ||||
|       return this.user.financeUser?.organizationId || "" | ||||
|     }, | ||||
|     circleEchart() { | ||||
|       return { | ||||
| @@ -194,7 +194,7 @@ export default { | ||||
|   data() { | ||||
|     return { | ||||
|       search: {status: 1}, | ||||
|       page: {current: 1, size: 10,total:0}, | ||||
|       page: {current: 1, size: 10, total: 0}, | ||||
|       tableData: [], | ||||
|       overviews: [], | ||||
|       productTop10: [], | ||||
| @@ -288,7 +288,7 @@ export default { | ||||
|       float: left; | ||||
|       margin: 0 20px 20px 0; | ||||
|       background: #FFF; | ||||
|       box-shadow: 0px 4px 6px -2px rgba(15, 15, 21, 0.15); | ||||
|       box-shadow: 0 4px 6px -2px rgba(15, 15, 21, 0.15); | ||||
|       border-radius: 4px; | ||||
|       box-sizing: border-box; | ||||
|  | ||||
| @@ -345,7 +345,10 @@ export default { | ||||
|             left: 50%; | ||||
|             transform: translate(-50%, -50%); | ||||
|             width: 100px; | ||||
|             text-align: center; | ||||
|  | ||||
|             & > p { | ||||
|               text-align: center; | ||||
|             } | ||||
|           } | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user