Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
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
new-sing
admin-base
Commits
311fcf50
Commit
311fcf50
authored
Jan 02, 2019
by
chenfenglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复剪贴板
parent
6e920ee6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
index.vue
src/components/sourceManage/index.vue
+2
-2
couponDialog.vue
src/components/teacherDetail/couponDialog.vue
+1
-1
refundDetail.vue
src/components/teacherDetail/refundDetail.vue
+1
-1
sourceDialog.vue
src/components/teacherDetail/sourceDialog.vue
+1
-1
No files found.
src/components/sourceManage/index.vue
View file @
311fcf50
...
@@ -168,7 +168,7 @@
...
@@ -168,7 +168,7 @@
<el-button
@
click=
"noCashUserDialog.show = false"
>
确 定
</el-button>
<el-button
@
click=
"noCashUserDialog.show = false"
>
确 定
</el-button>
</span>
</span>
</el-dialog>
</el-dialog>
<choose-good-dialog
v-if=
"chooseGoodDialogObj.show"
:dialogObj=
"chooseGoodDialogObj"
@
changeShow=
"changeShow"
/>
<choose-good-dialog
:dialogObj=
"chooseGoodDialogObj"
@
changeShow=
"changeShow"
/>
</div>
</div>
</template>
</template>
...
@@ -227,7 +227,7 @@
...
@@ -227,7 +227,7 @@
multipleSelection
:
[],
multipleSelection
:
[],
noCashUserDialog
:
{
noCashUserDialog
:
{
total
:
0
,
total
:
0
,
limit
:
10
00
,
limit
:
2
00
,
nowPage
:
1
,
nowPage
:
1
,
show
:
false
show
:
false
},
},
...
...
src/components/teacherDetail/couponDialog.vue
View file @
311fcf50
...
@@ -78,7 +78,7 @@
...
@@ -78,7 +78,7 @@
initPage
(){
initPage
(){
let
json
=
{
let
json
=
{
order_coupon_id
:
this
.
dialogObj
.
order_coupon_id
,
order_coupon_id
:
this
.
dialogObj
.
order_coupon_id
,
limit
:
100
00
limit
:
2
00
};
};
getCouponListApi
(
json
).
then
(
res
=>
{
getCouponListApi
(
json
).
then
(
res
=>
{
this
.
detail
=
res
.
list
this
.
detail
=
res
.
list
...
...
src/components/teacherDetail/refundDetail.vue
View file @
311fcf50
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
initPage
(){
initPage
(){
let
json
=
{
let
json
=
{
out_trade_no
:
this
.
dialogObj
.
out_trade_no
,
out_trade_no
:
this
.
dialogObj
.
out_trade_no
,
limit
:
100
00
limit
:
2
00
};
};
getRefundListApi
(
json
).
then
(
res
=>
{
getRefundListApi
(
json
).
then
(
res
=>
{
this
.
detail
=
res
.
list
this
.
detail
=
res
.
list
...
...
src/components/teacherDetail/sourceDialog.vue
View file @
311fcf50
...
@@ -114,7 +114,7 @@
...
@@ -114,7 +114,7 @@
initPage
(){
initPage
(){
let
json
=
{
let
json
=
{
out_trade_no
:
this
.
dialogObj
.
out_trade_no
,
out_trade_no
:
this
.
dialogObj
.
out_trade_no
,
limit
:
100
00
limit
:
2
00
};
};
getWithdrawListApi
(
json
).
then
(
res
=>
{
getWithdrawListApi
(
json
).
then
(
res
=>
{
this
.
detail
=
res
.
list
this
.
detail
=
res
.
list
...
...
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