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
eebb5516
Commit
eebb5516
authored
Feb 08, 2021
by
罗承锋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改移动端菜单参数
parent
62fe796e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
30 deletions
+20
-30
src/views/school-center/schoolmanager/schoolmanagement.vue
+9
-28
src/views/school-center/uploadVerify/studentCardVerify.vue
+11
-2
No files found.
src/views/school-center/schoolmanager/schoolmanagement.vue
View file @
eebb5516
...
...
@@ -257,8 +257,8 @@
key
:
'tcsj'
,
children
:
[{
title
:
'手机卡套餐升级'
,
value
:
's
jktcsj
'
,
key
:
's
jktcsj
'
,
value
:
's
tatus
'
,
key
:
's
tatus
'
,
},{
title
:
'毕业生宽带优惠'
,
value
:
'bysrh'
,
...
...
@@ -302,8 +302,8 @@
]
},{
title
:
'优惠购机'
,
value
:
'
isShow
yhgj'
,
key
:
'
isShow
yhgj'
,
value
:
'yhgj'
,
key
:
'yhgj'
,
}
],
},
...
...
@@ -348,8 +348,6 @@
},
modifyvisible
:
false
,
columns
:
[
{
dataIndex
:
'networkCode'
,
width
:
200
,
title
:
'网点编码'
,
align
:
"center"
},
{
dataIndex
:
'networkName'
,
width
:
200
,
title
:
'网点名称'
,
align
:
"center"
},
{
dataIndex
:
'subName'
,
width
:
100
,
title
:
'县分'
,
align
:
"center"
},
{
dataIndex
:
'schoolName'
,
width
:
200
,
title
:
'学校名称'
,
align
:
"center"
},
{
...
...
@@ -359,24 +357,6 @@
scopedSlots
:
{
customRender
:
'statusDefault'
},
align
:
"center"
},
{
dataIndex
:
'startDate'
,
width
:
200
,
title
:
'开学时间'
,
align
:
"center"
,
customRender
:
(
text
,
row
,
index
)
=>
{
if
(
text
==
null
)
{
return
""
;
}
return
moment
(
text
).
format
(
"YYYY-MM-DD"
);
}
},
{
dataIndex
:
'endDate'
,
width
:
200
,
title
:
'结束时间'
,
align
:
"center"
,
customRender
:
(
text
,
row
,
index
)
=>
{
if
(
text
==
null
)
{
return
""
;
}
return
moment
(
text
).
format
(
"YYYY-MM-DD"
);
}
},
{
dataIndex
:
'greaterFifty'
,
width
:
80
,
title
:
'大于50元激励'
,
align
:
"center"
},
{
dataIndex
:
'greaterHundred'
,
width
:
90
,
title
:
'大于100元激励'
,
align
:
"center"
},
{
dataIndex
:
'operation'
,
width
:
200
,
...
...
@@ -394,6 +374,7 @@
//表示
let
obj
=
cloneObject
(
this
.
queryParam
)
return
findByList
(
Object
.
assign
(
params
,
obj
)).
then
(
res
=>
{
console
.
log
(
res
);
let
data
=
{};
if
(
res
.
state
!==
'success'
)
{
this
.
emptyText
.
emptyText
=
'查询失败!'
...
...
@@ -642,8 +623,8 @@
if
(
data
.
tcsj
==
1
)
{
buttons
.
push
({
label
:
"套餐升级"
,
value
:
"tcsj"
});
}
if
(
data
.
s
jktcsj
==
1
)
{
buttons
.
push
({
label
:
"手机卡套餐升级"
,
value
:
"s
jktcsj
"
});
if
(
data
.
s
tatus
==
1
)
{
buttons
.
push
({
label
:
"手机卡套餐升级"
,
value
:
"s
tatus
"
});
}
if
(
data
.
bysrh
==
1
)
{
buttons
.
push
({
label
:
"毕业生宽带优惠"
,
value
:
"bysrh"
});
...
...
@@ -660,8 +641,8 @@
if
(
data
.
jiltKdy
==
1
)
{
buttons
.
push
({
label
:
"是否甩单"
,
value
:
"jiltKdy"
});
}
if
(
data
.
isShow
yhgj
==
1
)
{
buttons
.
push
({
label
:
"优惠购机"
,
value
:
"
isShow
yhgj"
});
if
(
data
.
yhgj
==
1
)
{
buttons
.
push
({
label
:
"优惠购机"
,
value
:
"yhgj"
});
}
if
(
data
.
udBtn
==
1
)
{
buttons
.
push
({
label
:
"线上线下"
,
value
:
"udBtn"
});
...
...
src/views/school-center/uploadVerify/studentCardVerify.vue
View file @
eebb5516
...
...
@@ -263,7 +263,8 @@
{
dataIndex
:
'studentCardUrl'
,
width
:
180
,
title
:
'学生证封面照片'
,
scopedSlots
:
{
customRender
:
"studentCardUrl"
}},
{
dataIndex
:
'otherImgUrl1'
,
width
:
180
,
title
:
'学生证内页照片'
,
scopedSlots
:
{
customRender
:
"otherImgUrl1"
}},
{
dataIndex
:
'otherImgUrl2'
,
width
:
180
,
title
:
'身份证照片'
,
scopedSlots
:
{
customRender
:
"otherImgUrl2"
}},
{
dataIndex
:
'otherImgUrl3'
,
width
:
180
,
title
:
'补充照片'
,
scopedSlots
:
{
customRender
:
"otherImgUrl3"
}},
{
dataIndex
:
'otherImgUrl3'
,
width
:
180
,
title
:
'补充照片'
,
scopedSlots
:
{
customRender
:
"otherImgUrl3"
}
},
/*{dataIndex: 'county', width: 80, title: '县分'},
{dataIndex: 'school', width: 120, title: '学校'},
...
...
@@ -400,9 +401,17 @@
this
.
visiblepicture
=
false
;
},
imgClick
(
res
)
{
this
.
imgInfo
=
this
.
apis
+
res
this
.
imgInfo
=
this
.
baseuploadUrl
()
+
res
this
.
visiblepicture
=
true
},
baseuploadUrl
(){
const
env
=
process
.
env
.
NODE_ENV
;
//获取当前环境
let
apis
=
"/"
;
if
(
env
===
'development'
){
//测试环境默认添加前缀
apis
=
'/api/'
;
}
return
apis
},
excelOut
()
{
let
obj
=
cloneObject
(
this
.
queryParam
)
let
nowdate
=
moment
().
format
(
"YYYY-MM-DD"
);
...
...
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