diff --git a/pages/client-detail/equipment-information.vue b/pages/client-detail/equipment-information.vue index 4971dd0..c0b8d8e 100644 --- a/pages/client-detail/equipment-information.vue +++ b/pages/client-detail/equipment-information.vue @@ -8,7 +8,7 @@ {{ dropdownName }} - + diff --git a/pages/follow-up-records/index.vue b/pages/follow-up-records/index.vue index acea003..3c4de64 100644 --- a/pages/follow-up-records/index.vue +++ b/pages/follow-up-records/index.vue @@ -72,7 +72,8 @@ export default { height: 0, emptyText: '暂无数据~', background: '#F7F8FA', - disabled: false + disabled: false, + emptyImage: '/static/imgs/order/order-empty.png' }, params: { asc: '', diff --git a/pages/submit-quotation/index.vue b/pages/submit-quotation/index.vue index 6cde983..ed0abbe 100644 --- a/pages/submit-quotation/index.vue +++ b/pages/submit-quotation/index.vue @@ -41,7 +41,7 @@ - {{ items.paperName }} | {{ items.gramWeight }}g | {{ items.length }}*{{ items.width }} | {{ items.quantity }}张 + {{ items.paperName }} | {{ items.gramWeight }}g | {{ items.width }}*{{ items.length }} | {{ items.quantity }}张 diff --git a/pages/trade/orderList.vue b/pages/trade/orderList.vue index 909fc87..ba1f789 100644 --- a/pages/trade/orderList.vue +++ b/pages/trade/orderList.vue @@ -30,7 +30,7 @@ {{ subItem.productName }} - {{ subItem.categoryName }}/{{ subItem.brandName }}/{{ item.gramWeight }}g/{{ subItem.length }}*{{ subItem.width }}/{{ subItem.pieceQuantity }}张 + {{ subItem.categoryName }}/{{ subItem.brandName }}/{{ item.gramWeight }}g/{{ subItem.width }}*{{ subItem.length }}/{{ subItem.pieceQuantity }}张 diff --git a/pages/trade/quotationList.vue b/pages/trade/quotationList.vue index 26bb309..fd79733 100644 --- a/pages/trade/quotationList.vue +++ b/pages/trade/quotationList.vue @@ -24,7 +24,7 @@ {{ subItem.paperName }} - {{ subItem.brandName }}/{{ subItem.categoryName }}/{{ subItem.gramWeight }}g/{{ subItem.length }}*{{ subItem.width }}/{{ subItem.quantity }}张 + {{ subItem.brandName }}/{{ subItem.categoryName }}/{{ subItem.gramWeight }}g/{{ subItem.width }}*{{ subItem.length }}/{{ subItem.quantity }}张