25310
This commit is contained in:
@@ -164,7 +164,7 @@ export default {
|
|||||||
this.clickedUserSelect = true
|
this.clickedUserSelect = true
|
||||||
this.selectEnterpriseContact({
|
this.selectEnterpriseContact({
|
||||||
fromDepartmentId: 0,
|
fromDepartmentId: 0,
|
||||||
type: ["user"],
|
type: ["user","department"],
|
||||||
selectedUserIds: this.form.attendees?.map(e => e.id)
|
selectedUserIds: this.form.attendees?.map(e => e.id)
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
this.change(res?.userList || [])
|
this.change(res?.userList || [])
|
||||||
|
|||||||
@@ -6,8 +6,12 @@
|
|||||||
<u-gap height="16"></u-gap>
|
<u-gap height="16"></u-gap>
|
||||||
<u-row v-if="detail.createUserId">
|
<u-row v-if="detail.createUserId">
|
||||||
<!-- <u-avatar :src="$cdn + 'common/xzh.png'" v-if="false"></u-avatar>-->
|
<!-- <u-avatar :src="$cdn + 'common/xzh.png'" v-if="false"></u-avatar>-->
|
||||||
<!-- <div class="u-avatar__img" v-else>{{ detail.userName && detail.userName.substr(-2) }}</div>-->
|
<div class="u-avatar__img">
|
||||||
<AiOpenData type="userName" style="font-size: 15px;color: #343D65;" :openid="detail.createUserId"></AiOpenData>
|
<AiOpenData type="userName" :openid="detail.createUserId"></AiOpenData>
|
||||||
|
</div>
|
||||||
|
<span style="font-size: 30px;color: #343D65;">
|
||||||
|
<AiOpenData type="userName" :openid="detail.createUserId"></AiOpenData>
|
||||||
|
</span>
|
||||||
</u-row>
|
</u-row>
|
||||||
<u-gap height="32"></u-gap>
|
<u-gap height="32"></u-gap>
|
||||||
<u-row>
|
<u-row>
|
||||||
@@ -334,6 +338,7 @@
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #2266FF;
|
background-color: #2266FF;
|
||||||
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|||||||
@@ -6,16 +6,16 @@
|
|||||||
<u-gap height="16"></u-gap>
|
<u-gap height="16"></u-gap>
|
||||||
<u-row>
|
<u-row>
|
||||||
<span>发布人:</span>
|
<span>发布人:</span>
|
||||||
<template v-if="detailObj.createUserId">
|
<span v-if="detailObj.createUserId">
|
||||||
<AiOpenData type="userName" style="font-size: 15px;color: #343D65;" :openid="detailObj.createUserId"></AiOpenData>
|
<AiOpenData type="userName" :openid="detailObj.createUserId"></AiOpenData>
|
||||||
</template>
|
</span>
|
||||||
</u-row>
|
</u-row>
|
||||||
<u-gap height="8"></u-gap>
|
<u-gap height="8"></u-gap>
|
||||||
<u-row>
|
<u-row>
|
||||||
<span>发布部门:</span>
|
<span>发布部门:</span>
|
||||||
<template v-if="detailObj.unitName">
|
<span v-if="detailObj.unitName">
|
||||||
<AiOpenData type="departmentName" style="font-size: 15px;color: #343D65;" :openid="detailObj.unitName"></AiOpenData>
|
<AiOpenData type="departmentName" :openid="detailObj.unitName"></AiOpenData>
|
||||||
</template>
|
</span>
|
||||||
</u-row>
|
</u-row>
|
||||||
<u-gap height="8"></u-gap>
|
<u-gap height="8"></u-gap>
|
||||||
<u-row>
|
<u-row>
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > span:first-child {
|
& > span {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: #999999;;
|
color: #999999;;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
@@ -159,8 +159,8 @@
|
|||||||
|
|
||||||
& > span:last-child {
|
& > span:last-child {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
color: #343D65;
|
/*color: #343D65;*/
|
||||||
margin-left: 16px;
|
/*margin-left: 16px;*/
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user