| | |
| | | totalSalesAmount.value = response.data.price || 0; |
| | | completedOrders.value = response.data.delivery || 0; |
| | | centerNewCustomerCount.value = response.data.customer || 0; |
| | | totalSalesAreaCount.value = response.data.totalSalesAreaCount || 0; |
| | | totalSalesAreaCount.value = response.data.volume || 0; |
| | | } |
| | | } catch (error) { |
| | | console.error("获取中心看板数据失败:", error); |
| | |
| | | } |
| | | |
| | | /* .scroll-table tbody tr:nth-child(odd) { |
| | | background-color: rgba(64, 158, 255, 0.05); |
| | | } |
| | | background-color: rgba(64, 158, 255, 0.05); |
| | | } |
| | | |
| | | .scroll-table tbody tr:nth-child(even) { |
| | | background-color: rgba(64, 158, 255, 0.1); |
| | | } */ |
| | | .scroll-table tbody tr:nth-child(even) { |
| | | background-color: rgba(64, 158, 255, 0.1); |
| | | } */ |
| | | .oddTableTr { |
| | | background-color: rgba(64, 158, 255, 0.05); |
| | | } |