Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
5aa0b34d
Commit
5aa0b34d
authored
Sep 03, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员bug修复
parent
7cd544a2
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
220 deletions
+17
-220
index.vue
src/views/member/user/index.vue
+11
-3
underReview.vue
src/views/member/user/underReview.vue
+6
-217
No files found.
src/views/member/user/index.vue
View file @
5aa0b34d
...
@@ -113,7 +113,11 @@
...
@@ -113,7 +113,11 @@
<
el
-
table
:
data
=
"
operationLogList
"
>
<
el
-
table
:
data
=
"
operationLogList
"
>
<
el
-
table
-
column
label
=
"
标题
"
prop
=
"
title
"
><
/el-table-column
>
<
el
-
table
-
column
label
=
"
标题
"
prop
=
"
title
"
><
/el-table-column
>
<
el
-
table
-
column
label
=
"
操作内容
"
prop
=
"
content
"
><
/el-table-column
>
<
el
-
table
-
column
label
=
"
操作内容
"
prop
=
"
content
"
><
/el-table-column
>
<
el
-
table
-
column
label
=
"
操作人
"
prop
=
"
userId
"
><
/el-table-column
>
<
el
-
table
-
column
label
=
"
操作人
"
prop
=
"
userId
"
>
<
template
v
-
slot
=
"
{row
}
"
>
{{
list
.
find
(
i
=>
i
.
id
==
row
.
userId
).
identityName
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"
操作时间
"
>
<
el
-
table
-
column
label
=
"
操作时间
"
>
<
template
v
-
slot
:
default
=
"
scope
"
>
<
template
v
-
slot
:
default
=
"
scope
"
>
{{
parseTime
(
scope
.
row
.
createTime
)
}}
{{
parseTime
(
scope
.
row
.
createTime
)
}}
...
@@ -533,6 +537,7 @@ export default {
...
@@ -533,6 +537,7 @@ export default {
if
(
valid
&&
this
.
IdDetails
.
status
===
3
){
if
(
valid
&&
this
.
IdDetails
.
status
===
3
){
let
res
=
await
new
Promise
((
resolve
)
=>
{
let
res
=
await
new
Promise
((
resolve
)
=>
{
this
.
$confirm
(
'
是否要将当前状态修改为审核成功?
'
,
'
状态修改
'
,
{
this
.
$confirm
(
'
是否要将当前状态修改为审核成功?
'
,
'
状态修改
'
,
{
distinguishCancelAndClose
:
true
,
confirmButtonText
:
'
确定
'
,
confirmButtonText
:
'
确定
'
,
cancelButtonText
:
'
取消
'
,
cancelButtonText
:
'
取消
'
,
type
:
'
warning
'
type
:
'
warning
'
...
@@ -542,7 +547,8 @@ export default {
...
@@ -542,7 +547,8 @@ export default {
resolve
(
r
)
resolve
(
r
)
}
)
}
)
}
)
}
)
p
.
auditPass
=
res
===
'
confirm
'
?
true
:
false
;
if
(
res
===
'
close
'
)
return
else
p
.
auditPass
=
res
===
'
confirm
'
?
true
:
false
;
}
else
if
(
valid
)
{
}
else
if
(
valid
)
{
p
.
auditPass
=
false
;
p
.
auditPass
=
false
;
}
else
{
}
else
{
...
@@ -572,12 +578,14 @@ export default {
...
@@ -572,12 +578,14 @@ export default {
if
(
valid
&&
this
.
enterpriseFrom
.
status
===
3
){
if
(
valid
&&
this
.
enterpriseFrom
.
status
===
3
){
let
res
=
await
new
Promise
((
resolve
)
=>
{
let
res
=
await
new
Promise
((
resolve
)
=>
{
this
.
$confirm
(
'
是否要将当前状态修改为审核成功?
'
,
'
状态修改
'
,
{
this
.
$confirm
(
'
是否要将当前状态修改为审核成功?
'
,
'
状态修改
'
,
{
distinguishCancelAndClose
:
true
,
confirmButtonText
:
'
确定
'
,
confirmButtonText
:
'
确定
'
,
cancelButtonText
:
'
取消
'
,
cancelButtonText
:
'
取消
'
,
type
:
'
warning
'
type
:
'
warning
'
}
).
then
(
r
=>
resolve
(
r
)).
catch
(
r
=>
resolve
(
r
))
}
).
then
(
r
=>
resolve
(
r
)).
catch
(
r
=>
resolve
(
r
))
}
)
}
)
p
.
auditPass
=
res
===
'
confirm
'
?
true
:
false
;
if
(
res
===
'
close
'
)
return
else
p
.
auditPass
=
res
===
'
confirm
'
?
true
:
false
;
}
else
if
(
valid
){
}
else
if
(
valid
){
p
.
auditPass
=
false
;
p
.
auditPass
=
false
;
}
else
{
}
else
{
...
...
src/views/member/user/underReview.vue
View file @
5aa0b34d
This diff is collapsed.
Click to expand it.
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