diff --git a/project/qianxinan/Announce/AppAnnounce/components/Add.vue b/project/qianxinan/Announce/AppAnnounce/components/Add.vue index fe067e77..532ab367 100644 --- a/project/qianxinan/Announce/AppAnnounce/components/Add.vue +++ b/project/qianxinan/Announce/AppAnnounce/components/Add.vue @@ -20,14 +20,14 @@ - + @@ -51,6 +51,18 @@ + +
请选择
+
+

消息预计送达居民群数:

+ {{ groupLen }} + + + +
+
@@ -700,6 +712,10 @@ export default { }) }, + selectDept() { + return this.$message.error(`您未在系统中关联‘主部门’,请联系管理员处理`) + }, + cancel(isRefresh) { this.$emit('change', { type: 'list', @@ -967,5 +983,17 @@ export default { font-style: normal; } } + .select-div { + width: 100%; + height: 32px; + line-height: 32px; + border-radius: 4px; + border: 1px solid #ddd; + padding: 0 15px; + box-sizing: border-box; + font-size: 14px; + color: #999; + cursor: pointer; + } } diff --git a/project/qianxinan/Announce/AppAnnounce/components/List.vue b/project/qianxinan/Announce/AppAnnounce/components/List.vue index 0c252841..190f8a8f 100644 --- a/project/qianxinan/Announce/AppAnnounce/components/List.vue +++ b/project/qianxinan/Announce/AppAnnounce/components/List.vue @@ -41,12 +41,12 @@ @change="search.current = 1, getList()" placeholder="选择群发结束日期"> - +
{{ name }} 创建人 - +
@@ -96,6 +96,7 @@