diff --git a/components/bussiness-components/packingStationItem.vue b/components/bussiness-components/packingStationItem.vue
index 0bd63f1..27fafe0 100644
--- a/components/bussiness-components/packingStationItem.vue
+++ b/components/bussiness-components/packingStationItem.vue
@@ -4,7 +4,7 @@
- {{ info.enterpriseName }}
+ {{ info.enterpriseName }}
设置
-
-
+
{{ item.brandName }}
@@ -117,7 +120,7 @@ export default {
pageSize: 10,
storeId: null,
name: null,
- supplierId: this.$store.state.supplierInfo.supplierId,
+ supplierId: this.$store.state.supplierInfo.supplierId
},
listData: [],
logo: 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif',
@@ -423,7 +426,7 @@ export default {
z-index: 9999;
right: 32rpx;
bottom: 122rpx;
- background-color: #007AFF;
+ background-color: #007aff;
border-radius: 50%;
padding: 10rpx;
text-align: center;
@@ -439,7 +442,6 @@ export default {
.my-image {
width: 100rpx;
height: 100rpx;
-
}
}
diff --git a/pages/trade/orderList.vue b/pages/trade/orderList.vue
index b4f2388..909fc87 100644
--- a/pages/trade/orderList.vue
+++ b/pages/trade/orderList.vue
@@ -11,7 +11,7 @@
>
-
+
{{ item.customerEnterpriseName }}
@@ -44,7 +44,6 @@
¥{{ item.totalOfferPrice }}
-
diff --git a/pages/trade/quotationList.vue b/pages/trade/quotationList.vue
index 60bd43a..26bb309 100644
--- a/pages/trade/quotationList.vue
+++ b/pages/trade/quotationList.vue
@@ -1,7 +1,7 @@
-
+
{{ item.belongEnterpriseName }}
{{ item.replyStatus | replyStatusName }}
@@ -47,8 +47,6 @@
-
-
@@ -86,7 +84,6 @@ export default {
size: 10,
auto: true,
emptyText: '暂无报价信息~',
- background: '#F7F8FA',
fontSize: '40rpx',
emptyImage: '/static/imgs/client-detail/no-data-icon.png'
},