Browse Source

11

shibei_master
jiangyy 3 years ago
parent
commit
f18f029aac
  1. 5
      src/views/modules/base/epidemic/natFocus/natFocusAdd.vue
  2. 2
      src/views/modules/base/epidemic/natFocus/natFocusEdit.vue
  3. 3
      src/views/modules/base/epidemic/natFocus/natFocusList.vue
  4. 2
      src/views/modules/base/epidemic/natInfo/natForm.vue
  5. 2
      src/views/modules/base/epidemic/veroFocus/veroFocusEdit.vue
  6. 3
      src/views/modules/base/epidemic/veroFocus/veroFocusList.vue
  7. 2
      src/views/modules/base/epidemic/veroFocus/vfSendNotice.vue

5
src/views/modules/base/epidemic/natFocus/natFocusAdd.vue

@ -95,7 +95,7 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="1000"
maxlength="500"
show-word-limit
:autosize="{ minRows: 4, maxRows: 10 }"
clearable
@ -293,7 +293,7 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="1000"
maxlength="500"
show-word-limit
:autosize="{ minRows: 4, maxRows: 10 }"
clearable
@ -403,6 +403,7 @@ export default {
},
handleSearch () {
this.selectionAll = []
this.loadTable()
},

2
src/views/modules/base/epidemic/natFocus/natFocusEdit.vue

@ -94,7 +94,7 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="1000"
maxlength="500"
show-word-limit
:autosize="{ minRows: 4, maxRows: 10 }"
clearable

3
src/views/modules/base/epidemic/natFocus/natFocusList.vue

@ -256,7 +256,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
title="发送通知"
width="1050px"
width="850px"
top="5vh"
class="dialog-h"
@closed="diaClose">
@ -363,6 +363,7 @@ export default {
methods: {
handleSearch () {
this.selectionAll = []
this.loadTable()
},

2
src/views/modules/base/epidemic/natInfo/natForm.vue

@ -186,7 +186,7 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="1000"
maxlength="500"
show-word-limit
:autosize="{ minRows: 5, maxRows: 10 }"
clearable

2
src/views/modules/base/epidemic/veroFocus/veroFocusEdit.vue

@ -83,7 +83,7 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="1000"
maxlength="500"
show-word-limit
:autosize="{ minRows: 4, maxRows: 10 }"
clearable

3
src/views/modules/base/epidemic/veroFocus/veroFocusList.vue

@ -251,7 +251,7 @@
:close-on-click-modal="false"
:close-on-press-escape="false"
title="发送通知"
width="1050px"
width="850px"
top="5vh"
class="dialog-h"
@closed="diaClose">
@ -443,7 +443,6 @@ export default {
this.$nextTick(() => {
this.tableData.forEach(tableItem => {
for (let j = 0; j < this.selectionAll.length; j++) {
let selectionItem = this.selectionAll[j]

2
src/views/modules/base/epidemic/veroFocus/vfSendNotice.vue

@ -31,7 +31,7 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="1000"
maxlength="500"
show-word-limit
:autosize="{ minRows: 10, maxRows: 15 }"
clearable

Loading…
Cancel
Save