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
01bb1d5f
Commit
01bb1d5f
authored
Nov 14, 2018
by
wangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
统计详情
parent
9d9d0e2d
Changes
11
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
25 additions
and
7 deletions
+25
-7
index.html
dev/index.html
+1
-1
33.198ee2ca64a44dd72ee1.js
dev/static/js/33.198ee2ca64a44dd72ee1.js
+1
-0
manifest.69a191f4af9377e4ee38.js
dev/static/js/manifest.69a191f4af9377e4ee38.js
+1
-0
index.html
dist/index.html
+1
-1
app.17b9bcb302ad2d9982ad1bbad458f46b.css
dist/static/css/app.17b9bcb302ad2d9982ad1bbad458f46b.css
+1
-0
29.887236f42c8a1cbb6ddd.js
dist/static/js/29.887236f42c8a1cbb6ddd.js
+1
-0
3.63075c7c52718885f9ce.js
dist/static/js/3.63075c7c52718885f9ce.js
+1
-0
30.073eb9d6a1b2216c5664.js
dist/static/js/30.073eb9d6a1b2216c5664.js
+1
-0
app.3e3de3099b9aa4e3506c.js
dist/static/js/app.3e3de3099b9aa4e3506c.js
+1
-0
manifest.e3d4250494f73f92489d.js
dist/static/js/manifest.e3d4250494f73f92489d.js
+1
-0
index.vue
src/components/watchCount/index.vue
+15
-5
No files found.
dev/index.html
View file @
01bb1d5f
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><meta
name=
referrer
content=
never
><link
rel=
stylesheet
href=
https://at.alicdn.com/t/font_746649_7dsnjecwkpg.css
><title>
唱唱启蒙-后台
</title><link
href=
/static/css/app.1295c42d8334d473da7d78ac3f2c8c0a.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/static/js/manifest.
bbd6100cd76fa5a5b153
.js
></script><script
type=
text/javascript
src=
/static/js/vendor.93032a15e43c4a991d50.js
></script><script
type=
text/javascript
src=
/static/js/app.4d95608196a2acfb3ecb.js
></script></body><script>
let
el
=
document
.
getElementsByTagName
(
"script"
);
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><meta
name=
referrer
content=
never
><link
rel=
stylesheet
href=
https://at.alicdn.com/t/font_746649_7dsnjecwkpg.css
><title>
唱唱启蒙-后台
</title><link
href=
/static/css/app.1295c42d8334d473da7d78ac3f2c8c0a.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/static/js/manifest.
69a191f4af9377e4ee38
.js
></script><script
type=
text/javascript
src=
/static/js/vendor.93032a15e43c4a991d50.js
></script><script
type=
text/javascript
src=
/static/js/app.4d95608196a2acfb3ecb.js
></script></body><script>
let
el
=
document
.
getElementsByTagName
(
"script"
);
el
.
onerror
=
function
(
a
,
b
,
c
){
console
.
log
(
'error:'
,
a
,
b
,
c
);
};
...
...
dev/static/js/33.198ee2ca64a44dd72ee1.js
0 → 100644
View file @
01bb1d5f
webpackJsonp
([
33
],{
Dq6T
:
function
(
t
,
a
,
e
){
"use strict"
;
Object
.
defineProperty
(
a
,
"__esModule"
,{
value
:
!
0
});
var
n
=
e
(
"CCn6"
),
i
=
{
name
:
"index"
,
data
:
function
(){
return
{
searchFrom
:{
watchTime
:[]},
dialogLoading
:
!
1
,
dialogVisible
:
!
1
,
tableData
:[],
dialog
:{
list
:[],
total
:
0
,
register
:
0
,
coursesList
:[],
course
:
0
,
time
:
""
,
name
:
""
,
codeList
:[]},
tableHead
:{}}},
methods
:{
defaultTime
:
function
(){
var
t
=
new
Date
,
a
=
t
.
getFullYear
(),
e
=
t
.
getMonth
()
+
1
;
e
<
10
&&
(
e
=
"0"
+
e
);
var
n
=
t
.
getDate
();
n
<
10
&&
(
n
=
"0"
+
n
);
var
i
=
a
+
"-"
+
e
+
"-01"
,
o
=
a
+
"-"
+
e
+
"-"
+
n
;
this
.
searchFrom
.
watchTime
=
[
i
,
o
]},
toDetail
:
function
(
t
,
a
,
e
){
var
i
=
this
;
this
.
dialogLoading
=!
0
,
this
.
dialogVisible
=!
0
;
var
o
=
{
cur_date
:
t
,
code
:
a
};
Object
(
n
.
_40
)(
o
).
then
(
function
(
n
){
i
.
dialog
.
name
=
i
.
tableHead
[
a
],
i
.
dialog
.
time
=
t
,
i
.
dialog
.
list
=
n
.
list
,
i
.
dialog
.
register
=
n
.
register
,
i
.
dialog
.
course
=
n
.
course
,
i
.
dialog
.
code
=
n
.
source
,
i
.
dialog
.
total
=
e
,
i
.
dialog
.
coursesList
=
n
.
courses
,
i
.
dialogLoading
=!
1
})},
getList
:
function
(){
var
t
=
this
,
a
=
{};
this
.
searchFrom
.
watchTime
&&
this
.
searchFrom
.
watchTime
.
length
>
0
&&
(
a
.
start_at
=
this
.
searchFrom
.
watchTime
[
0
],
a
.
end_at
=
this
.
searchFrom
.
watchTime
[
1
]),
Object
(
n
.
_46
)(
a
).
then
(
function
(
a
){
t
.
tableHead
=
a
[
0
],
t
.
tableData
=
a
.
slice
(
1
)})}},
mounted
:
function
(){
this
.
defaultTime
(),
this
.
getList
()}},
o
=
function
(){
var
t
=
this
,
a
=
t
.
$createElement
,
e
=
t
.
_self
.
_c
||
a
;
return
e
(
"div"
,{
staticClass
:
"index"
},[
e
(
"el-form"
,{
ref
:
"searchFrom"
,
attrs
:{
model
:
t
.
searchFrom
,
"label-width"
:
"100px"
}},[
e
(
"el-row"
,[
e
(
"el-col"
,{
attrs
:{
span
:
12
}},[
e
(
"el-form-item"
,{
attrs
:{
label
:
"时间"
}},[
e
(
"el-date-picker"
,{
attrs
:{
type
:
"daterange"
,
"range-separator"
:
"至"
,
"start-placeholder"
:
"开始日期"
,
"value-format"
:
"yyyy-MM-dd"
,
"end-placeholder"
:
"结束日期"
},
model
:{
value
:
t
.
searchFrom
.
watchTime
,
callback
:
function
(
a
){
t
.
$set
(
t
.
searchFrom
,
"watchTime"
,
a
)},
expression
:
"searchFrom.watchTime"
}})],
1
)],
1
),
t
.
_v
(
" "
),
e
(
"el-col"
,{
attrs
:{
span
:
6
,
offset
:
6
}},[
e
(
"el-form-item"
,{
staticStyle
:{
float
:
"right"
}},[
e
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
t
.
getList
}},[
t
.
_v
(
"搜索"
)])],
1
)],
1
)],
1
)],
1
),
t
.
_v
(
" "
),
e
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
t
.
tableData
,
border
:
""
}},
t
.
_l
(
t
.
tableHead
,
function
(
a
,
n
){
return
e
(
"el-table-column"
,{
key
:
a
,
attrs
:{
label
:
a
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
a
){
return
[
"cur_date"
!==
n
?
e
(
"div"
,{
staticClass
:
"link"
,
on
:{
click
:
function
(
e
){
t
.
toDetail
(
a
.
row
.
cur_date
,
n
,
a
.
row
[
n
])}}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
a
.
row
[
n
])
+
"
\n
"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
"cur_date"
===
n
?
e
(
"span"
,[
t
.
_v
(
" "
+
t
.
_s
(
a
.
row
[
n
]))]):
t
.
_e
()]}}])})})),
t
.
_v
(
" "
),
e
(
"el-dialog"
,{
attrs
:{
title
:
"详情"
,
visible
:
t
.
dialogVisible
,
width
:
"1200px"
},
on
:{
"update:visible"
:
function
(
a
){
t
.
dialogVisible
=
a
}}},[
e
(
"div"
,{
directives
:[{
name
:
"loading"
,
rawName
:
"v-loading"
,
value
:
t
.
dialogLoading
,
expression
:
"dialogLoading"
}]},[
e
(
"el-row"
,{
staticClass
:
"dialog-tips"
},[
e
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
时间:
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
attrs
:{
span
:
5
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
t
.
dialog
.
time
)
+
"
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
状态:
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
attrs
:{
span
:
5
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
t
.
dialog
.
name
)
+
"
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
总数:
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
attrs
:{
span
:
5
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
t
.
dialog
.
total
)
+
"
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
注册数:
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
attrs
:{
span
:
5
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
t
.
dialog
.
register
)
+
"
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
有课人数:
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
attrs
:{
span
:
5
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
t
.
dialog
.
course
)
+
"
\n
"
)]),
t
.
_v
(
" "
),
t
.
_l
(
t
.
dialog
.
code
,
function
(
a
,
n
){
return
e
(
"div"
,{
key
:
n
},[
e
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
来源(人数):
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
attrs
:{
span
:
5
}},[
e
(
"div"
,{
attrs
:{
title
:
a
.
source_name
+
"("
+
a
.
source_num
+
")"
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
a
.
source_name
)
+
"
\n
("
+
t
.
_s
(
a
.
source_num
)
+
")
\n
"
)])])],
1
)}),
t
.
_v
(
" "
),
t
.
_l
(
t
.
dialog
.
coursesList
,
function
(
a
,
n
){
return
e
(
"div"
,{
key
:
n
},[
e
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
课程(人数):
\n
"
)]),
t
.
_v
(
" "
),
e
(
"el-col"
,{
attrs
:{
span
:
5
}},[
e
(
"div"
,{
attrs
:{
title
:
a
.
courses_name
+
"("
+
a
.
courses_num
+
")"
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
a
.
courses_name
)
+
"
\n
("
+
t
.
_s
(
a
.
courses_num
)
+
")
\n
"
)])])],
1
)})],
2
),
t
.
_v
(
" "
),
e
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
t
.
dialog
.
list
}},[
e
(
"el-table-column"
,{
attrs
:{
prop
:
"nickname"
,
label
:
"昵称"
}}),
t
.
_v
(
" "
),
e
(
"el-table-column"
,{
attrs
:{
prop
:
"user_id"
,
label
:
"老系统用户ID"
}}),
t
.
_v
(
" "
),
e
(
"el-table-column"
,{
attrs
:{
prop
:
"instructor"
,
label
:
"开课日期"
}}),
t
.
_v
(
" "
),
e
(
"el-table-column"
,{
attrs
:{
prop
:
"title"
,
label
:
"课程名称"
}}),
t
.
_v
(
" "
),
e
(
"el-table-column"
,{
attrs
:{
prop
:
"code"
,
label
:
"来源名称"
}})],
1
)],
1
)])],
1
)};
o
.
_withStripped
=!
0
;
var
r
=
{
render
:
o
,
staticRenderFns
:[]},
l
=
r
;
var
s
=!
1
;
var
d
=
e
(
"VU/8"
)(
i
,
l
,
!
1
,
function
(
t
){
s
||
e
(
"m8Sx"
)},
"data-v-54d7b266"
,
null
);
d
.
options
.
__file
=
"src
\\
components
\\
watchCount
\\
index.vue"
;
a
.
default
=
d
.
exports
},
ZTEx
:
function
(
t
,
a
,
e
){(
t
.
exports
=
e
(
"FZ+f"
)(
!
0
)).
push
([
t
.
i
,
'
\
n.search-btn-block[data-v-54d7b266] {
\
n margin-left: 20px;
\
n}
\
n.search-form[data-v-54d7b266] {
\
n background: white;
\
n padding: 10px;
\
n margin: 10px 0;
\
n}
\
n.new-block[data-v-54d7b266] {
\
n margin: 10px;
\
n text-align: right;
\
n}
\
n.fl-r[data-v-54d7b266] {
\
n float: right;
\
n}
\
n.text-c[data-v-54d7b266] {
\
n text-align: center;
\
n}
\
n.text-b[data-v-54d7b266] {
\
n font-weight: bold;
\
n}
\
n.color-b[data-v-54d7b266] {
\
n color: #6ba8e6;
\
n}
\
n.text-r[data-v-54d7b266] {
\
n text-align: right;
\
n}
\
n.main-block[data-v-54d7b266] {
\
n margin: 5px;
\
n background: white;
\
n padding: 5px;
\
n}
\
nhtml[data-v-54d7b266] {
\
n font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "
\\
5FAE
\\
8F6F
\\
96C5
\\
9ED1", Arial, sans-serif;
\
n}
\
n.clear-both[data-v-54d7b266]:after {
\
n content:
\'\'
;
\
n display: block;
\
n clear: both;
\
n}
\
n[data-v-54d7b266]::-webkit-scrollbar-track-piece {
\
n border-radius: 10px;
\
n}
\
n[data-v-54d7b266]::-webkit-scrollbar {
\
n width: 5px;
\
n height: 5px;
\
n}
\
n[data-v-54d7b266]::-webkit-scrollbar-thumb {
\
n background-color: #999;
\
n border-radius: 10px;
\
n height: 10px;
\
n min-height: 10px;
\
n}
\
n.index[data-v-54d7b266] {
\
n padding: 20px 0;
\
n}
\
n.dialog-tips[data-v-54d7b266] {
\
n margin-bottom: 20px;
\
n border-top: 1px solid #eee;
\
n border-left: 1px solid #eee;
\
n}
\
n.dialog-tips .el-col[data-v-54d7b266] {
\
n border-bottom: 1px solid #eee;
\
n border-right: 1px solid #eee;
\
n padding: 10px;
\
n min-height: 40px;
\
n}
\
n.dialog-tips .el-col div[data-v-54d7b266] {
\
n overflow: hidden;
\
n text-overflow: ellipsis;
\
n white-space: nowrap;
\
n}
\
n.link[data-v-54d7b266] {
\
n color: blue;
\
n text-decoration: underline;
\
n cursor: pointer;
\
n}
\
n'
,
""
,{
version
:
3
,
sources
:[
"D:/myproject/changchang-admin-new/src/components/watchCount/index.vue"
],
names
:[],
mappings
:
";AACA;EACE,kBAAkB;CACnB;AACD;EACE,kBAAkB;EAClB,cAAc;EACd,eAAe;CAChB;AACD;EACE,aAAa;EACb,kBAAkB;CACnB;AACD;EACE,aAAa;CACd;AACD;EACE,mBAAmB;CACpB;AACD;EACE,kBAAkB;CACnB;AACD;EACE,eAAe;CAChB;AACD;EACE,kBAAkB;CACnB;AACD;EACE,YAAY;EACZ,kBAAkB;EAClB,aAAa;CACd;AACD;EACE,0IAA0H;CAC3H;AACD;EACE,YAAY;EACZ,eAAe;EACf,YAAY;CACb;AACD;EACE,oBAAoB;CACrB;AACD;EACE,WAAW;EACX,YAAY;CACb;AACD;EACE,uBAAuB;EACvB,oBAAoB;EACpB,aAAa;EACb,iBAAiB;CAClB;AACD;EACE,gBAAgB;CACjB;AACD;EACE,oBAAoB;EACpB,2BAA2B;EAC3B,4BAA4B;CAC7B;AACD;EACE,8BAA8B;EAC9B,6BAA6B;EAC7B,cAAc;EACd,iBAAiB;CAClB;AACD;EACE,iBAAiB;EACjB,wBAAwB;EACxB,oBAAoB;CACrB;AACD;EACE,YAAY;EACZ,2BAA2B;EAC3B,gBAAgB;CACjB"
,
file
:
"index.vue"
,
sourcesContent
:[
'
\
n.search-btn-block[data-v-54d7b266] {
\
n margin-left: 20px;
\
n}
\
n.search-form[data-v-54d7b266] {
\
n background: white;
\
n padding: 10px;
\
n margin: 10px 0;
\
n}
\
n.new-block[data-v-54d7b266] {
\
n margin: 10px;
\
n text-align: right;
\
n}
\
n.fl-r[data-v-54d7b266] {
\
n float: right;
\
n}
\
n.text-c[data-v-54d7b266] {
\
n text-align: center;
\
n}
\
n.text-b[data-v-54d7b266] {
\
n font-weight: bold;
\
n}
\
n.color-b[data-v-54d7b266] {
\
n color: #6ba8e6;
\
n}
\
n.text-r[data-v-54d7b266] {
\
n text-align: right;
\
n}
\
n.main-block[data-v-54d7b266] {
\
n margin: 5px;
\
n background: white;
\
n padding: 5px;
\
n}
\
nhtml[data-v-54d7b266] {
\
n font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
\
n}
\
n.clear-both[data-v-54d7b266]:after {
\
n content:
\'\'
;
\
n display: block;
\
n clear: both;
\
n}
\
n[data-v-54d7b266]::-webkit-scrollbar-track-piece {
\
n border-radius: 10px;
\
n}
\
n[data-v-54d7b266]::-webkit-scrollbar {
\
n width: 5px;
\
n height: 5px;
\
n}
\
n[data-v-54d7b266]::-webkit-scrollbar-thumb {
\
n background-color: #999;
\
n border-radius: 10px;
\
n height: 10px;
\
n min-height: 10px;
\
n}
\
n.index[data-v-54d7b266] {
\
n padding: 20px 0;
\
n}
\
n.dialog-tips[data-v-54d7b266] {
\
n margin-bottom: 20px;
\
n border-top: 1px solid #eee;
\
n border-left: 1px solid #eee;
\
n}
\
n.dialog-tips .el-col[data-v-54d7b266] {
\
n border-bottom: 1px solid #eee;
\
n border-right: 1px solid #eee;
\
n padding: 10px;
\
n min-height: 40px;
\
n}
\
n.dialog-tips .el-col div[data-v-54d7b266] {
\
n overflow: hidden;
\
n text-overflow: ellipsis;
\
n white-space: nowrap;
\
n}
\
n.link[data-v-54d7b266] {
\
n color: blue;
\
n text-decoration: underline;
\
n cursor: pointer;
\
n}
\
n'
],
sourceRoot
:
""
}])},
m8Sx
:
function
(
t
,
a
,
e
){
var
n
=
e
(
"ZTEx"
);
"string"
==
typeof
n
&&
(
n
=
[[
t
.
i
,
n
,
""
]]),
n
.
locals
&&
(
t
.
exports
=
n
.
locals
);
e
(
"rjj0"
)(
"49ae8d12"
,
n
,
!
1
,{})}});
\ No newline at end of file
dev/static/js/manifest.69a191f4af9377e4ee38.js
0 → 100644
View file @
01bb1d5f
!
function
(
e
){
var
a
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
f
,
r
,
t
){
for
(
var
b
,
o
,
d
,
i
=
0
,
u
=
[];
i
<
f
.
length
;
i
++
)
o
=
f
[
i
],
c
[
o
]
&&
u
.
push
(
c
[
o
][
0
]),
c
[
o
]
=
0
;
for
(
b
in
r
)
Object
.
prototype
.
hasOwnProperty
.
call
(
r
,
b
)
&&
(
e
[
b
]
=
r
[
b
]);
for
(
a
&&
a
(
f
,
r
,
t
);
u
.
length
;)
u
.
shift
()();
if
(
t
)
for
(
i
=
0
;
i
<
t
.
length
;
i
++
)
d
=
n
(
n
.
s
=
t
[
i
]);
return
d
};
var
f
=
{},
c
=
{
42
:
0
};
function
n
(
a
){
if
(
f
[
a
])
return
f
[
a
].
exports
;
var
c
=
f
[
a
]
=
{
i
:
a
,
l
:
!
1
,
exports
:{}};
return
e
[
a
].
call
(
c
.
exports
,
c
,
c
.
exports
,
n
),
c
.
l
=!
0
,
c
.
exports
}
n
.
e
=
function
(
e
){
var
a
=
c
[
e
];
if
(
0
===
a
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
a
)
return
a
[
2
];
var
f
=
new
Promise
(
function
(
f
,
n
){
a
=
c
[
e
]
=
[
f
,
n
]});
a
[
2
]
=
f
;
var
r
=
document
.
getElementsByTagName
(
"head"
)[
0
],
t
=
document
.
createElement
(
"script"
);
t
.
type
=
"text/javascript"
,
t
.
charset
=
"utf-8"
,
t
.
async
=!
0
,
t
.
timeout
=
12
e4
,
n
.
nc
&&
t
.
setAttribute
(
"nonce"
,
n
.
nc
),
t
.
src
=
n
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"744aaea0d881dac8f977"
,
1
:
"e2b5b2ebb89e21762470"
,
2
:
"a677720b190bea7c062a"
,
3
:
"409d577a86973f5aee1a"
,
4
:
"e86538a12ad5ee30fc36"
,
5
:
"6e91cd365146c8f670c2"
,
6
:
"bd52eabeaf8ccc85467f"
,
7
:
"6a8b34186bd41299a826"
,
8
:
"01c483ea97d70ee8ff9c"
,
9
:
"3d04eafb0e6809c2f232"
,
10
:
"ef1e5904c160d392cc6e"
,
11
:
"5b2bf27e1a56ef595c55"
,
12
:
"706535b34b7693c9ae5e"
,
13
:
"9bcfd93997d9cfec371f"
,
14
:
"96a11ebb1acb8966f71d"
,
15
:
"ae645f3a7539ca0b3116"
,
16
:
"98b63b96abd18279b18a"
,
17
:
"cfa54a5a6dc991650f2c"
,
18
:
"bb233ac9ed506b78b663"
,
19
:
"1fa15da2d176930709ba"
,
20
:
"9a59637e1e86d3e35237"
,
21
:
"fc0e65d4a05b76d12496"
,
22
:
"35ff258988414afc7ea5"
,
23
:
"33521ff079829fd5fc25"
,
24
:
"8f3371bf113c22f4394a"
,
25
:
"e6ac7bee5e42442b6361"
,
26
:
"0bc72bf5fb3543f5b3a4"
,
27
:
"3a3394001be24e9ab343"
,
28
:
"af4aa66f168054b72a8d"
,
29
:
"bf0acfca15a4611322b8"
,
30
:
"aa3bbca879cfd1fb4aff"
,
31
:
"147da1cfa755e463fb41"
,
32
:
"3b06e1d182857063c362"
,
33
:
"198ee2ca64a44dd72ee1"
,
34
:
"2fe54226c7b2bb03db21"
,
35
:
"9fa70099b272fee5b92d"
,
36
:
"d75322bfec6218e2e397"
,
37
:
"af63af060b15da4f4494"
,
38
:
"73f7473ff8ec616f5906"
,
39
:
"4bd91f2588ea1c06681f"
}[
e
]
+
".js"
;
var
b
=
setTimeout
(
o
,
12
e4
);
function
o
(){
t
.
onerror
=
t
.
onload
=
null
,
clearTimeout
(
b
);
var
a
=
c
[
e
];
0
!==
a
&&
(
a
&&
a
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
c
[
e
]
=
void
0
)}
return
t
.
onerror
=
t
.
onload
=
o
,
r
.
appendChild
(
t
),
f
},
n
.
m
=
e
,
n
.
c
=
f
,
n
.
d
=
function
(
e
,
a
,
f
){
n
.
o
(
e
,
a
)
||
Object
.
defineProperty
(
e
,
a
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
f
})},
n
.
n
=
function
(
e
){
var
a
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
n
.
d
(
a
,
"a"
,
a
),
a
},
n
.
o
=
function
(
e
,
a
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
a
)},
n
.
p
=
"/"
,
n
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
dist/index.html
View file @
01bb1d5f
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><meta
name=
referrer
content=
never
><link
rel=
stylesheet
href=
https://at.alicdn.com/t/font_746649_7dsnjecwkpg.css
><title>
唱唱启蒙-后台
</title><link
href=
/static/css/app.
b5276832220df94589b5cf0fbfab842c.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/static/js/manifest.229f10954438da57a83f.js
></script><script
type=
text/javascript
src=
/static/js/vendor.f489b8c0b7b00edb0df1.js
></script><script
type=
text/javascript
src=
/static/js/app.25c1d7af771b95aab144
.js
></script></body><script>
let
el
=
document
.
getElementsByTagName
(
"script"
);
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><meta
name=
referrer
content=
never
><link
rel=
stylesheet
href=
https://at.alicdn.com/t/font_746649_7dsnjecwkpg.css
><title>
唱唱启蒙-后台
</title><link
href=
/static/css/app.
17b9bcb302ad2d9982ad1bbad458f46b.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/static/js/manifest.e3d4250494f73f92489d.js
></script><script
type=
text/javascript
src=
/static/js/vendor.f489b8c0b7b00edb0df1.js
></script><script
type=
text/javascript
src=
/static/js/app.3e3de3099b9aa4e3506c
.js
></script></body><script>
let
el
=
document
.
getElementsByTagName
(
"script"
);
el
.
onerror
=
function
(
a
,
b
,
c
){
console
.
log
(
'error:'
,
a
,
b
,
c
);
};
...
...
dist/static/css/app.17b9bcb302ad2d9982ad1bbad458f46b.css
0 → 100644
View file @
01bb1d5f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/static/js/29.887236f42c8a1cbb6ddd.js
0 → 100644
View file @
01bb1d5f
webpackJsonp
([
29
],{
"0tTx"
:
function
(
e
,
t
){},
Vt1u
:
function
(
e
,
t
,
n
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
o
=
n
(
"CCn6"
),
a
=
{
components
:{
page
:
n
(
"kmJW"
).
a
},
data
:
function
(){
return
{
nowPage
:
1
,
total
:
0
,
limit
:
10
,
roleList
:[],
dialog
:{
title
:
"新增角色"
,
show
:
!
1
,
select
:[],
chooseed
:[],
rules
:{
name
:[{
required
:
!
0
,
message
:
"请填写角色名称"
,
trigger
:
"change"
}]},
form
:{
name
:
""
,
menu_ids
:[],
id
:
""
}}}},
created
:
function
(){
this
.
getList
(),
this
.
getMenuList
()},
methods
:{
getMenuList
:
function
(){
var
e
=
this
;
Object
(
o
.
_26
)().
then
(
function
(
t
){
t
&&
(
t
.
forEach
(
function
(
e
){
e
.
children
&&
e
.
children
.
forEach
(
function
(
e
){
e
.
readonly
=!
1
,
e
.
delete
=!
1
,
"订单列表"
===
e
.
name
&&
(
e
.
refund
=!
1
)})}),
e
.
dialog
.
select
=
t
)})},
onPageChange
:
function
(
e
){
this
.
nowPage
=
e
,
this
.
getList
()},
onSizeChange
:
function
(
e
){
this
.
nowPage
=
1
,
this
.
limit
=
e
,
this
.
getList
()},
getList
:
function
(){
var
e
=
this
,
t
=
{
limit
:
this
.
limit
,
page
:
this
.
nowPage
};
Object
(
o
.
_37
)(
t
).
then
(
function
(
t
){
t
&&
(
e
.
roleList
=
t
.
list
,
e
.
total
=
t
.
total
)})},
edit
:
function
(
e
){
var
t
=
this
;
this
.
dialog
.
form
.
id
=
e
.
id
,
this
.
dialog
.
title
=
"编辑角色"
,
Object
(
o
.
_26
)().
then
(
function
(
n
){
n
&&
(
n
.
forEach
(
function
(
e
){
e
.
children
&&
e
.
children
.
forEach
(
function
(
e
){
e
.
readonly
=!
1
,
e
.
delete
=!
1
,
"订单列表"
===
e
.
name
&&
(
e
.
refund
=!
1
)})}),
t
.
dialog
.
select
=
n
,
Object
(
o
.
_36
)(
e
.
id
).
then
(
function
(
e
){
t
.
dialog
.
form
.
name
=
e
.
name
,
t
.
dialog
.
form
.
menu_ids
=
JSON
.
parse
(
e
.
menu_ids
),
t
.
dialog
.
chooseed
=
[],
t
.
dialog
.
form
.
menu_ids
.
forEach
(
function
(
e
){
t
.
dialog
.
chooseed
.
push
(
e
.
id
),
t
.
dialog
.
select
.
forEach
(
function
(
t
){
t
.
children
&&
t
.
children
.
forEach
(
function
(
t
){
t
.
id
===
e
.
id
&&
(
t
.
readonly
=!!
e
.
readonly
,
t
.
delete
=!!
e
.
delete
,
"5-1"
===
e
.
cover
&&
(
t
.
refund
=!!
e
.
refund
))})})}),
t
.
dialog
.
show
=!
0
,
t
.
$nextTick
(
function
(){
this
.
$refs
.
tree
.
setCheckedKeys
(
this
.
dialog
.
chooseed
)})}))})},
add
:
function
(){
this
.
dialog
.
show
=!
0
,
this
.
dialog
.
form
.
id
=
""
,
this
.
dialog
.
title
=
"新增菜单"
,
this
.
dialog
.
form
.
name
=
""
,
this
.
dialog
.
form
.
menu_ids
=
[],
this
.
getMenuList
()},
del
:
function
(
e
){
var
t
=
this
;
this
.
$confirm
(
"此操作将删除该角色?"
,
"提示"
,{
confirmButtonText
:
"确定"
,
cancelButtonText
:
"取消"
,
type
:
"warning"
}).
then
(
function
(){
Object
(
o
.
F
)(
e
.
id
).
then
(
function
(
e
){
t
.
$message
({
type
:
"success"
,
message
:
"删除成功!"
}),
t
.
getList
()})})},
sub
:
function
(){
var
e
=
this
;
this
.
$refs
.
form
.
validate
(
function
(
t
){
if
(
t
){
var
n
=
[];
e
.
$refs
.
tree
.
getCheckedNodes
().
forEach
(
function
(
e
){
var
t
=
void
0
;
!
1
!==
e
.
readonly
&&!
0
!==
e
.
readonly
||
(
t
=
{
id
:
e
.
id
,
cover
:
e
.
cover
,
readonly
:
e
.
readonly
}),
!
1
!==
e
.
delete
&&!
0
!==
e
.
delete
||
(
t
.
delete
=
e
.
delete
),
!
1
!==
e
.
refund
&&!
0
!==
e
.
refund
||
(
t
.
refund
=
e
.
refund
),
t
&&
n
.
push
(
t
)});
var
a
=
e
.
dialog
;
if
(
a
.
form
.
id
){
var
i
=
{
name
:
a
.
form
.
name
,
menu_ids
:
JSON
.
stringify
(
n
)};
Object
(
o
.
_67
)(
a
.
form
.
id
,
i
).
then
(
function
(){
e
.
$message
({
type
:
"success"
,
message
:
"修改成功!"
}),
a
.
show
=!
1
,
e
.
getList
()})}
else
{
var
l
=
{
name
:
a
.
form
.
name
,
menu_ids
:
JSON
.
stringify
(
n
)};
Object
(
o
.
_58
)(
l
).
then
(
function
(){
e
.
$message
({
type
:
"success"
,
message
:
"添加成功!"
}),
a
.
show
=!
1
,
e
.
getList
()})}}})}}},
i
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
n
=
e
.
_self
.
_c
||
t
;
return
n
(
"div"
,{
staticClass
:
"role"
},[
n
(
"div"
,{
staticClass
:
"head clear-both"
},[
e
.
$store
.
state
.
readonly
?
e
.
_e
():
n
(
"el-button"
,{
staticStyle
:{
float
:
"right"
},
attrs
:{
plain
:
""
,
type
:
"success"
},
on
:{
click
:
e
.
add
}},[
e
.
_v
(
"新增角色"
)])],
1
),
e
.
_v
(
" "
),
n
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
e
.
roleList
}},[
n
(
"el-table-column"
,{
attrs
:{
prop
:
"id"
,
label
:
"角色ID"
}}),
e
.
_v
(
" "
),
n
(
"el-table-column"
,{
attrs
:{
prop
:
"name"
,
label
:
"角色名称"
}}),
e
.
_v
(
" "
),
n
(
"el-table-column"
,{
attrs
:{
prop
:
"created_at"
,
label
:
"创建时间"
}}),
e
.
_v
(
" "
),
e
.
$store
.
state
.
readonly
?
e
.
_e
():
n
(
"el-table-column"
,{
attrs
:{
label
:
"操作"
},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
return
[
e
.
$store
.
state
.
readonly
?
e
.
_e
():
n
(
"el-button"
,{
attrs
:{
size
:
"mini"
,
plain
:
""
,
type
:
"primary"
},
on
:{
click
:
function
(
n
){
e
.
edit
(
t
.
row
)}}},[
e
.
_v
(
"
\n
编辑
\n
"
)]),
e
.
_v
(
" "
),
e
.
$store
.
state
.
deletePermission
&&!
e
.
$store
.
state
.
readonly
?
n
(
"el-button"
,{
attrs
:{
size
:
"mini"
,
type
:
"danger"
,
plain
:
""
},
on
:{
click
:
function
(
n
){
e
.
del
(
t
.
row
)}}},[
e
.
_v
(
"
\n
删除
\n
"
)]):
e
.
_e
()]}}])})],
1
),
e
.
_v
(
" "
),
n
(
"page"
,{
attrs
:{
nowPage
:
e
.
nowPage
,
total
:
e
.
total
,
limit
:
e
.
limit
},
on
:{
pageChange
:
e
.
onPageChange
,
sizeChange
:
e
.
onSizeChange
}}),
e
.
_v
(
" "
),
n
(
"el-dialog"
,{
attrs
:{
title
:
e
.
dialog
.
title
,
center
:
""
,
"append-to-body"
:
""
,
visible
:
e
.
dialog
.
show
,
width
:
"40%"
},
on
:{
"update:visible"
:
function
(
t
){
e
.
$set
(
e
.
dialog
,
"show"
,
t
)}}},[
n
(
"el-form"
,{
ref
:
"form"
,
attrs
:{
rules
:
e
.
dialog
.
rules
,
model
:
e
.
dialog
.
form
,
"label-width"
:
"100px"
}},[
n
(
"el-form-item"
,{
attrs
:{
label
:
"角色名称"
,
prop
:
"name"
}},[
n
(
"el-input"
,{
model
:{
value
:
e
.
dialog
.
form
.
name
,
callback
:
function
(
t
){
e
.
$set
(
e
.
dialog
.
form
,
"name"
,
t
)},
expression
:
"dialog.form.name"
}})],
1
),
e
.
_v
(
" "
),
n
(
"el-form-item"
,{
attrs
:{
label
:
"菜单选项"
}},[
n
(
"div"
,{
staticClass
:
"custom-tree-container"
},[
n
(
"el-tree"
,{
ref
:
"tree"
,
attrs
:{
data
:
e
.
dialog
.
select
,
"show-checkbox"
:
""
,
"node-key"
:
"id"
,
"default-checked-keys"
:
e
.
dialog
.
chooseed
,
"default-expand-all"
:
""
,
"expand-on-click-node"
:
!
1
,
props
:{
children
:
"children"
,
label
:
"name"
,
value
:
!
1
}},
scopedSlots
:
e
.
_u
([{
key
:
"default"
,
fn
:
function
(
t
){
var
o
=
t
.
node
,
a
=
t
.
data
;
return
n
(
"span"
,{
staticClass
:
"custom-tree-node"
},[
n
(
"span"
,[
e
.
_v
(
e
.
_s
(
o
.
label
))]),
e
.
_v
(
" "
),
0
!==
a
.
pid
?
n
(
"span"
,[
"5-1"
===
a
.
cover
?
n
(
"el-checkbox"
,{
model
:{
value
:
a
.
refund
,
callback
:
function
(
t
){
e
.
$set
(
a
,
"refund"
,
t
)},
expression
:
"data.refund"
}},[
e
.
_v
(
"退款"
)]):
e
.
_e
(),
e
.
_v
(
" "
),
n
(
"el-checkbox"
,{
model
:{
value
:
a
.
readonly
,
callback
:
function
(
t
){
e
.
$set
(
a
,
"readonly"
,
t
)},
expression
:
"data.readonly"
}},[
e
.
_v
(
"只读"
)]),
e
.
_v
(
" "
),
n
(
"el-checkbox"
,{
model
:{
value
:
a
.
delete
,
callback
:
function
(
t
){
e
.
$set
(
a
,
"delete"
,
t
)},
expression
:
"data.delete"
}},[
e
.
_v
(
"删除"
)])],
1
):
e
.
_e
()])}}])})],
1
)])],
1
),
e
.
_v
(
" "
),
n
(
"span"
,{
staticClass
:
"dialog-footer"
,
attrs
:{
slot
:
"footer"
},
slot
:
"footer"
},[
n
(
"el-button"
,{
on
:{
click
:
function
(
t
){
e
.
dialog
.
show
=!
1
}}},[
e
.
_v
(
"取 消"
)]),
e
.
_v
(
" "
),
n
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
e
.
sub
}},[
e
.
_v
(
"确 定"
)])],
1
)],
1
)],
1
)},
staticRenderFns
:[]};
var
l
=
n
(
"VU/8"
)(
a
,
i
,
!
1
,
function
(
e
){
n
(
"0tTx"
)},
"data-v-bc2456fe"
,
null
);
t
.
default
=
l
.
exports
}});
\ No newline at end of file
dist/static/js/3.63075c7c52718885f9ce.js
0 → 100644
View file @
01bb1d5f
This diff is collapsed.
Click to expand it.
dist/static/js/30.073eb9d6a1b2216c5664.js
0 → 100644
View file @
01bb1d5f
webpackJsonp
([
30
],{
Dq6T
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
s
=
a
(
"CCn6"
),
l
=
{
name
:
"index"
,
data
:
function
(){
return
{
searchFrom
:{
watchTime
:[]},
dialogLoading
:
!
1
,
dialogVisible
:
!
1
,
tableData
:[],
dialog
:{
list
:[],
total
:
0
,
register
:
0
,
coursesList
:[],
course
:
0
,
time
:
""
,
name
:
""
,
codeList
:[]},
tableHead
:{}}},
methods
:{
defaultTime
:
function
(){
var
t
=
new
Date
,
e
=
t
.
getFullYear
(),
a
=
t
.
getMonth
()
+
1
;
a
<
10
&&
(
a
=
"0"
+
a
);
var
s
=
t
.
getDate
();
s
<
10
&&
(
s
=
"0"
+
s
);
var
l
=
e
+
"-"
+
a
+
"-01"
,
i
=
e
+
"-"
+
a
+
"-"
+
s
;
this
.
searchFrom
.
watchTime
=
[
l
,
i
]},
toDetail
:
function
(
t
,
e
,
a
){
var
l
=
this
;
this
.
dialogLoading
=!
0
,
this
.
dialogVisible
=!
0
;
var
i
=
{
cur_date
:
t
,
code
:
e
};
Object
(
s
.
_40
)(
i
).
then
(
function
(
s
){
l
.
dialog
.
name
=
l
.
tableHead
[
e
],
l
.
dialog
.
time
=
t
,
l
.
dialog
.
list
=
s
.
list
,
l
.
dialog
.
register
=
s
.
register
,
l
.
dialog
.
course
=
s
.
course
,
l
.
dialog
.
code
=
s
.
source
,
l
.
dialog
.
total
=
a
,
l
.
dialog
.
coursesList
=
s
.
courses
,
l
.
dialogLoading
=!
1
})},
getList
:
function
(){
var
t
=
this
,
e
=
{};
this
.
searchFrom
.
watchTime
&&
this
.
searchFrom
.
watchTime
.
length
>
0
&&
(
e
.
start_at
=
this
.
searchFrom
.
watchTime
[
0
],
e
.
end_at
=
this
.
searchFrom
.
watchTime
[
1
]),
Object
(
s
.
_46
)(
e
).
then
(
function
(
e
){
t
.
tableHead
=
e
[
0
],
t
.
tableData
=
e
.
slice
(
1
)})}},
mounted
:
function
(){
this
.
defaultTime
(),
this
.
getList
()}},
i
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"index"
},[
a
(
"el-form"
,{
ref
:
"searchFrom"
,
attrs
:{
model
:
t
.
searchFrom
,
"label-width"
:
"100px"
}},[
a
(
"el-row"
,[
a
(
"el-col"
,{
attrs
:{
span
:
12
}},[
a
(
"el-form-item"
,{
attrs
:{
label
:
"时间"
}},[
a
(
"el-date-picker"
,{
attrs
:{
type
:
"daterange"
,
"range-separator"
:
"至"
,
"start-placeholder"
:
"开始日期"
,
"value-format"
:
"yyyy-MM-dd"
,
"end-placeholder"
:
"结束日期"
},
model
:{
value
:
t
.
searchFrom
.
watchTime
,
callback
:
function
(
e
){
t
.
$set
(
t
.
searchFrom
,
"watchTime"
,
e
)},
expression
:
"searchFrom.watchTime"
}})],
1
)],
1
),
t
.
_v
(
" "
),
a
(
"el-col"
,{
attrs
:{
span
:
6
,
offset
:
6
}},[
a
(
"el-form-item"
,{
staticStyle
:{
float
:
"right"
}},[
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
},
on
:{
click
:
t
.
getList
}},[
t
.
_v
(
"搜索"
)])],
1
)],
1
)],
1
)],
1
),
t
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
t
.
tableData
,
border
:
""
}},
t
.
_l
(
t
.
tableHead
,
function
(
e
,
s
){
return
a
(
"el-table-column"
,{
key
:
e
,
attrs
:{
label
:
e
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
"cur_date"
!==
s
?
a
(
"div"
,{
staticClass
:
"link"
,
on
:{
click
:
function
(
a
){
t
.
toDetail
(
e
.
row
.
cur_date
,
s
,
e
.
row
[
s
])}}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
e
.
row
[
s
])
+
"
\n
"
)]):
t
.
_e
(),
t
.
_v
(
" "
),
"cur_date"
===
s
?
a
(
"span"
,[
t
.
_v
(
" "
+
t
.
_s
(
e
.
row
[
s
]))]):
t
.
_e
()]}}])})})),
t
.
_v
(
" "
),
a
(
"el-dialog"
,{
attrs
:{
title
:
"详情"
,
visible
:
t
.
dialogVisible
,
width
:
"1200px"
},
on
:{
"update:visible"
:
function
(
e
){
t
.
dialogVisible
=
e
}}},[
a
(
"div"
,{
directives
:[{
name
:
"loading"
,
rawName
:
"v-loading"
,
value
:
t
.
dialogLoading
,
expression
:
"dialogLoading"
}]},[
a
(
"el-row"
,{
staticClass
:
"dialog-tips"
},[
a
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
时间:
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
attrs
:{
span
:
5
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
t
.
dialog
.
time
)
+
"
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
状态:
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
attrs
:{
span
:
5
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
t
.
dialog
.
name
)
+
"
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
总数:
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
attrs
:{
span
:
5
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
t
.
dialog
.
total
)
+
"
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
注册数:
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
attrs
:{
span
:
5
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
t
.
dialog
.
register
)
+
"
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
有课人数:
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
attrs
:{
span
:
5
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
t
.
dialog
.
course
)
+
"
\n
"
)]),
t
.
_v
(
" "
),
t
.
_l
(
t
.
dialog
.
code
,
function
(
e
,
s
){
return
a
(
"div"
,{
key
:
s
},[
a
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
来源(人数):
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
attrs
:{
span
:
5
}},[
a
(
"div"
,{
attrs
:{
title
:
e
.
source_name
+
"("
+
e
.
source_num
+
")"
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
e
.
source_name
)
+
"
\n
("
+
t
.
_s
(
e
.
source_num
)
+
")
\n
"
)])])],
1
)}),
t
.
_v
(
" "
),
t
.
_l
(
t
.
dialog
.
coursesList
,
function
(
e
,
s
){
return
a
(
"div"
,{
key
:
s
},[
a
(
"el-col"
,{
staticClass
:
"text-r"
,
attrs
:{
span
:
3
}},[
t
.
_v
(
"
\n
课程(人数):
\n
"
)]),
t
.
_v
(
" "
),
a
(
"el-col"
,{
attrs
:{
span
:
5
}},[
a
(
"div"
,{
attrs
:{
title
:
e
.
courses_name
+
"("
+
e
.
courses_num
+
")"
}},[
t
.
_v
(
"
\n
"
+
t
.
_s
(
e
.
courses_name
)
+
"
\n
("
+
t
.
_s
(
e
.
courses_num
)
+
")
\n
"
)])])],
1
)})],
2
),
t
.
_v
(
" "
),
a
(
"el-table"
,{
staticStyle
:{
width
:
"100%"
},
attrs
:{
data
:
t
.
dialog
.
list
}},[
a
(
"el-table-column"
,{
attrs
:{
prop
:
"nickname"
,
label
:
"昵称"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"user_id"
,
label
:
"老系统用户ID"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"instructor"
,
label
:
"开课日期"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"title"
,
label
:
"课程名称"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
"code"
,
label
:
"来源名称"
}})],
1
)],
1
)])],
1
)},
staticRenderFns
:[]};
var
r
=
a
(
"VU/8"
)(
l
,
i
,
!
1
,
function
(
t
){
a
(
"LJ3S"
)},
"data-v-736acfad"
,
null
);
e
.
default
=
r
.
exports
},
LJ3S
:
function
(
t
,
e
){}});
\ No newline at end of file
dist/static/js/app.3e3de3099b9aa4e3506c.js
0 → 100644
View file @
01bb1d5f
This diff is collapsed.
Click to expand it.
dist/static/js/manifest.e3d4250494f73f92489d.js
0 → 100644
View file @
01bb1d5f
!
function
(
e
){
var
c
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
f
,
r
,
d
){
for
(
var
t
,
b
,
o
,
i
=
0
,
u
=
[];
i
<
f
.
length
;
i
++
)
b
=
f
[
i
],
a
[
b
]
&&
u
.
push
(
a
[
b
][
0
]),
a
[
b
]
=
0
;
for
(
t
in
r
)
Object
.
prototype
.
hasOwnProperty
.
call
(
r
,
t
)
&&
(
e
[
t
]
=
r
[
t
]);
for
(
c
&&
c
(
f
,
r
,
d
);
u
.
length
;)
u
.
shift
()();
if
(
d
)
for
(
i
=
0
;
i
<
d
.
length
;
i
++
)
o
=
n
(
n
.
s
=
d
[
i
]);
return
o
};
var
f
=
{},
a
=
{
42
:
0
};
function
n
(
c
){
if
(
f
[
c
])
return
f
[
c
].
exports
;
var
a
=
f
[
c
]
=
{
i
:
c
,
l
:
!
1
,
exports
:{}};
return
e
[
c
].
call
(
a
.
exports
,
a
,
a
.
exports
,
n
),
a
.
l
=!
0
,
a
.
exports
}
n
.
e
=
function
(
e
){
var
c
=
a
[
e
];
if
(
0
===
c
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
c
)
return
c
[
2
];
var
f
=
new
Promise
(
function
(
f
,
n
){
c
=
a
[
e
]
=
[
f
,
n
]});
c
[
2
]
=
f
;
var
r
=
document
.
getElementsByTagName
(
"head"
)[
0
],
d
=
document
.
createElement
(
"script"
);
d
.
type
=
"text/javascript"
,
d
.
charset
=
"utf-8"
,
d
.
async
=!
0
,
d
.
timeout
=
12
e4
,
n
.
nc
&&
d
.
setAttribute
(
"nonce"
,
n
.
nc
),
d
.
src
=
n
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"3332f77cb86169b027f8"
,
1
:
"cc2c77cdc7db3530f993"
,
2
:
"b0aa1ef5ea5372c3f13f"
,
3
:
"63075c7c52718885f9ce"
,
4
:
"9757b05bd4e171fe52f8"
,
5
:
"24477102a92354f07399"
,
6
:
"377ee6b64202fda06b5d"
,
7
:
"c32173d04a616c95819b"
,
8
:
"4edc58d24721a6976fe9"
,
9
:
"58ad2349ac7957ed3ed2"
,
10
:
"36eecaea74a3ed94270e"
,
11
:
"3f731e83ad1f743cfbc5"
,
12
:
"d3fb1284bf96f363c967"
,
13
:
"e3fd04661357a7b3485f"
,
14
:
"5c424d5858cb5ed6d9b4"
,
15
:
"746adb3a6b7793be5e31"
,
16
:
"fc172dbcd2ddfa8375e6"
,
17
:
"ef2a2a193fc6dbb2ab16"
,
18
:
"9c6d6f712e2e21f171ef"
,
19
:
"0763ae667157fec51ffe"
,
20
:
"52416c0196b7a3245e80"
,
21
:
"62f4e3670b27a5eed261"
,
22
:
"638966fb740ceaffc87a"
,
23
:
"dc5aac75c193184e3b66"
,
24
:
"53b601da262df0ebbee8"
,
25
:
"38676dfde9069bd70ca5"
,
26
:
"f1f9bb2b8113b042cd6b"
,
27
:
"81d25715a37dfe091e24"
,
28
:
"bfa0a1dc12cc4b209630"
,
29
:
"887236f42c8a1cbb6ddd"
,
30
:
"073eb9d6a1b2216c5664"
,
31
:
"fc6a88ff8428b15f0253"
,
32
:
"dec7cc3d302cea7f6018"
,
33
:
"9fc74238b277ab51399d"
,
34
:
"bada0ef41777675b59cd"
,
35
:
"76d42d6181258e43f2bd"
,
36
:
"1eff5ff47d1b03428558"
,
37
:
"ff259c446f8b5c5eb696"
,
38
:
"2eaec08b93a605bc0cc1"
,
39
:
"8324d6edf40b8d680f37"
}[
e
]
+
".js"
;
var
t
=
setTimeout
(
b
,
12
e4
);
function
b
(){
d
.
onerror
=
d
.
onload
=
null
,
clearTimeout
(
t
);
var
c
=
a
[
e
];
0
!==
c
&&
(
c
&&
c
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
a
[
e
]
=
void
0
)}
return
d
.
onerror
=
d
.
onload
=
b
,
r
.
appendChild
(
d
),
f
},
n
.
m
=
e
,
n
.
c
=
f
,
n
.
d
=
function
(
e
,
c
,
f
){
n
.
o
(
e
,
c
)
||
Object
.
defineProperty
(
e
,
c
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
f
})},
n
.
n
=
function
(
e
){
var
c
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
n
.
d
(
c
,
"a"
,
c
),
c
},
n
.
o
=
function
(
e
,
c
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
c
)},
n
.
p
=
"/"
,
n
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
src/components/watchCount/index.vue
View file @
01bb1d5f
...
...
@@ -40,10 +40,9 @@
</el-table>
<el-dialog
title=
"详情"
:visible
.
sync=
"dialogVisible"
width=
"
9
00px"
>
width=
"
12
00px"
>
<div
v-loading=
"dialogLoading"
>
<el-row
class=
"dialog-tips"
>
<el-col
:span=
"3"
class=
"text-r"
>
时间:
</el-col>
...
...
@@ -76,20 +75,25 @@
</el-col>
<div
v-for=
"(data,index) in dialog.code"
:key=
"index"
>
<el-col
:span=
"3"
class=
"text-r"
>
来源(人):
来源(人
数
):
</el-col>
<el-col
:span=
"5"
class=
""
>
<el-col
:span=
"5"
class=
""
>
<div
:title=
"`${data.source_name}(${data.source_num})`"
>
{{data.source_name}}
({{data.source_num}})
</div>
</el-col>
</div>
<div
v-for=
"(data,index) in dialog.coursesList"
:key=
"index"
>
<el-col
:span=
"3"
class=
"text-r"
>
课程(人):
课程(人
数
):
</el-col>
<el-col
:span=
"5"
class=
""
>
<div
:title=
"`${data.courses_name}(${data.courses_num})`"
>
{{data.courses_name}}
({{data.courses_num}})
</div>
</el-col>
</div>
</el-row>
...
...
@@ -214,6 +218,12 @@
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
padding: 10px;
min-height: 40px;
div{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.link{
...
...
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