diff --git a/manager/src/views/order/flow/paymentLog.vue b/manager/src/views/order/flow/paymentLog.vue index 3c1886a6..92504fa7 100644 --- a/manager/src/views/order/flow/paymentLog.vue +++ b/manager/src/views/order/flow/paymentLog.vue @@ -64,6 +64,12 @@ export default { minWidth: 180, tooltip: true, }, + { + title: "店铺名称", + key: "storeName", + minWidth: 100, + tooltip: true, + }, { title: "支付方式", key: "paymentMethod", diff --git a/manager/src/views/sys/setting-manage/setting/GOODS_SETTING.vue b/manager/src/views/sys/setting-manage/setting/GOODS_SETTING.vue index 310135df..86f3e9ba 100644 --- a/manager/src/views/sys/setting-manage/setting/GOODS_SETTING.vue +++ b/manager/src/views/sys/setting-manage/setting/GOODS_SETTING.vue @@ -8,21 +8,6 @@ -
- - - - px - - - - - - - px - - -
@@ -38,6 +23,21 @@
+
+ + + + px + + + + + + + px + + +
@@ -64,13 +64,14 @@