diff --git a/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue b/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue index 10e5f1cb..7f47c3bb 100644 --- a/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue +++ b/project/sass/apps/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue @@ -36,15 +36,17 @@

{{item.taskTitle}}

{{item.createTime.substring(10, 16)}} -
创建人: +
+ 创建人:
-
创建部门: - +
+ 创建部门: +
- - 详情 +
群发类型:{{$dict.getLabel('mstSendType', item.sendType) || ''}}
+ 详情{{item.sendType}}
@@ -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;