diff --git a/src/views/modules/secretaryLog/difficulty/difficultyForm.vue b/src/views/modules/secretaryLog/difficulty/difficultyForm.vue
index 240a320a..3041886f 100644
--- a/src/views/modules/secretaryLog/difficulty/difficultyForm.vue
+++ b/src/views/modules/secretaryLog/difficulty/difficultyForm.vue
@@ -17,7 +17,8 @@
type="textarea"
maxlength="100"
show-word-limit
- :rows="3"
+ :rows="4"
+ clearable
placeholder="请输入内容"
v-model="formData.content">
@@ -30,7 +31,8 @@
type="textarea"
maxlength="100"
show-word-limit
- :rows="3"
+ :rows="4"
+ clearable
placeholder="请输入解决方式"
v-model="formData.resolveWay">
@@ -44,6 +46,7 @@
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
type="datetime"
+ clearable
placeholder="选择时间">
@@ -56,6 +59,7 @@
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
type="datetime"
+ clearable
:picker-options="pickerOptions"
@change="handleTime"
placeholder="选择时间">
@@ -70,7 +74,8 @@
type="textarea"
maxlength="100"
show-word-limit
- :rows="3"
+ :rows="4"
+ clearable
placeholder="请输入备注"
v-model="formData.remark">
diff --git a/src/views/modules/secretaryLog/humanisticCare/careForm.vue b/src/views/modules/secretaryLog/humanisticCare/careForm.vue
index 4c9fba45..27fff5c1 100644
--- a/src/views/modules/secretaryLog/humanisticCare/careForm.vue
+++ b/src/views/modules/secretaryLog/humanisticCare/careForm.vue
@@ -15,6 +15,7 @@
style="display: block">
@@ -25,6 +26,7 @@
style="display: block">
@@ -35,6 +37,7 @@
style="display: block">
@@ -44,6 +47,7 @@
style="display: block">
@@ -56,7 +60,8 @@
type="textarea"
maxlength="100"
show-word-limit
- :rows="3"
+ :rows="4"
+ clearable
placeholder="请输入关怀事项"
v-model="formData.content">
@@ -70,6 +75,7 @@
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
type="datetime"
+ clearable
placeholder="选择时间">
@@ -82,6 +88,7 @@
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
type="datetime"
+ clearable
:picker-options="pickerOptions"
@change="handleTime"
placeholder="选择时间">
diff --git a/src/views/modules/secretaryLog/workLog/form.vue b/src/views/modules/secretaryLog/workLog/form.vue
index 51e27374..56a4b6f6 100644
--- a/src/views/modules/secretaryLog/workLog/form.vue
+++ b/src/views/modules/secretaryLog/workLog/form.vue
@@ -17,6 +17,7 @@
maxlength="100"
show-word-limit
:rows="4"
+ clearable
:disabled="disabled"
placeholder="请输入内容"
v-model="formData.content">
@@ -31,6 +32,7 @@
maxlength="100"
show-word-limit
:rows="4"
+ clearable
:disabled="disabled"
placeholder="请输入工作事项"
v-model="formData.workType">
@@ -44,6 +46,7 @@
format="yyyy-MM-dd HH:mm"
value-format="yyyy-MM-dd HH:mm"
type="datetime"
+ clearable
:disabled="disabled"
:picker-options="pickerOptions"
@change="handleTime"