30770
This commit is contained in:
@@ -25,9 +25,10 @@
|
|||||||
<div class="AppAnnounceDetail-select">
|
<div class="AppAnnounceDetail-select">
|
||||||
<el-input size="small" class="AppAnnounceDetail-select__input" placeholder="请选择..." disabled v-model="form.wxGroupsName"></el-input>
|
<el-input size="small" class="AppAnnounceDetail-select__input" placeholder="请选择..." disabled v-model="form.wxGroupsName"></el-input>
|
||||||
<div class="select-left" v-if="form.wxGroups.length">
|
<div class="select-left" v-if="form.wxGroups.length">
|
||||||
<span v-for="(item, index) in form.wxGroups" :key="index">
|
<span v-for="(item, index) in form.wxGroups" :key="index" v-if="index < 4">
|
||||||
<ai-open-data type="userName" :openid="item.groupOwnerId"></ai-open-data>
|
<ai-open-data type="userName" :openid="item.groupOwnerId"></ai-open-data>
|
||||||
</span>
|
</span>
|
||||||
|
<em v-if="form.wxGroups.length > 4">等{{ form.wxGroups.length }}个</em>
|
||||||
</div>
|
</div>
|
||||||
<i v-if="!form.wxGroups.length">请选择</i>
|
<i v-if="!form.wxGroups.length">请选择</i>
|
||||||
<ai-picker
|
<ai-picker
|
||||||
@@ -844,6 +845,15 @@ export default {
|
|||||||
border-right: 1px solid #D0D4DC;
|
border-right: 1px solid #D0D4DC;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
||||||
|
em {
|
||||||
|
height: 22px;
|
||||||
|
line-height: 22px;
|
||||||
|
margin: 0 4px 5px 0;
|
||||||
|
color: #222222;
|
||||||
|
font-size: 12px;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
height: 22px;
|
height: 22px;
|
||||||
line-height: 22px;
|
line-height: 22px;
|
||||||
|
|||||||
Reference in New Issue
Block a user