shish 2 месяцев назад
Родитель
Сommit
beb2c87713

+ 1 - 1
hdApp/src/admin/home/components/purchase-ghs-panel.vue

@@ -28,7 +28,7 @@
               </view>
               <view class="function-item function-item--overlay" @click="goMore()">
                 <image class="function-icon" :src="iconSrc('stock-deleted-wholesaler')" mode="aspectFit" />
-                <text class="function-text function-text--overlay function-text--sm">已删门店</text>
+                <text class="function-text function-text--overlay function-text--sm">已删商家</text>
               </view>
               <view class="function-item function-item--overlay" @click="getMall()">
                 <image class="function-icon" :src="iconSrc('open-shop')" mode="aspectFit" />

+ 1 - 1
hdApp/src/admin/home/homeMenus.js

@@ -47,7 +47,7 @@ export const APPLY_MENU_GROUPS = [
       { name: '员工', icon: homeIcon('staff'), url: '/admin/staff/list', pf: 1 },
       { name: '员工业绩', icon: homeIcon('staff-performance'), url: '/admin/staff/achieve', pf: 1 },
       { name: '失信人员', icon: homeIcon('dishonest-person'), url: '/admin/ll/list', pf: 1 },
-      { name: '已删家', icon: homeIcon('store-delete'), url: '/pagesPurchase/pb', pf: 1 },
+      { name: '已删家', icon: homeIcon('store-delete'), url: '/pagesPurchase/pb', pf: 1 },
       { name: '会员等级', icon: homeIcon('member-level'), url: '/admin/member/level', pf: 1 },
       { name: '红包管理', icon: homeIcon('red-packet'), url: '/admin/hb/list', pf: 1 },
       { name: '充值设置', icon: homeIcon('recharge'), url: '/admin/recharge/rechargeSetting', pf: 1 },