Commit 88c5dec4 authored by zhengke's avatar zhengke

1

parent 5ba36ca9
......@@ -25,11 +25,11 @@
<div>
<table style="margin-left:10px;">
<tr>
<td style="width:58px;text-align:right;">
<td style="width:42px;text-align:right;">
卖价
</td>
<td colspan="2">
<q-input filled stack-label maxlength="8" style="padding-bottom:0;width:390px;" :dense="false" v-model="priceObj.courseObj.SellPrice"
<q-input filled stack-label maxlength="8" style="padding-bottom:0;width:390px;margin-left:10px;" :dense="false" v-model="priceObj.courseObj.SellPrice"
ref="SellPrice" label="卖价"
@keyup.native="checkPrice(priceObj.courseObj, 'SellPrice')" :rules="[val => !!val || '请填写卖价']" />
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment