mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
7be2c51036
commit
2d67e81808
@ -24,7 +24,17 @@
|
|||||||
<option v-for="(item,index) in addActivitiesViewInfo.typeCds" :key="index"
|
<option v-for="(item,index) in addActivitiesViewInfo.typeCds" :key="index"
|
||||||
v-bind:value="item.typeCd">{{item.typeName}}
|
v-bind:value="item.typeCd">{{item.typeName}}
|
||||||
</option>
|
</option>
|
||||||
</select></div>
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="form-group row">
|
||||||
|
<label class="col-sm-2 col-form-label">多小区</label>
|
||||||
|
<div class="col-sm-10">
|
||||||
|
<select class="custom-select" v-model="addActivitiesViewInfo.isMoreCommunity">
|
||||||
|
<option value="Y">是</option>
|
||||||
|
<option value="N">否</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<label class="col-sm-2 col-form-label">头部照片(800 * 595)</label>
|
<label class="col-sm-2 col-form-label">头部照片(800 * 595)</label>
|
||||||
|
|||||||
@ -10,7 +10,8 @@
|
|||||||
context: '',
|
context: '',
|
||||||
startTime: '',
|
startTime: '',
|
||||||
endTime: '',
|
endTime: '',
|
||||||
typeCds: []
|
typeCds: [],
|
||||||
|
isMoreCommunity:'N'
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -151,7 +152,8 @@
|
|||||||
context: '',
|
context: '',
|
||||||
startTime: '',
|
startTime: '',
|
||||||
endTime: '',
|
endTime: '',
|
||||||
typeCds:_typeCds
|
typeCds:_typeCds,
|
||||||
|
isMoreCommunity:'N'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
_initActivitiesInfo: function () {
|
_initActivitiesInfo: function () {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user