From cccca4aeb6fa86358ff7081ba77bbbf63beb26bb Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Tue, 17 Jun 2025 15:42:13 +0800
Subject: [PATCH] feat: 优化文件上传和任务管理
---
src/views/job/components/TaskTop/TaskIndustry.vue | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/src/views/job/components/TaskTop/TaskIndustry.vue b/src/views/job/components/TaskTop/TaskIndustry.vue
index 5509958..7c8e3af 100644
--- a/src/views/job/components/TaskTop/TaskIndustry.vue
+++ b/src/views/job/components/TaskTop/TaskIndustry.vue
@@ -38,17 +38,12 @@
{
name: '机巢事件统计',
type: 'pie',
- roseType: 'radius',
- radius: ['20%', '70%'],
- center: ['50%', '45%'],
+ // roseType: 'radius',
+ radius: ['40%', '70%'],
+ // center: ['50%', '45%'],
+ // radius: '70%', // 设置饼图的半径
+ center: ['50%', '50%'], // 调整饼图位置
data: [],
- // [
- // { name: '国土类', value: 0, itemStyle: { color: '#3D7FFF' } },
- // { name: '城管类', value: 0, itemStyle: { color: '#8277E9' } },
- // { name: '消防类', value: 0, itemStyle: { color: '#FFB77E' } },
- // { name: '林业类', value: 0, itemStyle: { color: '#44D7B6' } },
- // { name: '公安类', value: 0, itemStyle: { color: '#62F4FF' } }
- // ],
label: {
show: true,
position: 'outside',
--
Gitblit v1.9.3