gongchunyi
14 小时以前 90d62381adf8835c959b7d72ae68e2bbcabd6375
src/views/reportAnalysis/dataDashboard/components/basic/left-bottom.vue
@@ -108,7 +108,7 @@
  formatter: function (params) {
    let result = params[0].axisValueLabel + '<br/>'
    params.forEach((item) => {
      result += `<div style="color: #B8C8E0">${item.marker} ${item.seriesName}: ${item.value}</div>`
      result += `<div>${item.marker} ${item.seriesName}: ${item.value}</div>`
    })
    return result
  },
@@ -163,7 +163,7 @@
const fetchCustomerOptions = async () => {
  try {
    const params = { pageNum: 1, pageSize: 200 }
    const params = { current: -1, size: -1 }
    const res = await listCustomer(params)
    const records = res?.records || res?.data?.records || res?.rows || []
    customerOptions.value = records.map((r) => ({