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 @@ - - - - + + + + + +