Browse Source

dd

shibei_master
13176889840 3 years ago
parent
commit
8c45b74812
  1. 16
      src/views/modules/secretaryLog/difficulty/difficultyForm.vue
  2. 8
      src/views/modules/secretaryLog/humanisticCare/careForm.vue
  3. 12
      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;

12
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="请输入工作事项"
@ -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