From 75cae9364092ef4fd82295f83483a7d74b938a9a Mon Sep 17 00:00:00 2001 From: tianq Date: Fri, 5 May 2023 13:35:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/workSys/addFormNotice.vue | 7 +++++-- src/views/modules/workSys/noticeList.vue | 22 +++++++++++++-------- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/src/views/modules/workSys/addFormNotice.vue b/src/views/modules/workSys/addFormNotice.vue index 2f4c40105..19fb0988e 100644 --- a/src/views/modules/workSys/addFormNotice.vue +++ b/src/views/modules/workSys/addFormNotice.vue @@ -39,6 +39,7 @@ maxlength="500" style="width:570px;" clearable + show-word-limit placeholder="请输入" > @@ -58,6 +59,8 @@ {{ formData.content }} + + {{ formData.publishTime }} @@ -139,7 +142,7 @@ export default { label: 'agencyName', children: 'subAgencyList', emitPath: false, - checkStrictly: true + checkStrictly: false }, formData: { publishDitch: '', @@ -321,7 +324,7 @@ export default { /deep/.dialog-h-content2 { // max-height: calc(83vh - 90px); box-sizing: border-box; - padding: 0 10px; + padding: 0 30px; overflow: auto; } diff --git a/src/views/modules/workSys/noticeList.vue b/src/views/modules/workSys/noticeList.vue index 0dbc81084..8d89695d9 100644 --- a/src/views/modules/workSys/noticeList.vue +++ b/src/views/modules/workSys/noticeList.vue @@ -4,7 +4,7 @@
- + @@ -16,6 +16,7 @@ v-model="formData.orgId" :options="orgOptions" filterable + clearable :props="orgOptionProps" :show-all-levels="false" @change="handleChangeAgency" @@ -25,9 +26,10 @@ - - - - + + + + + +