Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
ff2605011c
  1. 2
      src/views/components/resiForm.vue
  2. 2
      src/views/modules/visual/communityParty/options.js

2
src/views/components/resiForm.vue

@ -682,6 +682,8 @@ export default {
console.log('获取查询详情成功', res.data)
if (res.data.isVolunteer == '1') this.form.IS_VOLUNTEER = '1'
else this.form.IS_VOLUNTEER = '0'
if (res.data.isPartyMember == '1') this.form.IS_PARTY = '1'
else this.form.IS_PARTY = '0'
}
})
.catch(() => {

2
src/views/modules/visual/communityParty/options.js

@ -88,7 +88,7 @@ export function pieOption (_charts) {
// formatter: '{a|{c}}\n\n{name|{b}}',
formatter: '{a|{c}}\n{r|}\n{name|{b}}',
minMargin: 5,
edgeDistance: 1,
edgeDistance: '10%',
lineHeight: 15,
color: '#fff',
fontSize: 12,

Loading…
Cancel
Save