@@ -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,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">
@@ -155,7 +155,7 @@ export default {
background-color: #d4d6d6;
&.not-active {
- background-color: #e7e9e9;
+ background-color: #EEEEEE;
& .flower-name_box {
padding: 0 5upx;
@@ -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]
@@ -47,7 +47,7 @@ export default {
- flex: 5;
+ flex: 6;
& .work-order-list {
@@ -78,6 +78,15 @@ export default {
methods: {
+ logout(){
+
+ },
+ clearItemFn(){
+ breakage(){
changeProperty(property){
this.currentProperty = property
@@ -98,14 +107,14 @@ export default {
@@ -95,14 +95,14 @@ export default {
@@ -77,6 +77,12 @@ export default {
@@ -97,14 +103,14 @@ export default {