Commit 19ea035c by cpa

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/views/businessOrder/index.vue
parents 3c7493c7 5d952ccd
...@@ -271,6 +271,7 @@ ...@@ -271,6 +271,7 @@
.gallery { .gallery {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap;
} }
.dustbin { .dustbin {
...@@ -284,6 +285,7 @@ ...@@ -284,6 +285,7 @@
border-color: #409EFF; border-color: #409EFF;
border: 1px dashed #d9d9d9; border: 1px dashed #d9d9d9;
border-radius: 6px; border-radius: 6px;
margin-bottom: 6px;
overflow: hidden; overflow: hidden;
} }
......
...@@ -38,7 +38,7 @@ export const tableOption = { ...@@ -38,7 +38,7 @@ export const tableOption = {
"label": "状态", "label": "状态",
"prop": "state", "prop": "state",
"search": true, "search": true,
"dicUrl": "/admin/merchantMallOrder/getMerchantOrderStateOptions", "dicUrl": "/admin/merchantMallOrder/getOrderStateOptions",
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment