Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-platform-fe
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoo
5 years ago
Commit
08689e30c4bbd672642bdea4512bc620373975df
1 parent
cc15e90c
fixC
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/config/env.js
src/views/refund-order/index.vue
src/config/env.js
View file @
08689e3
export
default
"development"
;
\ No newline at end of file
export
default
"production"
;
\ No newline at end of file
...
...
src/views/refund-order/index.vue
View file @
08689e3
...
...
@@ -42,7 +42,7 @@
:onSelect="selectRow"
@on-page-change="fetchData">
<template slot="footer" class="btns">
<i-button type="primary" @click="onBatchReject">批量驳回</i-button
>
<!-- <i-button type="primary" @click="onBatchReject">批量驳回</i-button>--
>
<i-button type="primary" @click="onBatchRefund">批量退款</i-button>
</template>
</LayoutTable>
...
...
Please
register
or
login
to post a comment