mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +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"
|
||||
v-bind:value="item.typeCd">{{item.typeName}}
|
||||
</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 class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">头部照片(800 * 595)</label>
|
||||
|
||||
@ -10,7 +10,8 @@
|
||||
context: '',
|
||||
startTime: '',
|
||||
endTime: '',
|
||||
typeCds: []
|
||||
typeCds: [],
|
||||
isMoreCommunity:'N'
|
||||
|
||||
}
|
||||
},
|
||||
@ -151,7 +152,8 @@
|
||||
context: '',
|
||||
startTime: '',
|
||||
endTime: '',
|
||||
typeCds:_typeCds
|
||||
typeCds:_typeCds,
|
||||
isMoreCommunity:'N'
|
||||
};
|
||||
},
|
||||
_initActivitiesInfo: function () {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user