shish 3 лет назад
Родитель
Сommit
cee15f8bbf

+ 2 - 2
hdApp/src/admin/goods/list.vue

@@ -2,9 +2,9 @@
   <view class="app-content">
 		<view class="input-wrap" >
 			<view class="search-bar">
-				<app-search-module v-model="py" placeholder="输入拼音首字母搜索" @input="searchFn" />
+				<app-search-module v-model="py" placeholder="这里搜索" @input="searchFn" />
 			</view>
-			<view style="float:right">
+			<view style="padding-left:10upx;">
         <button class="admin-button-com middle blue" style="margin-right:6upx;" @click="selectFlowerNumFn()">按支数查</button>
         <button class="admin-button-com middle blue" style="margin-right:6upx;" @click="addGoods()">新增作品</button>
 				<button class="admin-button-com middle blue" @click="cgPlant()">新增采购</button>

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

@@ -47,9 +47,9 @@ export default {
             ]
         },
         {
-          title: '制作',
+          title: '制作',
           list: [
-            { name: "制作", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/work/list",pf:1},
+            { name: "制作记录", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/work/list",pf:1},
             { name: "制作统计", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/work/statCat",pf:1},
             { name: "制作设置", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/work/set",pf:1},
           ]

+ 1 - 1
hdApp/src/admin/home/workbench.vue

@@ -179,7 +179,7 @@ export default {
         { name: "会员码", img: `${this.$constant.imgUrl}/ghs/home/shop.png`, url: "/admin/cg/member",pf:1},
         { name: "花材", img: `${this.$constant.imgUrl}/ghs/home/hcgl.png`, url: "/admin/item/list",pf:1 },
         { name: "改价", img: `${this.$constant.imgUrl}/ghs/home/gj.png`, url: "/admin/changePrice/list",pf:1},
-        { name: "制作", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/work/list",pf:1 },
+        { name: "制作记录", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/work/list",pf:1 },
         { name: "供货商", img: `${this.$constant.imgUrl}/ghs/home/icon_ghs.png`, url: "/pagesPurchase/order",pf:1 },
         { name: "拆散", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/part/list",pf:1},
         { name: "报损", img: `${this.$constant.imgUrl}/ghs/home/kcyjs.png`, url: "/admin/breakage/list",pf:1},