协同宣发

This commit is contained in:
yanran200730
2022-09-05 14:31:38 +08:00
parent 9cf8ffc5c1
commit faffbaeafe
3 changed files with 58 additions and 7 deletions

View File

@@ -34,12 +34,7 @@
<div class="AppAnnounceDetail-select">
<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">
<span v-for="(item, index) in form.wxGroups" :key="index" v-if="index < 9">
<ai-open-data
type="userName"
:openid="item.groupOwnerId">
</ai-open-data>
</span>
<span v-for="(item, index) in form.wxGroups" :key="index" v-if="index < 9">{{ item.groupOwnerName }}</span>
<em v-if="form.wxGroups.length > 9">{{ form.wxGroups.length }}</em>
</div>
<i v-if="!form.wxGroups.length">请选择</i>
@@ -373,6 +368,7 @@ export default {
isShowAddMiniapp: false,
isShowDate: false,
isShowTags: false,
chooseTags: [],
isLoading: false,
linkForm: {
linkPicUrl: [],
@@ -754,6 +750,33 @@ export default {
.el-tooltip__popper.is-dark {
max-width: 240px;
}
.tags {
.tag-item {
display: flex;
align-items: center;
padding-bottom: 30px;
padding-top: 30px;
border-bottom: 1px solid #EEEEEE;
&:first-child {
padding-top: 0;
}
.el-tag {
margin-right: 8px;
color: #222222;
}
h2 {
width: 88px;
margin-right: 40px;
text-align: right;
color: #888888;
font-size: 14px;
}
}
}
.AppAnnounceDetail-content-wrapper {
display: flex;
align-items: center;

View File

@@ -604,6 +604,32 @@ export default {
.el-tooltip__popper.is-dark {
max-width: 240px;
}
.tags {
.tag-item {
display: flex;
align-items: center;
padding-bottom: 30px;
padding-top: 30px;
border-bottom: 1px solid #EEEEEE;
&:first-child {
padding-top: 0;
}
.el-tag {
margin-right: 8px;
color: #222222;
}
h2 {
width: 88px;
margin-right: 40px;
text-align: right;
color: #888888;
font-size: 14px;
}
}
}
.AppAnnounceDetail-content-wrapper {
display: flex;
align-items: center;

View File

@@ -141,9 +141,11 @@
methods: {
onUserChange (e) {
if (e.length) {
this.search.createUserId = e[0].wxOpenUserId
this.name = e[0].name
this.search.createUserId = e[0].id
} else {
this.search.createUserId = ''
this.name = ''
}
this.search.current = 1