Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
6df502c2
Commit
6df502c2
authored
Apr 07, 2020
by
弓厶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、修改本地开发文件配置
2、优化订单列表页面
parent
94f59716
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
21 deletions
+29
-21
config/dev.env.js
+13
-4
src/views/school-center/order/order.vue
+16
-17
No files found.
config/dev.env.js
View file @
6df502c2
...
...
@@ -3,16 +3,25 @@ const dev = {
devServer
:
{
port
:
3000
,
proxy
:
{
'/api'
:
{
target
:
'http://1
32.97.20.38:18080
'
,
'/api
/auth
'
:
{
target
:
'http://1
72.18.101.171:10001
'
,
ws
:
false
,
changeOrigin
:
true
,
pathRewrite
:
{
//默认所有请求都加了api前缀,需要去掉
'^/api
'
:
'/
'
'^/api
/auth/ciop'
:
'/auth/ciop
'
}
}
}
,
'/api/manager'
:
{
target
:
'http://172.18.101.171:10001'
,
ws
:
false
,
changeOrigin
:
true
,
pathRewrite
:
{
//默认所有请求都加了api前缀,需要去掉
'^/api/manager'
:
'/manager'
}
}
}
}
}
...
...
src/views/school-center/order/order.vue
View file @
6df502c2
...
...
@@ -457,31 +457,31 @@ export default {
},
orderInfo
:
{},
columns
:
[
{
dataIndex
:
"customerName"
,
width
:
200
,
title
:
"客户姓名"
},
{
dataIndex
:
"orderNumber"
,
width
:
200
,
title
:
"订单编号"
},
{
dataIndex
:
"businessPackage"
,
width
:
200
,
title
:
"升级套餐"
},
{
dataIndex
:
"orderStatus"
,
width
:
200
,
title
:
"订单状态"
},
{
dataIndex
:
"customerName"
,
width
:
120
,
title
:
"客户姓名"
,
fixed
:
"left"
},
{
dataIndex
:
"orderNumber"
,
width
:
180
,
title
:
"订单编号"
,
fixed
:
"left"
},
{
dataIndex
:
"orderStatus"
,
width
:
100
,
title
:
"订单状态"
},
{
dataIndex
:
"studentCardCheckStatus"
,
width
:
100
,
title
:
"学生证状态"
,
scopedSlots
:
{
customRender
:
"studentCardCheckStatus"
}
},
{
dataIndex
:
"businessPackage"
,
width
:
180
,
title
:
"升级套餐"
},
{
dataIndex
:
"userType"
,
width
:
2
00
,
width
:
1
00
,
title
:
"订单类型"
,
scopedSlots
:
{
customRender
:
"userType"
}
},
{
dataIndex
:
"contactNumber"
,
width
:
200
,
title
:
"联系号码"
},
{
dataIndex
:
"businessNumber"
,
width
:
200
,
title
:
"办理号码"
},
{
dataIndex
:
"kapin"
,
width
:
200
,
title
:
"办理套餐"
},
{
dataIndex
:
"hehuorenName"
,
width
:
200
,
title
:
"合伙人姓名"
},
{
dataIndex
:
"hehuorenSchool"
,
width
:
200
,
title
:
"合伙人学校"
},
{
dataIndex
:
"hehuorenPhone"
,
width
:
200
,
title
:
"合伙人手机"
},
{
dataIndex
:
"studentCardCheckStatus"
,
width
:
200
,
title
:
"学生证审核状态"
,
scopedSlots
:
{
customRender
:
"studentCardCheckStatus"
}
},
{
dataIndex
:
"hehuorenSchool"
,
width
:
220
,
title
:
"合伙人学校"
},
{
dataIndex
:
"hehuorenName"
,
width
:
150
,
title
:
"合伙人姓名"
},
{
dataIndex
:
"hehuorenPhone"
,
width
:
150
,
title
:
"合伙人手机"
},
{
dataIndex
:
"operation"
,
width
:
2
5
0
,
width
:
2
0
0
,
title
:
"操作"
,
scopedSlots
:
{
customRender
:
"operation"
},
fixed
:
"right"
...
...
@@ -856,4 +856,4 @@ export default {
.ant-carousel
>>>
.slick-thumb
li
.slick-active
img
{
filter
:
grayscale
(
0%
);
}
</
style
>
\ No newline at end of file
</
style
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment