Browse Source

提交询价

devlop
邓雄飞 4 years ago
parent
commit
711f109785
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/for-comparison/index.vue

2
pages/for-comparison/index.vue

@ -85,7 +85,7 @@
</view>
<view class="value">
<view class="value">
<qn-easyinput :maxlength="20" v-model="form.quantity" :inputBorder="false" text="right" placeholder="请输入数量"></qn-easyinput>
<qn-easyinput :maxlength="20" type="number" v-model="form.quantity" :inputBorder="false" text="right" placeholder="请输入数量"></qn-easyinput>
</view>
</view>
</view>

Loading…
Cancel
Save