shish 1 год назад
Родитель
Сommit
953dc169ae
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      ghsApp/src/admin/home/me.vue
  2. 1 1
      ghsApp/src/admin/staff/add.vue
  3. 1 1
      ghsApp/src/admin/staff/detail.vue

+ 1 - 1
ghsApp/src/admin/home/me.vue

@@ -153,7 +153,7 @@
 
 
       </view>
       </view>
       <view v-else>
       <view v-else>
-        <view @click="loginOut()" style="margin-top:300upx;font-size:36upx;font-weight:bold;">退出账号</view>
+        <view @click="loginOut()" style="margin-top:300upx;font-size:36upx;font-weight:bold;">退出登录</view>
       </view>
       </view>
     </template>
     </template>
     <ShopSelect ref="shopSelectComponent" class="bar" :isShowTit="false" top="0upx" @selectShopFn="selectShopFn" />
     <ShopSelect ref="shopSelectComponent" class="bar" :isShowTit="false" top="0upx" @selectShopFn="selectShopFn" />

+ 1 - 1
ghsApp/src/admin/staff/add.vue

@@ -34,7 +34,7 @@
 
 
             <label class="list" for="dbLink">
             <label class="list" for="dbLink">
               <radio id="dbLink" value="2" :checked="form.identity == 2" style="transform: scale(0.7,0.7);" />
               <radio id="dbLink" value="2" :checked="form.identity == 2" style="transform: scale(0.7,0.7);" />
-              <span class="checkbox-text" style="font-size:30upx;">打包</span>
+              <span class="checkbox-text" style="font-size:30upx;">配送</span>
             </label>
             </label>
 
 
             </radio-group>
             </radio-group>

+ 1 - 1
ghsApp/src/admin/staff/detail.vue

@@ -33,7 +33,7 @@
 
 
             <label class="list" for="dbLink">
             <label class="list" for="dbLink">
               <radio id="dbLink" value="2" :checked="form.identity == 2" style="transform: scale(0.7,0.7);" />
               <radio id="dbLink" value="2" :checked="form.identity == 2" style="transform: scale(0.7,0.7);" />
-              <span class="checkbox-text" style="font-size:30upx;">打包</span>
+              <span class="checkbox-text" style="font-size:30upx;">配送</span>
             </label>
             </label>
 
 
             </radio-group>
             </radio-group>