wangn 5 лет назад
Родитель
Сommit
854ba2a933
2 измененных файлов с 5 добавлено и 10 удалено
  1. 2 2
      ghsApp/src/admin/home/apply.vue
  2. 3 8
      ghsApp/src/admin/home/workbench.vue

+ 2 - 2
ghsApp/src/admin/home/apply.vue

@@ -73,12 +73,12 @@
                             },
 	                        {
 	                            name: "员工业绩",
-	                            img: `${this.$constant.imgUrl}/ghs/home/kdyj.png`,
+	                            img: `${this.$constant.imgUrl}/ghs/home/icon_ygyj.png`,
 	                            url: "/admin/staff/achieve"
 	                        },
                             {
                                 name: "供货商",
-                                img: `${this.$constant.imgUrl}/ghs/home/yggl.png`,
+                                img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`,
                                 url: "/admin/ghs/shop"
                             },
                         ]

+ 3 - 8
ghsApp/src/admin/home/workbench.vue

@@ -77,11 +77,6 @@
 					:src="kdSrc"
 					mode="widthFix"
 				></image>
-				<image
-					@click="pageTo({ url: '/pagesPurchase/order' })"
-					:src="cgSrc"
-					mode="widthFix"
-				></image>
 			</view>
 			<div class="tabs-wrap">
 				<div class="tabs-list" v-for="(item, index) in tabsData" :key="index">
@@ -194,7 +189,7 @@ export default {
 				},
 				{
 					name: "采购",
-					img: `${this.$constant.imgUrl}/ghs/home/qball.png`,
+					img: `${this.$constant.imgUrl}/ghs/home/icon_caigou.png`,
 					url: "/pagesPurchase/order"
 				},
 				{
@@ -276,8 +271,8 @@ export default {
 					value: 0.00
 				}
 			],
-			cgSrc: `${this.$constant.imgUrl}/ghs/home/cg.png`,
-			kdSrc: `${this.$constant.imgUrl}/ghs/home/kd.png`
+			cgSrc: `${this.$constant.imgUrl}/ghs/home/open_order.png`,
+			kdSrc: `${this.$constant.imgUrl}/ghs/home/open_order.png`
 		};
 	},
 	onShareAppMessage(res) {