placeholder

This commit is contained in:
shijingjing
2022-09-30 09:04:44 +08:00
parent 7c025411e9
commit 6b9a3db12a

View File

@@ -200,7 +200,7 @@
<h2>目的详址</h2> <h2>目的详址</h2>
</div> </div>
<div class="form-item__right"> <div class="form-item__right">
<textarea auto-height v-model="form.arriveAddress" :maxlength="500" placeholder="请输入详细的返乡地址" <textarea auto-height v-model="form.arriveAddress" :maxlength="500" placeholder="请输入详细的目的详址"
placeholder-style="font-size: 16px"></textarea> placeholder-style="font-size: 16px"></textarea>
</div> </div>
</div> </div>
@@ -415,6 +415,11 @@ export default {
this.getRiskLevel(v) this.getRiskLevel(v)
} }
} }
},
'form.companionCount': {
handler(e) {
}
} }
}, },