|
@@ -73,6 +73,8 @@
|
|
|
:disabled="!item.allowWriteAgain"
|
|
:disabled="!item.allowWriteAgain"
|
|
|
v-model="item.answerValue"
|
|
v-model="item.answerValue"
|
|
|
:formatter="formatter"
|
|
:formatter="formatter"
|
|
|
|
|
+ autosize
|
|
|
|
|
+ type="textarea"
|
|
|
:placeholder="item.customName"></van-field>
|
|
:placeholder="item.customName"></van-field>
|
|
|
<p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
|
|
<p style="color: #444; font-size: 12px; margin: 0; padding: 10px 0; text-align: right">
|
|
|
{{ item.remark }}
|
|
{{ item.remark }}
|