Browse Source

服务费

shish 4 years ago
parent
commit
4ae046b04c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ghsApp/src/admin/order/bookSet.vue

+ 1 - 1
ghsApp/src/admin/order/bookSet.vue

@@ -10,7 +10,7 @@
 
           <tui-list-cell class="line-cell" :hover="false">
             <view class="tui-title">每公斤服务费</view>
-            <input v-model="form.kiloFee" placeholder-class="phcolor" class="tui-input" name="kiloFee" placeholder="请填写" maxlength="50" type="text" />
+            <input v-model="form.kiloFee" placeholder-class="phcolor" class="tui-input" name="kiloFee" placeholder="请填写" maxlength="50" type="digit" />
           </tui-list-cell>
 
         </view>