-
{{ scope.row.productName }}
+
+ {{ scope.row.productName }}
+ {{ scope.row.productSkuName }}
+
@@ -218,8 +221,11 @@ export default {
.shop_info {
display: flex;
- span {
- margin-left: 6px;
+ .info {
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ padding-left: 6px;
}
}
diff --git a/src/views/order_manage/order_list.vue b/src/views/order_manage/order_list.vue
index 34f0341..4e0766e 100644
--- a/src/views/order_manage/order_list.vue
+++ b/src/views/order_manage/order_list.vue
@@ -50,19 +50,28 @@
-
+
@@ -114,7 +123,7 @@
{{ scope.row.createdAt | timeFilter }}
-
+
详情
@@ -133,7 +142,7 @@