diff --git a/project/sass/apps/Announce/AppAnnounce/components/Add.vue b/project/sass/apps/Announce/AppAnnounce/components/Add.vue index 096af2b9..ae9a36b9 100644 --- a/project/sass/apps/Announce/AppAnnounce/components/Add.vue +++ b/project/sass/apps/Announce/AppAnnounce/components/Add.vue @@ -157,57 +157,7 @@
- - -
-
-
-
- -
-
-
-

{{ form.content }}

-
-
-
-
-
- -
-
-
- -
-
- -
-
-
-

{{ item.name }}

-

{{ item.fileSizeStr }}

-
- -
- -
-

{{ item.mpTitle }}

- -
- 小程序 - -
-
-
-
-
-
+
diff --git a/project/sass/apps/Announce/AppAnnounce/components/Phone.vue b/project/sass/apps/Announce/AppAnnounce/components/Phone.vue new file mode 100644 index 00000000..1c2db92d --- /dev/null +++ b/project/sass/apps/Announce/AppAnnounce/components/Phone.vue @@ -0,0 +1,310 @@ + + + + + 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;