|
@ -122,10 +122,10 @@ |
|
|
style="display: block"> |
|
|
style="display: block"> |
|
|
<el-input class="item_width_1" |
|
|
<el-input class="item_width_1" |
|
|
type="textarea" |
|
|
type="textarea" |
|
|
maxlength="500" |
|
|
maxlength="1000" |
|
|
show-word-limit |
|
|
show-word-limit |
|
|
:rows="3" |
|
|
:rows="3" |
|
|
placeholder="请输入备注,不超过500字" |
|
|
placeholder="请输入备注,不超过1000字" |
|
|
v-model="formData.remark"></el-input> |
|
|
v-model="formData.remark"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label="直接反馈" |
|
|
<el-form-item label="直接反馈" |
|
@ -162,10 +162,10 @@ |
|
|
style="display: block"> |
|
|
style="display: block"> |
|
|
<el-input class="item_width_1" |
|
|
<el-input class="item_width_1" |
|
|
type="textarea" |
|
|
type="textarea" |
|
|
maxlength="500" |
|
|
maxlength="1000" |
|
|
show-word-limit |
|
|
show-word-limit |
|
|
:rows="3" |
|
|
:rows="3" |
|
|
placeholder="请输入服务目标,不超过500字" |
|
|
placeholder="请输入服务目标,不超过1000字" |
|
|
v-model="feedbackFormData.serviceGoal"></el-input> |
|
|
v-model="feedbackFormData.serviceGoal"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
@ -175,10 +175,10 @@ |
|
|
style="display: block"> |
|
|
style="display: block"> |
|
|
<el-input class="item_width_1" |
|
|
<el-input class="item_width_1" |
|
|
type="textarea" |
|
|
type="textarea" |
|
|
maxlength="500" |
|
|
maxlength="1000" |
|
|
show-word-limit |
|
|
show-word-limit |
|
|
:rows="3" |
|
|
:rows="3" |
|
|
placeholder="请输入服务效果,不超过500字" |
|
|
placeholder="请输入服务效果,不超过1000字" |
|
|
v-model="feedbackFormData.serviceEffect"></el-input> |
|
|
v-model="feedbackFormData.serviceEffect"></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
|