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
57813e83
Commit
57813e83
authored
Aug 07, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
87
parent
33a8c8c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
6 deletions
+16
-6
App.vue
src/App.vue
+2
-2
couponDialog.vue
src/components/teacherDetail/couponDialog.vue
+1
-2
index.vue
src/components/yunji/index.vue
+13
-2
No files found.
src/App.vue
View file @
57813e83
...
@@ -119,7 +119,7 @@ body {
...
@@ -119,7 +119,7 @@ body {
cursor
:
pointer
;
cursor
:
pointer
;
user-select
:
none
;
user-select
:
none
;
}
}
/*
#app .el-main .menu-block{
#app
.el-main
.menu-block
{
height
:
170vh
;
height
:
170vh
;
}
*/
}
</
style
>
</
style
>
src/components/teacherDetail/couponDialog.vue
View file @
57813e83
...
@@ -19,8 +19,7 @@
...
@@ -19,8 +19,7 @@
<el-table-column
<el-table-column
label=
"用户信息"
label=
"用户信息"
min-width=
"140"
min-width=
"140"
className=
"userInfo"
className=
"userInfo"
>
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<img
class=
"avatar"
:src=
"scope.row.user_avatar"
>
<img
class=
"avatar"
:src=
"scope.row.user_avatar"
>
{{
scope
.
row
.
user_nickname
}}
(ID:
{{
scope
.
row
.
user_id
}}
)
{{
scope
.
row
.
user_nickname
}}
(ID:
{{
scope
.
row
.
user_id
}}
)
...
...
src/components/yunji/index.vue
View file @
57813e83
...
@@ -102,9 +102,20 @@
...
@@ -102,9 +102,20 @@
:onSuccess=
"fileSuccess"
:onSuccess=
"fileSuccess"
:headers=
"uploadHeader"
:headers=
"uploadHeader"
:data=
"{param_token:param_token}"
:data=
"{param_token:param_token}"
action=
"/api/admin/order/import"
action=
"/api/admin/order/import
/1
"
>
>
<el-button
type=
"primary"
plain
>
导入
</el-button>
<el-button
type=
"primary"
plain
>
导入(500条以下)
</el-button>
</el-upload>
</el-form-item>
<el-form-item>
<el-upload
:show-file-list=
"false"
:onSuccess=
"fileSuccess"
:headers=
"uploadHeader"
:data=
"{param_token:param_token}"
action=
"/api/admin/order/import/2"
>
<el-button
type=
"warn"
plain
>
导入(500条或以上)
</el-button>
</el-upload>
</el-upload>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"!$store.state.readonly"
>
<el-form-item
v-if=
"!$store.state.readonly"
>
...
...
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