diff --git a/buyer/src/components/invoiceModal/index.vue b/buyer/src/components/invoiceModal/index.vue index c497e913..633b0ff8 100644 --- a/buyer/src/components/invoiceModal/index.vue +++ b/buyer/src/components/invoiceModal/index.vue @@ -92,6 +92,7 @@ import { mobile, email } from '@/plugins/RegExp.js'; export default { name: 'invoiceModal', + emits: ['change'], data () { return { invoice: 1, // 1 电子普通发票 2 增值税专用发票 diff --git a/buyer/src/pages/Cart.vue b/buyer/src/pages/Cart.vue index 54352fbd..88e98398 100644 --- a/buyer/src/pages/Cart.vue +++ b/buyer/src/pages/Cart.vue @@ -193,7 +193,7 @@
-
{{ goods.errorMessage }}
+
{{ goods.errorMessage }}
删除 @@ -785,20 +785,18 @@ export default { outline-color: $theme_color; } } - } - .error-goods { - position: absolute; - width: 100%; - height: 100%; - margin-left: -20px; - background-color: rgba($color: #999, $alpha: 0.5); - z-index: 10; - display: flex; - align-items: center; - justify-content: space-between; - padding-left: 150px; - color: #000; - padding-right: 30px; + .error-goods { + position: absolute; + inset: 0; + background-color: rgba($color: #999, $alpha: 0.5); + z-index: 10; + display: flex; + align-items: center; + justify-content: space-between; + padding: 0 30px 0 150px; + box-sizing: border-box; + color: #000; + } } } &-footer { diff --git a/buyer/src/pages/home/orderCenter/MyOrder.vue b/buyer/src/pages/home/orderCenter/MyOrder.vue index 0d1ec14e..09cc3c15 100644 --- a/buyer/src/pages/home/orderCenter/MyOrder.vue +++ b/buyer/src/pages/home/orderCenter/MyOrder.vue @@ -55,7 +55,7 @@
{{ goods.name }}
- {{ $filters.unitPrice(goods.goodsPrice, "¥") }} x {{ goods.num }} + {{ $filters.unitPrice(goods.goodsPrice, "¥") }} x {{ goods.num }} {{refundPriceList(goods.isRefund)}}
评价 diff --git a/manager/src/views/member/list/index.vue b/manager/src/views/member/list/index.vue index 10e36df0..8c40975b 100644 --- a/manager/src/views/member/list/index.vue +++ b/manager/src/views/member/list/index.vue @@ -68,7 +68,13 @@ row-key="id" @selection-change="onSelectionChange" > - + - +