山东移动
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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: []
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user