placeholder
This commit is contained in:
@@ -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) {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user