Explorar el Código

开始处理按钮问题

shish hace 4 años
padre
commit
fe6c8676a8

+ 2 - 2
hdPad/src/admin/home/workbench.vue

@@ -114,14 +114,14 @@ export default {
 	display: flex;
 	height: 100vh;
 	& .all-item-area {
-		flex: 63;
+		flex: 76;
 	}
 	& .nav-left {
 		flex: 5;
 		background-color: rgba(72, 91, 107, 1);
 	}
 	& .itemList-box {
-		flex: 25;
+		flex: 30;
 	}
 	& .open-box {
 		flex: 8;

+ 1 - 1
hdPad/src/admin/work/components/leftGoods.vue

@@ -1,6 +1,6 @@
 <template>
     <view class="itemList-box">
-        <view class="title">花材列表</view>
+        <view class="title">列表</view>
         <view class="itemList-item_box">
             <view v-for="item in selectList" :key="item.id" class="show-item_box">
                 <view class="item-body_box not-active">

+ 1 - 1
hdPad/src/admin/work/components/leftItem.vue

@@ -1,6 +1,6 @@
 <template>
     <view class="itemList-box">
-        <view class="title">花材列表</view>
+        <view class="title">列表</view>
         <view class="itemList-item_box">
             <view v-for="item in selectList" :key="item.id" class="show-item_box">
                 <view class="item-body_box not-active">

+ 1 - 1
hdPad/src/admin/work/components/order-list.vue

@@ -155,7 +155,7 @@ export default {
                     background-color: #d4d6d6;
                 }
                 &.not-active {
-                    background-color: #e7e9e9;
+                    background-color: #EEEEEE;
                 }
                 & .flower-name_box {
                     padding: 0 5upx;

+ 1 - 1
hdPad/src/admin/work/components/rightGoodsArea.vue

@@ -83,7 +83,7 @@ export default {
 			this.showAddModelFn({ ...info, buyNum: 1, unitPrice: info.price,unitType:0})
 		},
         init(){
-            getClass().then(res=>{
+            getClass({flower:1}).then(res=>{
                 if(res.code == 1){
                     this.allCategory = res.data
                     this.currentCategory = this.allCategory[0]

+ 1 - 1
hdPad/src/admin/work/index.vue

@@ -47,7 +47,7 @@ export default {
 	display: flex;
 	height: 100vh;
 	& .nav-left {
-		flex: 5;
+		flex: 6;
 		background-color: rgba(72, 91, 107, 1);
 	}
 	& .work-order-list {

+ 11 - 2
hdPad/src/admin/work/make.vue

@@ -78,6 +78,15 @@ export default {
 		}
 	},
 	methods: {
+		logout(){
+
+		},
+		clearItemFn(){
+
+		},
+		breakage(){
+
+		},
 		changeProperty(property){
 			this.currentProperty = property
 		},
@@ -98,14 +107,14 @@ export default {
 	display: flex;
 	height: 100vh;
 	& .all-item-area {
-		flex: 63;
+		flex: 76;
 	}
 	& .nav-left {
 		flex: 5;
 		background-color: rgba(72, 91, 107, 1);
 	}
 	& .itemList-box {
-		flex: 25;
+		flex: 30;
 	}
 	& .open-box {
 		flex: 8;

+ 2 - 2
hdPad/src/admin/work/modify.vue

@@ -95,14 +95,14 @@ export default {
 	display: flex;
 	height: 100vh;
 	& .all-item-area {
-		flex: 63;
+		flex: 76;
 	}
 	& .nav-left {
 		flex: 5;
 		background-color: rgba(72, 91, 107, 1);
 	}
 	& .itemList-box {
-		flex: 25;
+		flex: 30;
 	}
 	& .open-box {
 		flex: 8;

+ 8 - 2
hdPad/src/admin/work/selectMake.vue

@@ -77,6 +77,12 @@ export default {
 		}
 	},
 	methods: {
+		logout(){
+
+		},
+		clearItemFn(){
+
+		},
 		changeProperty(property){
 			this.currentProperty = property
 		},
@@ -97,14 +103,14 @@ export default {
 	display: flex;
 	height: 100vh;
 	& .all-item-area {
-		flex: 63;
+		flex: 76;
 	}
 	& .nav-left {
 		flex: 5;
 		background-color: rgba(72, 91, 107, 1);
 	}
 	& .itemList-box {
-		flex: 25;
+		flex: 30;
 	}
 	& .open-box {
 		flex: 8;