Browse Source

代码提交

master
juwei001 1 year ago
parent
commit
218d74188c
  1. 16
      src/views/modules/communityParty/partyBuilding/activitys.vue
  2. 16
      src/views/modules/communityParty/partyBuilding/activitysDetail.vue

16
src/views/modules/communityParty/partyBuilding/activitys.vue

@ -213,6 +213,22 @@ export default {
label: "精准服务", label: "精准服务",
value: 3, value: 3,
}, },
{
label: "干部队伍建设",
value: 4,
},
{
label: "战斗堡垒筑牢",
value: 5,
},
{
label: "强村共富先行",
value: 6,
},
{
label: "党建品牌打造",
value: 7,
},
], ],
formData: { formData: {
type: null, type: null,

16
src/views/modules/communityParty/partyBuilding/activitysDetail.vue

@ -50,6 +50,22 @@ export default {
label: "精准服务", label: "精准服务",
value: 3, value: 3,
}, },
{
label: "干部队伍建设",
value: 4,
},
{
label: "战斗堡垒筑牢",
value: 5,
},
{
label: "强村共富先行",
value: 6,
},
{
label: "党建品牌打造",
value: 7,
},
], ],
}; };
}, },

Loading…
Cancel
Save