shish 2 hete
szülő
commit
84f04601c2
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      ghsApp/src/pagesOrder/shMethod.vue

+ 2 - 2
ghsApp/src/pagesOrder/shMethod.vue

@@ -44,9 +44,9 @@
           </view>
         </tui-list-cell>
 
-        <!-- 顺序 -->
+        <!-- 位置 -->
         <tui-list-cell class="line-cell" :hover="false">
-          <view class="tui-title">顺序</view>
+          <view class="tui-title">位置</view>
           <input type="number" v-model="form.sort" @focus="form.sort = ''" class="tui-input" placeholder="请填写顺序" />
         </tui-list-cell>