协同宣发

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

@@ -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