shish 4 лет назад
Родитель
Сommit
b22c70c3be

+ 2 - 2
ghsApp/src/admin/item/add.vue

@@ -37,7 +37,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="请填写,最小填1" style="width:230upx;" @focus="form.smallRatio=''"
-          maxlength="50" type="number" /><text style="color:#CCCCCC;">¥<text>{{smallPrice}}</text></text>
+          maxlength="50" type="number" /><text style="color:#333333;">单支售价 ¥<text>{{smallPrice}}</text></text>
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">
@@ -85,7 +85,7 @@
 
         <tui-list-cell class="line-cell" :hover="false">
           <div class="tui-title">每扎重量</div>
-          <input v-model="form.weight" placeholder-class="phcolor" class="tui-input" name="weight" placeholder="单位为公斤,参考红玫1扎约1.2公斤" maxlength="50" type="digit" />
+          <input v-model="form.weight" placeholder-class="phcolor" class="tui-input" name="weight" placeholder="单位为公斤,参考红玫每扎1.2公斤" maxlength="50" type="digit" />
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">

+ 2 - 2
ghsApp/src/admin/item/copy.vue

@@ -37,7 +37,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="请填写,最小填1" style="width:230upx;" @focus="form.smallRatio=''"
-          maxlength="50" type="number" /><text style="color:#CCCCCC;">¥<text>{{smallPrice}}</text></text>
+          maxlength="50" type="number" /><text style="color:#333333;">单支售价 ¥<text>{{smallPrice}}</text></text>
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">
@@ -85,7 +85,7 @@
 
         <tui-list-cell class="line-cell" :hover="false">
           <view class="tui-title">每扎重量</view>
-          <input v-model="form.weight" placeholder-class="phcolor" class="tui-input" name="weight" @focus="form.weight=''" placeholder="单位为公斤,参考红玫1扎约1.2公斤" maxlength="50" type="digit" />
+          <input v-model="form.weight" placeholder-class="phcolor" class="tui-input" name="weight" @focus="form.weight=''" placeholder="单位为公斤,参考红玫每扎1.2公斤" maxlength="50" type="digit" />
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">

+ 2 - 2
ghsApp/src/admin/item/detail.vue

@@ -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">