This commit is contained in:
2024-05-11 15:21:48 +08:00
parent 5cdd141dc4
commit cf2a5a7861
31 changed files with 860 additions and 490 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-08-22 15:01:54
* @LastEditors: zwq
* @LastEditTime: 2023-10-13 14:45:48
* @LastEditTime: 2024-05-09 11:29:53
* @Description:
-->
<template>
@@ -16,7 +16,7 @@
<pieChart
title="饼状图分析"
ref="pieChart"
height="600px"
height="650px"
v-if="tableData.totalNumber"
:total-number="tableData.totalNumber"
:pie-data="tableData.list" />