Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
fc5d4218
Commit
fc5d4218
authored
Jan 03, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
ac530da8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
reject-detail.vue
src/pages/messageCenter/reject-detail.vue
+3
-1
my-info.vue
src/pages/myInfo/my-info.vue
+3
-0
No files found.
src/pages/messageCenter/reject-detail.vue
View file @
fc5d4218
...
@@ -37,7 +37,7 @@ export default {
...
@@ -37,7 +37,7 @@ export default {
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
if
(
res
.
result
===
'S'
)
{
vm
.
notice_detail
=
res
.
info
.
notice_
detail
vm
.
notice_detail
=
res
.
info
.
notice_
body
}
else
{
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
hlsPopup
.
showLongCenter
(
res
.
message
)
}
}
...
@@ -73,6 +73,8 @@ export default {
...
@@ -73,6 +73,8 @@ export default {
line-height: 20px;
line-height: 20px;
p{
p{
text-indent: 35px;
text-indent: 35px;
color: #666666;
font-size: 14px;
}
}
}
}
}
}
...
...
src/pages/myInfo/my-info.vue
View file @
fc5d4218
...
@@ -162,6 +162,7 @@ export default {
...
@@ -162,6 +162,7 @@ export default {
upLoadObj
:
defaultImg
,
// 上传的图片
upLoadObj
:
defaultImg
,
// 上传的图片
flag
:
true
,
flag
:
true
,
isAGENT
:
false
,
isAGENT
:
false
,
popSetect
:
false
,
// true:待提交或者审核未通过
elecStatusDesceibe
:
''
,
elecStatusDesceibe
:
''
,
user_bp_status
:
''
,
user_bp_status
:
''
,
user_bp_class
:
''
,
user_bp_class
:
''
,
...
@@ -312,6 +313,7 @@ export default {
...
@@ -312,6 +313,7 @@ export default {
this
.
approveBtn
=
false
this
.
approveBtn
=
false
}
else
if
(
this
.
bp_id
&&
this
.
user_bp_status
===
'NEW'
)
{
}
else
if
(
this
.
bp_id
&&
this
.
user_bp_status
===
'NEW'
)
{
this
.
description
=
'待提交'
this
.
description
=
'待提交'
this
.
popSetect
=
true
// 是否弹出选择框
}
else
if
(
this
.
bp_id
&&
this
.
user_bp_status
===
'APPROVED'
)
{
}
else
if
(
this
.
bp_id
&&
this
.
user_bp_status
===
'APPROVED'
)
{
this
.
description
=
'解除绑定'
this
.
description
=
'解除绑定'
this
.
approveBtn
=
true
this
.
approveBtn
=
true
...
@@ -320,6 +322,7 @@ export default {
...
@@ -320,6 +322,7 @@ export default {
(
this
.
bp_id
&&
this
.
user_bp_status
===
'REJECT'
)
(
this
.
bp_id
&&
this
.
user_bp_status
===
'REJECT'
)
)
{
)
{
this
.
description
=
'审核未通过'
this
.
description
=
'审核未通过'
this
.
popSetect
=
true
// 是否弹出选择框
}
else
{
}
else
{
this
.
description
=
'审批中'
this
.
description
=
'审批中'
}
}
...
...
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