宣发统计

This commit is contained in:
liuye
2022-07-25 17:51:59 +08:00
parent 5da0f4b651
commit 28bba07f22

View File

@@ -36,15 +36,17 @@
<p class="item-title">{{item.taskTitle}}</p>
<span class="item-time" v-if="item.createTime">{{item.createTime.substring(10, 16)}}</span>
</div>
<div class="item-info item-created">创建人
<div class="item-info item-created">
<span class="label">创建人</span>
<ai-open-data type="userName" :openid="item.createUserId" class="name"></ai-open-data>
</div>
<div class="item-info">创建部门
<ai-open-data type="departmentName" :openid="item.createUserDept"></ai-open-data>
<div class="item-info item-dept">
<span class="label">创建部门</span>
<ai-open-data type="departmentName" :openid="item.createUserDept" class="name"></ai-open-data>
</div>
<div class="flex-between">
<!-- <div class="item-info">群发类型<span>{{$dict.getLabel('mstSendType', item.sendType) || ''}}</span></div> -->
<span class="item-btn">详情</span>
<div class="item-info">群发类型<span>{{$dict.getLabel('mstSendType', item.sendType) || ''}}</span></div>
<span class="item-btn">详情{{item.sendType}}</span>
</div>
</el-card>
</el-timeline-item>
@@ -210,7 +212,7 @@
this.getCalendarList(year, month)
this.getEffect()
this.getDepart()
this.dict.load(['mstSendType'])
this.dict.load('mstSendType')
},
methods: {
...mapActions(['initOpenData', 'transCanvas']),
@@ -531,12 +533,30 @@
color: #888;
line-height: 22px;
span{
display: inline-block;
color: #222;
word-break: break-all;
vertical-align: text-top;
}
}
.item-created{
width: 152px;
margin-bottom: 4px;
.label{
width: 56px;
}
.name{
width: calc(100% - 56px);
}
}
.item-dept{
width: calc(100% - 152px);
.label{
width: 70px;
}
.name{
width: calc(100% - 70px);
}
}
.item-btn{
color: #26f;