shish преди 11 месеца
родител
ревизия
78e5b7795c
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      hdApp/src/admin/express/create.vue
  2. 1 1
      hdApp/src/admin/goods/add.vue
  3. 1 1
      hdApp/src/admin/goods/detail.vue

+ 1 - 1
hdApp/src/admin/express/create.vue

@@ -70,7 +70,7 @@
       <!-- 操作按钮 -->
       <!-- 操作按钮 -->
       <view class="button-section">
       <view class="button-section">
         <button class="express-button query-button" @click="queryDeliveryFee" :disabled="isQuerying">
         <button class="express-button query-button" @click="queryDeliveryFee" :disabled="isQuerying">
-          {{ isQuerying ? '查询中...' : '查运费' }}
+          {{ isQuerying ? '查询中...' : '查运费' }}
         </button>
         </button>
         <button class="express-button submit-button" @click="submitExpress" :disabled="isSubmitting">
         <button class="express-button submit-button" @click="submitExpress" :disabled="isSubmitting">
           {{ isSubmitting ? '提交中...' : '提交' }}
           {{ isSubmitting ? '提交中...' : '提交' }}

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

@@ -94,7 +94,7 @@
 
 
         <tui-list-cell class="line-cell" :hover="false">
         <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" />
+          <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>
         </tui-list-cell>
 
 
         <tui-list-cell class="line-cell" :hover="false">
         <tui-list-cell class="line-cell" :hover="false">

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

@@ -99,7 +99,7 @@
 
 
         <tui-list-cell class="line-cell" :hover="false">
         <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" />
+          <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>
         </tui-list-cell>
 
 
         <tui-list-cell class="line-cell" :hover="false">
         <tui-list-cell class="line-cell" :hover="false">