|
|
@@ -119,7 +119,7 @@
|
|
|
<view class="icon-wrapper">
|
|
|
<image class="icon-image" :src="`${constant.hostUrl}/image/ghs/home/shop2.png`" mode="aspectFit"></image>
|
|
|
</view>
|
|
|
- <view class="icon-text">添加花束</view>
|
|
|
+ <view class="icon-text">添加</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -186,6 +186,12 @@
|
|
|
</view>
|
|
|
<view class="icon-text">买花记录</view>
|
|
|
</view>
|
|
|
+ <view class="icon-item" @click="goPage({url: '/admin/itemClass/list'})">
|
|
|
+ <view class="icon-wrapper">
|
|
|
+ <image class="icon-image" :src="`${constant.hostUrl}/image/ghs/home/hcgl2.png`" mode="aspectFit"></image>
|
|
|
+ </view>
|
|
|
+ <view class="icon-text">分类</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -444,28 +450,6 @@ export default {
|
|
|
isMini:0
|
|
|
},
|
|
|
yesterdayIncome: 0,
|
|
|
-
|
|
|
- tabsData: [
|
|
|
- { name: "商城", img: `ghs/home/shop2.png`, url: "/admin/cg/mall",pf:1},
|
|
|
- { name: "改价", img: `ghs/home/gj2.png`, url: "/admin/changePrice/list2",pf:1},
|
|
|
- { name: "绿植花材", img: `ghs/home/hcgl2.png`, url: "/admin/item/list2",pf:1 },
|
|
|
- { name: "接花束", img: `ghs/home/shop2.png`, url: "/admin/order/workOrder",pf:1 },
|
|
|
- { name: "拆散", img: `ghs/home/kcyjs2.png`, url: "/admin/part/list",pf:1},
|
|
|
- { name: "损耗", img: `ghs/home/kcyjs2.png`, url: "/admin/breakage/list",pf:1},
|
|
|
- { name: "任务", img: `ghs/home/kcyjs2.png`, url: "/admin/work/list",pf:1 },
|
|
|
- { name: "买花", img: `ghs/home/shop2.png`, url: "/pagesPurchase/order",pf:1 },
|
|
|
- { name: "买花记录", img: `ghs/home/shop2.png`, url: "/pagesPurchase/shopping",pf:1 },
|
|
|
- { name: "花束", img: `ghs/home/hcgl2.png`, url: "/admin/goods/list",pf:1 },
|
|
|
- { name: "客户充值", img: `ghs/home/kcyjs2.png`, url: "/admin/recharge/rechargeCode",pf:1 },
|
|
|
- ],
|
|
|
- totalData: [
|
|
|
- { name: "客户数", value: 0 },
|
|
|
- { name: "总访客", value: 0 },
|
|
|
- { name: "总订单", value: 0 },
|
|
|
- { name: "总收入(元)", value: 0 },
|
|
|
- { name: "总支出(元)", value: 0 },
|
|
|
- { name: "总采购(元)", value: 0 }
|
|
|
- ],
|
|
|
lskd1: `${this.$constant.imgUrl}/ghs/home/lskd001.jpg`,
|
|
|
lskd2: `${this.$constant.imgUrl}/ghs/home/lskd002.jpg`,
|
|
|
lskd3: `${this.$constant.imgUrl}/ghs/home/lskd003.jpg`,
|