shish 11 месяцев назад
Родитель
Сommit
96c95c961f
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      hdApp/src/admin/goods/add.vue
  2. 1 1
      hdApp/src/admin/goods/detail.vue

+ 1 - 1
hdApp/src/admin/goods/add.vue

@@ -93,7 +93,7 @@
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">
-          <view class="tui-title">重量(千克)</view>
+          <view class="tui-title">重量(公斤)</view>
           <input v-model="form.weight" placeholder-class="phcolor" @focus="onWeightFocus" @blur="onWeightBlur" class="tui-input" name="weight" placeholder="单位:千克,可输入小数" maxlength="10" type="digit" />
         </tui-list-cell>
 

+ 1 - 1
hdApp/src/admin/goods/detail.vue

@@ -98,7 +98,7 @@
         </tui-list-cell>
 
         <tui-list-cell class="line-cell" :hover="false">
-          <view class="tui-title">重量(千克)</view>
+          <view class="tui-title">重量(公斤)</view>
           <input v-model="form.weight" @focus="onWeightFocus" @blur="onWeightBlur" placeholder-class="phcolor" class="tui-input" name="weight" placeholder="单位:千克,可输入小数" maxlength="10" type="digit" />
         </tui-list-cell>