Browse Source

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

shibei_master
jiangyy 4 years ago
parent
commit
5955b1d25f
  1. 20
      src/views/modules/secretaryLog/difficulty/difficultyForm.vue
  2. 8
      src/views/modules/secretaryLog/humanisticCare/careForm.vue
  3. 14
      src/views/modules/secretaryLog/workLog/form.vue
  4. 2
      src/views/modules/secretaryLog/workLog/index.vue

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

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

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

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

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

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

2
src/views/modules/secretaryLog/workLog/index.vue

@ -150,7 +150,7 @@
:close-on-click-modal="false" :close-on-click-modal="false"
:close-on-press-escape="false" :close-on-press-escape="false"
:title="formTitle" :title="formTitle"
width="50%" width="950px"
top="5vh" top="5vh"
class="dialog-h" class="dialog-h"
@closed="diaClose"> @closed="diaClose">

Loading…
Cancel
Save