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
71f40b82
Commit
71f40b82
authored
Dec 25, 2018
by
wangwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/development' into development
parents
0712d81f
c7acbedd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.vue
src/components/yunji/index.vue
+4
-4
No files found.
src/components/yunji/index.vue
View file @
71f40b82
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
@
click=
"getList"
>
搜索
</el-button>
<el-button
type=
"primary"
@
click=
"getList"
>
搜索
</el-button>
<el-button
type=
"primary"
plain
@
click=
"exportTable(list)"
>
导出
</el-button>
<el-button
type=
"primary"
plain
@
click=
"exportTable(list)"
>
导出
</el-button>
<el-button
type=
"success"
plain
@
click=
"classListOption()"
>
班级统计
</el-button>
<el-button
type=
"success"
plain
@
click=
"classListOption()"
>
同步进度
</el-button>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<el-table
:data=
"list"
style=
"width: 100%"
>
<el-table
:data=
"list"
style=
"width: 100%"
>
...
@@ -98,12 +98,12 @@
...
@@ -98,12 +98,12 @@
<el-dialog
:title=
"classObj.title"
:visible
.
sync=
"classObj.show"
center
width=
"800px"
>
<el-dialog
:title=
"classObj.title"
:visible
.
sync=
"classObj.show"
center
width=
"800px"
>
<div
style=
"margin:10px;color: #888888"
>
<div
style=
"margin:10px;color: #888888"
>
同步时间:{{last_pull_time}}
最新
同步时间:{{last_pull_time}}
</div>
</div>
<el-table
:data=
"classList"
>
<el-table
:data=
"classList"
>
<el-table-column
prop=
"teacher_name"
label=
"班级老师"
>
<el-table-column
prop=
"teacher_name"
label=
"班级老师"
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"num"
label=
"
班级
人数"
>
<el-table-column
prop=
"num"
label=
"
预计入班
人数"
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -156,7 +156,7 @@ export default {
...
@@ -156,7 +156,7 @@ export default {
goodList
:
[],
goodList
:
[],
classObj
:{
classObj
:{
show
:
false
,
show
:
false
,
title
:
"
班级统计
"
,
title
:
"
同步进度
"
,
order_id
:
0
,
order_id
:
0
,
teacher_id
:
0
teacher_id
:
0
},
},
...
...
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