山东移动

This commit is contained in:
yanran200730
2023-03-31 15:17:34 +08:00
parent 5d8088ce8c
commit 8309afbbd8
3 changed files with 9 additions and 4 deletions

View File

@@ -17,8 +17,13 @@ export default {
}, },
series: { series: {
type: "pie", type: "pie",
radius: ['60%', '70%'],
minShowLabelAngle: 10, minShowLabelAngle: 10,
radius: '50%', itemStyle: {
borderRadius: 4,
borderColor: 'rgba(128, 128, 128, 0.1)',
borderWidth: 2
},
label: { label: {
show: false show: false
} }

View File

@@ -449,7 +449,7 @@ const components = [
{name: '凡哥', v1: 67, v2: 25}, {name: '凡哥', v1: 67, v2: 25},
{name: '党费', v1: 98, v2: 85} {name: '党费', v1: 98, v2: 85}
], ],
config: 'pieChart1', config: 'pieChart3',
sourceDataId: '', sourceDataId: '',
dynamicData: [] dynamicData: []
} }

View File

@@ -99,8 +99,8 @@
</el-button> </el-button>
</template> </template>
<template #right> <template #right>
<ai-import :instance="instance" :dict="dict" type="appparty" name="党员管理" @success="getList()"></ai-import> <ai-import v-if="permissions('app_appparty_import')" :instance="instance" :dict="dict" type="appparty" name="党员管理" @success="getList()"></ai-import>
<ai-download :instance="instance" :params="exportQuery" url="/app/appparty/export2" fileName="党员明细"/> <ai-download v-if="permissions('app_appparty_export')" :instance="instance" :params="exportQuery" url="/app/appparty/export2" fileName="党员明细"/>
</template> </template>
</ai-search-bar> </ai-search-bar>
<ai-table <ai-table