This commit is contained in:
tcy
2025-08-23 00:07:56 +08:00
3 changed files with 41 additions and 16 deletions

View File

@ -195,8 +195,9 @@ const generatePieOption = (data) => {
{
name: '合同数量',
type: 'pie',
radius: ['30%', '60%'],
center: ['50%', '80%'],
center: ['30%', '60%'],
data: [], // 空数据,避免显示圆环
itemStyle: { borderColor: '#000', borderWidth: 1 },
// 中心显示“加载中”提示