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
82d8b1e5
Commit
82d8b1e5
authored
Aug 03, 2021
by
liwenhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:审核列表兼容h5
parent
dd8b44b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
index.less
src/pages/Withdrawal/Examine/index.less
+0
-3
withdrawDetail.vue
src/pages/Withdrawal/Examine/withdrawDetail.vue
+3
-4
No files found.
src/pages/Withdrawal/Examine/index.less
View file @
82d8b1e5
...
...
@@ -66,9 +66,6 @@
}
}
.dialog-footer {
// display: flex;
// justify-content: center;
// align-items: center;
text-align: center;
}
.cancel {
...
...
src/pages/Withdrawal/Examine/withdrawDetail.vue
View file @
82d8b1e5
...
...
@@ -35,7 +35,7 @@
<el-table-column
align=
"center"
prop=
"third_order_desc"
label=
"
交易类型
"
label=
"
说明
"
>
</el-table-column>
</el-table>
...
...
@@ -60,11 +60,11 @@
@
click=
"handleBlackList('黑名单')"
>
黑名单
</el-button
>
<el-button
<
!-- <
el-button
size="small"
@click="handleBlackList('白名单')"
>白名单</el-button
>
>
-->
</div>
</div>
</template>
...
...
@@ -127,7 +127,6 @@ export default {
// 二次确认弹框
handleConfirm
(
action
,
params
)
{
const
urlObj
=
{
白名单
:
getWithdrawAudit
,
黑名单
:
getBlackList
,
通过
:
getWithdrawAudit
,
拒绝
:
getWithdrawAudit
,
...
...
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