From dd81c894e02429a4c71d0569628a7ae36dd9e5d5 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 18 Aug 2022 17:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E5=90=8C=E5=AE=A3=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Announce/AppAnnounce/components/Add.vue | 37 ++++++++----------- .../AppAnnounce/components/Detail.vue | 32 +++++++--------- .../Announce/AppAnnounce/components/List.vue | 21 +++++------ 3 files changed, 39 insertions(+), 51 deletions(-) diff --git a/packages/wxwork/Announce/AppAnnounce/components/Add.vue b/packages/wxwork/Announce/AppAnnounce/components/Add.vue index 5115b668..b8d8cf0d 100644 --- a/packages/wxwork/Announce/AppAnnounce/components/Add.vue +++ b/packages/wxwork/Announce/AppAnnounce/components/Add.vue @@ -34,12 +34,7 @@
- - - - + {{ item.groupOwnerName }} 等{{ form.wxGroups.length }}个
请选择 @@ -150,18 +145,16 @@ - +
- - - + {{ item.name }}
请选择
{{ form.examines.length ? '重新选择' : '选择' }}
-
+
@@ -249,21 +242,21 @@ + :visible.sync="isShowDate" + width="590px" + title="定时发送" + customFooter>
+ style="width: 100%;" + v-model="dateForm.choiceTime" + type="datetime" + size="small" + :picker-options="pickerOptions" + value-format="yyyy-MM-dd HH:mm:ss" + placeholder="请选择定时发送时间">
diff --git a/packages/wxwork/Announce/AppAnnounce/components/Detail.vue b/packages/wxwork/Announce/AppAnnounce/components/Detail.vue index 7396255c..c29062da 100644 --- a/packages/wxwork/Announce/AppAnnounce/components/Detail.vue +++ b/packages/wxwork/Announce/AppAnnounce/components/Detail.vue @@ -25,15 +25,15 @@
- - () + {{ info.createUserName }} + ({{ info.createUserDeptName }}
- + {{ item.name }}
@@ -121,7 +121,7 @@ :instance="instance" @pick="e => onUserChange(e, 'search1')" :multiple="false" v-model="user1">
- + {{ name1 }} 部门 @@ -142,12 +142,8 @@ @@ -195,7 +191,7 @@ :instance="instance" @pick="e => onUserChange(e, 'search2')" :multiple="false" v-model="user2">
- + {{ name2 }} 部门 @@ -216,12 +212,8 @@ @@ -276,6 +268,8 @@ total2: 0, user1: [], user2: [], + name1: '', + name2: '', radio1: '未执行', search1: { current: 1, @@ -300,7 +294,7 @@ content: '', currIndex: 0, colConfigs3: [ - { prop: 'groupOwnerId', label: '群主', openType: 'userName' }, + { prop: 'groupOwnerName', label: '群主', openType: 'userName' }, { prop: 'groupNames', label: '群名称' } ], colConfigs1: [ @@ -352,9 +346,11 @@ onUserChange (e, search) { if (e.length) { + search === 'search1' ? this.name1 = e[0].name : this.name2 = e[0].name this[search].deptartId = e[0].id } else { this[search].deptartId = '' + search === 'search1' ? this.name1 = '' : this.name2 = '' } this[search].current = 1 diff --git a/packages/wxwork/Announce/AppAnnounce/components/List.vue b/packages/wxwork/Announce/AppAnnounce/components/List.vue index 123eea3a..23a4130f 100644 --- a/packages/wxwork/Announce/AppAnnounce/components/List.vue +++ b/packages/wxwork/Announce/AppAnnounce/components/List.vue @@ -33,14 +33,14 @@ @change="search.current = 1, getList()" placeholder="选择群发结束日期"> - +
- + {{ name }} 创建人 - +
-
+