This commit is contained in:
wanglei
2022-02-10 18:27:02 +08:00
parent ec439a6e9b
commit 49ee3dbde5
2 changed files with 8 additions and 13 deletions

View File

@@ -14,7 +14,10 @@
<u-form-item :label="status == 2 ? '办结意见':'办理意见'" prop="content" required :border-bottom="false" label-position="top" class="contents">
<u-input v-model="forms.content" :placeholder="status == 2 ? '请写下你的办结意见…' : '请写下你的办理意见...'" type="textarea" auto-height height="100" maxlength="500" />
<span class="limit">{{ form.content.length/200 }}</span>
</u-form-item>
<u-form-item>
<span class="limit">{{ forms.content.length }}/200</span>
</u-form-item>
<div class="line"></div>
@@ -207,7 +210,8 @@ export default {
.limit {
position: fixed;
right: 0;
right: 44px;
font-size: 15px;
}
.btn {