Browse Source

身份字典

feature
mk 2 years ago
parent
commit
cc8aa6612d
  1. 8
      src/views/components/resiSearch.vue

8
src/views/components/resiSearch.vue

@ -320,19 +320,19 @@ export default {
projectStaffList: [
{
label: '志愿者',
value: 'volunteerFlag'
value: 'VOLUNTEER_FLAG'
},
{
label: '楼长',
value: 'buildingChiefFlag'
value: 'BUILDING_CHIEF_FLAG'
},
{
label: '单元长',
value: 'unitChiefFlag'
value: 'UNIT_CHIEF_FLAG'
},
{
label: '公益岗',
value: 'publicWelfareFlag'
value: 'PUBLIC_WELFARE_FLAG'
}
],
specialCategoryList: [

Loading…
Cancel
Save