|
|
@@ -38,7 +38,7 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">单支售价涨幅</view>
|
|
|
<input v-model="form.smallRatio" placeholder-class="phcolor" class="tui-input" name="smallRatio" placeholder="请填写" style="width:200upx;" @focus="form.smallRatio=''" maxlength="50" type="number" />
|
|
|
- <text style="color:#CCCCCC;">单支售价 ¥<text>{{smallPrice}}</text></text>
|
|
|
+ <text style="color:#333333;">单支售价 ¥<text>{{smallPrice}}</text></text>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
@@ -80,7 +80,7 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<view class="tui-title">每扎重量</view>
|
|
|
<input v-model="form.weight" disabled="true" placeholder-class="phcolor" @click="$msg('不可修改')" style="color:#CCCCCC;"
|
|
|
- class="tui-input" name="weight" placeholder="单位为公斤,参考红玫1扎约1.2公斤" maxlength="50" type="digit" />
|
|
|
+ class="tui-input" name="weight" placeholder="单位为公斤,参考红玫每扎1.2公斤" maxlength="50" type="digit" />
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|