v-model不可以加其他值
<input type="text" :value="curAmount">
:value可以加 单位
<input type="text" :value="curAmount+‘元‘">
Vue中v-model与:value的区别
原文:https://www.cnblogs.com/liubingyjui/p/12851593.html