lion 1 year ago
parent 1d97eff3e5
commit 393b44268b

@ -2,5 +2,5 @@
ENV = 'development'
# base api
VUE_APP_BASE_API = https://yybtest.ali251.langye.net
#VUE_APP_BASE_API = https://yunyubang.ali251.langye.net
#VUE_APP_BASE_API = https://yybtest.ali251.langye.net
VUE_APP_BASE_API = https://yunyubang.ali251.langye.net

@ -56,25 +56,39 @@ export const constantRoutes = [{
hidden: true
},
// {
// path: '/',
// component: Layout,
// redirect: '/dashboard',
// children: [{
// path: 'dashboard',
// name: '系统首页',
// component: () => import('@/views/dashboard/index'),
// meta: {
// title: '系统首页',
// icon: 'dashboard'
// }
// }]
// },
// {
// path: '/order',
// component: Layout,
// children: [{
// path: '',
// name: '订单管理',
// component: () => import('@/views/order/index'),
// meta: {
// title: '订单管理',
// icon: 'el-icon-s-order'
// }
// }]
// },
{
path: '/',
component: Layout,
redirect: '/dashboard',
redirect: '/order',
children: [{
path: 'dashboard',
name: '系统首页',
component: () => import('@/views/dashboard/index'),
meta: {
title: '系统首页',
icon: 'dashboard'
}
}]
},
{
path: '/order',
component: Layout,
children: [{
path: '',
path: 'order',
name: '订单管理',
component: () => import('@/views/order/index'),
meta: {

@ -177,6 +177,13 @@ export default {
prop:'member.area',
width: 160
},
{
label:'地址',
sortable:false,
prop:'member.address',
width: 180,
align:'left'
},
{
label:'预产期',
sortable:false,
@ -213,6 +220,13 @@ export default {
prop:'state_name',
width:120
},
{
label:'备注',
sortable:false,
prop:'order.remark',
width:220,
align:'left'
},
{
label:'操作',
sortable:false,

Loading…
Cancel
Save