27355
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</u-form-item>
|
||||
|
||||
<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" />
|
||||
<u-input v-model="forms.content" :placeholder="status == 2 ? '请写下你的办结意见…' : '请写下你的办理意见...'" type="textarea" auto-height height="100" maxlength="200" />
|
||||
</u-form-item>
|
||||
|
||||
<div class="limit">{{ forms.content.length }}/200</div>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<h2>事件描述</h2>
|
||||
</div>
|
||||
<div class="form-item__right">
|
||||
<textarea v-model="form.content" :maxlength="500" placeholder="请简要描述事件…"></textarea>
|
||||
<textarea v-model="form.content" :maxlength="200" placeholder="请简要描述事件…"></textarea>
|
||||
</div>
|
||||
<div class="limit">{{ form.content.length }}/200</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user