Browse Source

Merge branch 'test' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into test

shibei_master
jiangyy 3 years ago
parent
commit
6dfa4b2884
  1. 16
      src/views/modules/secretaryLog/difficulty/difficultyForm.vue
  2. 8
      src/views/modules/secretaryLog/humanisticCare/careForm.vue
  3. 2
      src/views/modules/secretaryLog/humanisticCare/careList.vue
  4. 14
      src/views/modules/secretaryLog/workLog/form.vue

16
src/views/modules/secretaryLog/difficulty/difficultyForm.vue

@ -15,9 +15,9 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="100"
maxlength="1000"
show-word-limit
:rows="4"
:autosize="{ minRows: 4, maxRows: 10 }"
clearable
placeholder="请输入内容"
v-model="formData.content"></el-input>
@ -29,9 +29,9 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="100"
maxlength="1000"
show-word-limit
:rows="4"
:autosize="{ minRows: 4, maxRows: 10 }"
clearable
placeholder="请输入解决方式"
v-model="formData.resolveWay"></el-input>
@ -72,9 +72,9 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="100"
maxlength="1000"
show-word-limit
:rows="4"
:autosize="{ minRows: 4, maxRows: 10 }"
clearable
placeholder="请输入备注"
v-model="formData.remark"></el-input>
@ -386,6 +386,10 @@ export default {
<style lang="scss" scoped>
.item_width_1 {
width: 560px;
::v-deep .el-input__count {
right: 20px;
line-height: 12px;
}
}
.item_width_2 {
width: 220px;

8
src/views/modules/secretaryLog/humanisticCare/careForm.vue

@ -58,9 +58,9 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="100"
maxlength="1000"
show-word-limit
:rows="4"
:autosize="{ minRows: 4, maxRows: 10 }"
clearable
placeholder="请输入关怀事项"
v-model="formData.content"></el-input>
@ -462,6 +462,10 @@ export default {
<style lang="scss" scoped>
.item_width_1 {
width: 560px;
::v-deep .el-input__count {
right: 20px;
line-height: 12px;
}
}
.item_width_2 {
width: 220px;

2
src/views/modules/secretaryLog/humanisticCare/careList.vue

@ -448,7 +448,7 @@ export default {
//
async handleExport (row) {
let title = '人员关怀'
let title = '人员关怀详情'
let url = `/gov/project/memoConcern/${row.id}/exportWord`
let params = {}

14
src/views/modules/secretaryLog/workLog/form.vue

@ -14,9 +14,9 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="100"
maxlength="1000"
show-word-limit
:rows="4"
:autosize="{ minRows: 4, maxRows: 10 }"
clearable
:disabled="disabled"
placeholder="请输入内容"
@ -29,9 +29,9 @@
style="display: block">
<el-input class="item_width_1"
type="textarea"
maxlength="100"
maxlength="1000"
show-word-limit
:rows="4"
:autosize="{ minRows: 4, maxRows: 10 }"
clearable
:disabled="disabled"
placeholder="请输入工作事项"
@ -41,7 +41,7 @@
style="display: block"
prop="remindTime"
label-width="150px">
<el-date-picker class="item_width_1"
<el-date-picker class="item_width_2"
v-model="formData.remindTime"
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
@ -357,6 +357,10 @@ export default {
<style lang="scss" scoped>
.item_width_1 {
width: 560px;
::v-deep .el-input__count {
right: 20px;
line-height: 12px;
}
}
.item_width_2 {
width: 220px;

Loading…
Cancel
Save