Commit 19ea035c by cpa

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/views/businessOrder/index.vue
parents 3c7493c7 5d952ccd
......@@ -271,6 +271,7 @@
.gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.dustbin {
......@@ -284,6 +285,7 @@
border-color: #409EFF;
border: 1px dashed #d9d9d9;
border-radius: 6px;
margin-bottom: 6px;
overflow: hidden;
}
......
......@@ -38,7 +38,7 @@ export const tableOption = {
"label": "状态",
"prop": "state",
"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