Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
a1d2bdbc
Commit
a1d2bdbc
authored
Jul 21, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:把名字audit换成examine
parent
498d6b67
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
index.less
src/pages/Withdrawal/Examine/index.less
+0
-0
index.vue
src/pages/Withdrawal/Examine/index.vue
+1
-1
config.js
src/pages/Withdrawal/components/PageHeader/config.js
+1
-1
index.js
src/router/Withdrawal/index.js
+4
-4
No files found.
src/pages/Withdrawal/
Audit
/index.less
→
src/pages/Withdrawal/
Examine
/index.less
View file @
a1d2bdbc
File moved
src/pages/Withdrawal/
Audit
/index.vue
→
src/pages/Withdrawal/
Examine
/index.vue
View file @
a1d2bdbc
...
@@ -279,7 +279,7 @@ const TABS = {
...
@@ -279,7 +279,7 @@ const TABS = {
};
};
export
default
{
export
default
{
name
:
"
Audit
"
,
name
:
"
Examine
"
,
components
:
{
Layout
},
components
:
{
Layout
},
data
()
{
data
()
{
return
{
return
{
...
...
src/pages/Withdrawal/components/PageHeader/config.js
View file @
a1d2bdbc
const
headerConfig
=
[
const
headerConfig
=
[
{
{
name
:
"提现审核"
,
name
:
"提现审核"
,
path
:
"/op/withdrawal/
audit
"
path
:
"/op/withdrawal/
examine
"
},
},
{
{
path
:
'/op/withdrawal/roleManageRole'
,
path
:
'/op/withdrawal/roleManageRole'
,
...
...
src/router/Withdrawal/index.js
View file @
a1d2bdbc
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
const
withdrawalRoutes
=
[
const
withdrawalRoutes
=
[
{
{
path
:
"/op/withdrawal"
,
path
:
"/op/withdrawal"
,
redirect
:
"/op/withdrawal/
audit
"
redirect
:
"/op/withdrawal/
examine
"
},
},
{
{
path
:
"/op/withdrawal/
audit
"
,
path
:
"/op/withdrawal/
examine
"
,
name
:
"
Audit
"
,
name
:
"
Examine
"
,
component
:
()
=>
import
(
/* webpackChunkName: "Withdrawal" */
"@/pages/Withdrawal/
Audit
"
),
component
:
()
=>
import
(
/* webpackChunkName: "Withdrawal" */
"@/pages/Withdrawal/
Examine
"
),
},
},
//用户管理
//用户管理
{
{
...
...
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