Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
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
office
haoban-3
Commits
74450a4a
Commit
74450a4a
authored
Jul 08, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改接口
parent
433474c9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
index.html
dist/index.html
+2
-2
24.1053e8d27a11e83656c6.js
dist/static/js/24.1053e8d27a11e83656c6.js
+2
-0
24.55fc3b9d81204f7c3d29.js
dist/static/js/24.55fc3b9d81204f7c3d29.js
+0
-2
manifest.8b32b23fff5b7177ab81.js
dist/static/js/manifest.8b32b23fff5b7177ab81.js
+2
-2
area-chart.vue
src/components/login-data/area-chart.vue
+2
-2
No files found.
dist/index.html
View file @
74450a4a
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
好办管理平台
</title><link
rel=
stylesheet
type=
text/css
href=
//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.28.css
><link
href=
./static/css/app.d71599f67354f3cc50e307b339268357.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
class=
damolish
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.c64a52633798f4540e23.js
></script><script
type=
text/javascript
src=
./static/js/vendor.a8492ff9b5740480be69.js
></script><script
type=
text/javascript
src=
./static/js/app.4e8df8ca132d6f5daa82.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
好办管理平台
</title><link
rel=
stylesheet
type=
text/css
href=
//web-1251519181.file.myqcloud.com/custom-element/custom-element.1.0.28.css
><link
href=
./static/css/app.d71599f67354f3cc50e307b339268357.css
rel=
stylesheet
></head><body
style=
"min-width: 1400px;"
class=
damolish
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/footer.2.0.04.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.8b32b23fff5b7177ab81.js
></script><script
type=
text/javascript
src=
./static/js/vendor.a8492ff9b5740480be69.js
></script><script
type=
text/javascript
src=
./static/js/app.4e8df8ca132d6f5daa82.js
></script></body></html>
\ No newline at end of file
dist/static/js/24.1053e8d27a11e83656c6.js
0 → 100644
View file @
74450a4a
webpackJsonp
([
24
],{
O1LE
:
function
(
t
,
e
){},
"TLd+"
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
n
=
a
(
"3Xzz"
),
o
=
a
(
"5i7M"
),
r
=
{
data
:
function
(){
return
{
chart
:
null
}},
props
:{
charData
:{
type
:
Array
,
default
:
function
(){
return
[]}},
id
:
String
,
width
:{
type
:
Number
,
default
:
null
}},
mounted
:
function
(){
var
t
=
this
;
setTimeout
(
function
(){
t
.
drawChart
()},
30
)},
beforeUpdate
:
function
(){
this
.
drawChart
()},
watch
:{
charData
:
function
(){
this
.
drawChart
()}},
methods
:{
drawChart
:
function
(){
this
.
chart
&&
this
.
chart
.
destroy
(),
this
.
chart
=
new
o
.
a
({
container
:
this
.
id
,
width
:
this
.
width
,
autoFit
:
!
0
,
height
:
420
}),
this
.
chart
.
source
(
this
.
charData
),
this
.
chart
.
scale
({
loginRate
:{
min
:
0
,
nice
:
!
0
,
alias
:
"登录率"
},
date
:{}}),
this
.
chart
.
tooltip
({
crosshairs
:{
type
:
"line"
},
itemTpl
:
'<li style="padding-bottom:10px;">登录率: {loginRate}%</li>'
}),
this
.
chart
.
axis
(
"loginRate"
,{
label
:{
formatter
:
function
(
t
){
return
t
+
"%"
}}}),
this
.
chart
.
line
().
position
(
"date*loginRate"
),
this
.
chart
.
render
()}}},
i
=
{
render
:
function
(){
var
t
=
this
.
$createElement
;
return
(
this
.
_self
.
_c
||
t
)(
"div"
,{
attrs
:{
id
:
this
.
id
}})},
staticRenderFns
:[]};
var
s
=
a
(
"VU/8"
)(
r
,
i
,
!
1
,
function
(
t
){
a
(
"hR+6"
)},
"data-v-f0fb80f4"
,
null
).
exports
,
l
=
a
(
"ApSX"
),
c
=
a
(
"P9l9"
),
d
=
a
(
"Ch4/"
),
u
=
a
(
"Q0Ca"
),
h
=
a
(
"3E4D"
),
p
=
{
name
:
"activeDetail"
,
data
:
function
(){
return
{
navpath
:[{
name
:
"好办使用详情"
,
path
:
"/enterpriseUseData?brandId="
+
this
.
$route
.
query
.
brandId
},{
name
:
"区域登录明细"
,
path
:
""
}],
selectStartDay
:
""
,
selectEndDay
:
""
,
selectTableDay
:
""
,
pickerOptions
:{
disabledDate
:
function
(
t
){
var
e
=
Date
.
now
()
-
6912
e5
;
return
t
.
getTime
()
>=
Date
.
now
()
-
864
e5
||
t
.
getTime
()
<
e
}},
groupIds
:[],
currentPage
:
1
,
pageSize
:
20
,
total
:
0
,
tableData
:[],
multipleSelection
:[],
addShow
:
!
1
,
loadingBtn
:
!
1
,
selectRadio
:
0
,
charData
:[]}},
computed
:{},
methods
:{
changeTableDate
:
function
(){
this
.
getTableList
()},
checkGroupIds
:
function
(
t
){
this
.
groupIds
=
t
,
this
.
getTableList
()},
toRedirect
:
function
(
t
){
this
.
$router
.
push
(
"/loginDetail?storeId="
+
t
.
xValue
)},
handleCommand
:
function
(
t
){
this
.
selectRadio
=
t
},
handleSelectionChange
:
function
(
t
){
this
.
multipleSelection
=
t
},
exportExcel
:
function
(){
if
(
!
this
.
multipleSelection
.
length
)
return
h
.
a
.
showmsg
(
"请选择人员"
,
"warning"
),
!
1
;
this
.
loadingBtn
=!
0
,
this
.
postExcelData
()},
postExcelData
:
function
(){
var
t
=
this
,
e
=
{
enterpriseId
:
t
.
$route
.
query
.
brandId
,
startDate
:
t
.
selectTableDay
,
endDate
:
t
.
selectTableDay
,
groupIdList
:
t
.
groupIds
.
map
(
function
(
t
){
return
t
.
storeGroupId
}).
join
(
","
),
selectType
:
t
.
selectRadio
,
taskIds
:
1
==
t
.
selectRadio
?
""
:
t
.
multipleSelection
.
map
(
function
(
t
){
return
t
.
taskId
}).
join
(
","
)};
Object
(
c
.
b
)(
"/haoban-manage3-web/web/export-area-ranking-list"
,
e
).
then
(
function
(
e
){
if
(
t
.
loadingBtn
=!
1
,
!
e
.
data
)
return
d
.
a
.
errorMsg
(
"暂无数据"
),
!
1
;
var
a
=
new
Blob
([
e
.
data
],{
type
:
"application/vnd.ms-excel"
}),
n
=
document
.
createElement
(
"a"
);
n
.
download
=
"门店任务导购报表.csv"
,
n
.
style
.
display
=
"none"
,
n
.
href
=
URL
.
createObjectURL
(
a
),
document
.
body
.
appendChild
(
n
),
n
.
click
(),
URL
.
revokeObjectURL
(
n
.
href
),
document
.
body
.
removeChild
(
n
)}).
catch
(
function
(
e
){
t
.
loadingBtn
=!
1
,
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
changeRoute
:
function
(
t
){
this
.
$router
.
push
(
t
)},
handleSizeChange
:
function
(
t
){
this
.
currentPage
=
1
,
this
.
pageSize
=
t
,
this
.
getTableList
()},
handleCurrentChange
:
function
(
t
){
this
.
currentPage
=
t
,
this
.
getTableList
()},
getTendData
:
function
(
t
){
var
e
=
this
,
a
=
{
enterpriseId
:
e
.
$route
.
query
.
brandId
,
startDate
:
e
.
selectStartDay
,
endDate
:
e
.
selectEndDay
};
Object
(
c
.
a
)(
"/haoban-manage3-web/web/area-ranking-date"
,
a
).
then
(
function
(
t
){
var
a
=
t
.
data
;
if
(
1
==
a
.
errorCode
)
return
a
.
result
.
result
&&
a
.
result
.
result
.
forEach
(
function
(
t
){
t
.
date
=
t
.
bizDates
+
"("
+
t
.
weeks
+
")"
,
t
.
loginRate
=
1
e3
*
t
.
loginRate
/
10
}),
e
.
charData
=
a
.
result
.
result
||
[],
!
1
;
d
.
a
.
errorMsg
(
a
)}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
getTableList
:
function
(
t
){
var
e
=
this
,
a
=
{
enterpriseId
:
e
.
$route
.
query
.
brandId
,
startDate
:
e
.
selectTableDay
,
endDate
:
e
.
selectTableDay
,
groupIdList
:
e
.
groupIds
.
map
(
function
(
t
){
return
t
.
storeGroupId
}).
join
(
","
),
pageSize
:
e
.
pageSize
,
currentPage
:
e
.
currentPage
};
Object
(
c
.
d
)(
"/haoban-manage3-web/web/area-ranking-list"
,
a
).
then
(
function
(
t
){
var
a
=
t
.
data
;
if
(
1
==
a
.
errorCode
)
return
e
.
tableData
=
a
.
result
||
[],
!
1
;
d
.
a
.
errorMsg
(
a
)}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})}},
watch
:{
activeBrand
:
function
(
t
,
e
){
this
.
activeBrand
=
t
},
activeGroup
:
function
(
t
,
e
){
this
.
activeGroup
=
t
}},
mounted
:
function
(){
var
t
=
this
;
t
.
selectStartDay
=
u
.
a
.
timeStampToYmd
((
new
Date
).
getTime
()
-
6048
e5
),
t
.
selectEndDay
=
u
.
a
.
timeStampToYmd
((
new
Date
).
getTime
()
-
864
e5
),
t
.
selectTableDay
=
u
.
a
.
timeStampToYmd
((
new
Date
).
getTime
()
-
864
e5
),
t
.
$nextTick
(
function
(){
t
.
getTableList
(),
t
.
getTendData
()}),
document
.
documentElement
.
style
.
backgroundColor
=
"#f0f2f5"
},
destroyed
:
function
(){
document
.
documentElement
.
style
.
backgroundColor
=
"#fff"
},
components
:{
navCrumb
:
n
.
a
,
areaChart
:
s
,
gicSelectGroupMult
:
l
.
a
}},
f
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"my-customer-wrap common-set-wrap"
},[
a
(
"nav-crumb"
,{
attrs
:{
navpath
:
t
.
navpath
}}),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"right-content"
},[
a
(
"div"
,{
staticClass
:
"right-box"
,
staticStyle
:{
"min-height"
:
"calc(100vh - 104px)"
}},[
a
(
"div"
,{
staticClass
:
"apps-content flex"
,
staticStyle
:{
"min-height"
:
"calc(100vh - 104px)"
}},[
a
(
"div"
,{
staticClass
:
"apps-content-right"
},[
t
.
_m
(
0
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"chart-body m-t-20"
},[
a
(
"area-chart"
,{
attrs
:{
charData
:
t
.
charData
,
id
:
"area-chart"
}})],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table-search m-t-20"
},[
a
(
"div"
,{
staticClass
:
"flex flex-space-between"
},[
a
(
"div"
,[
a
(
"el-date-picker"
,{
attrs
:{
"value-format"
:
"yyyy-MM-dd"
,
type
:
"date"
,
placeholder
:
"选择日期"
,
clearable
:
!
1
,
"picker-options"
:
t
.
pickerOptions
},
on
:{
change
:
t
.
changeTableDate
},
model
:{
value
:
t
.
selectTableDay
,
callback
:
function
(
e
){
t
.
selectTableDay
=
e
},
expression
:
"selectTableDay"
}}),
a
(
"gic-select-group-mult"
,{
staticClass
:
"m-l-10"
,
attrs
:{
selectData
:
t
.
groupIds
},
on
:{
checkGroupIds
:
t
.
checkGroupIds
}}),
a
(
"span"
,{
staticClass
:
"font-14 color-606266 p-l-10"
},[
t
.
_v
(
"筛选条件下,当日所有区域登录人数总计为 "
+
t
.
_s
(
t
.
total
)
+
" 人,名单如下:"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
loading
:
t
.
loadingBtn
},
on
:{
click
:
t
.
exportExcel
}},[
a
(
"i"
,{
staticClass
:
"iconfont icon-icon_yunxiazai p-r-6"
}),
t
.
_v
(
"导出"
)])],
1
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"m-t-20"
},[
a
(
"el-table"
,{
ref
:
"multipleTable"
,
staticClass
:
"select-table"
,
style
:{
width
:
"100%"
},
attrs
:{
data
:
t
.
tableData
,
"tooltip-effect"
:
"dark"
},
on
:{
"selection-change"
:
t
.
handleSelectionChange
}},[
a
(
"el-table-column"
,{
attrs
:{
type
:
"selection"
,
width
:
"45"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
width
:
"25"
},
scopedSlots
:
t
.
_u
([{
key
:
"header"
,
fn
:
function
(
e
){
return
[
a
(
"el-dropdown"
,{
staticStyle
:{
"line-height"
:
"10px"
,
padding
:
"0"
,
"margin-left"
:
"-15px"
,
transform
:
"translateY(4px)"
,
"-webkit-transform"
:
"translateY(4px)"
},
attrs
:{
placement
:
"bottom-start"
},
on
:{
command
:
t
.
handleCommand
}},[
a
(
"span"
,{
staticClass
:
"el-dropdown-link"
},[
a
(
"i"
,{
staticClass
:
"iconfont icongengduo"
})]),
t
.
_v
(
" "
),
a
(
"el-dropdown-menu"
,{
attrs
:{
slot
:
"dropdown"
},
slot
:
"dropdown"
},[
a
(
"el-dropdown-item"
,{
attrs
:{
command
:
"0"
}},[
a
(
"span"
,{
style
:{
color
:
0
==
t
.
selectRadio
?
"#2f54eb"
:
"#606266"
}},[
t
.
_v
(
"选择当页"
)])]),
t
.
_v
(
" "
),
a
(
"el-dropdown-item"
,{
attrs
:{
command
:
"1"
}},[
a
(
"span"
,{
style
:{
color
:
1
==
t
.
selectRadio
?
"#2f54eb"
:
"#606266"
}},[
t
.
_v
(
"选择全部"
)])])],
1
)],
1
)]}},{
key
:
"default"
,
fn
:
function
(
t
){}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"门店名称"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
t
.
_v
(
"
\
n "
+
t
.
_s
(
e
.
row
.
xName
||
"--"
)
+
"
\
n "
)]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"门店code"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
t
.
_v
(
t
.
_s
(
e
.
row
.
storeCode
||
"--"
))]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"门店区域"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
t
.
_v
(
t
.
_s
(
e
.
row
.
storeGroupName
||
"--"
))]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"登录率"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
t
.
_v
(
t
.
_s
(
e
.
row
.
loginRate
||
"--"
))]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"登录人数"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
t
.
_v
(
t
.
_s
(
e
.
row
.
loginClerkCnt
||
"--"
))]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"操作"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
a
(
"el-button"
,{
attrs
:{
type
:
"text"
},
on
:{
click
:
function
(
a
){
t
.
toRedirect
(
e
.
row
)}}},[
t
.
_v
(
"查看人员名单"
)])]}}])})],
1
),
t
.
_v
(
" "
),
0
!=
t
.
tableData
.
length
?
a
(
"div"
,{
staticClass
:
"block common-wrap__page text-right m-t-24"
},[
a
(
"dm-pagination"
,{
attrs
:{
background
:
""
,
"current-page"
:
t
.
currentPage
,
"page-sizes"
:[
20
,
40
,
60
,
80
],
"page-size"
:
t
.
pageSize
,
layout
:
"total, sizes, prev, pager, next, jumper"
,
total
:
t
.
total
},
on
:{
"size-change"
:
t
.
handleSizeChange
,
"current-change"
:
t
.
handleCurrentChange
}})],
1
):
t
.
_e
()],
1
)])])])])],
1
)},
staticRenderFns
:[
function
(){
var
t
=
this
.
$createElement
,
e
=
this
.
_self
.
_c
||
t
;
return
e
(
"div"
,{
staticClass
:
"flex flex-space-between"
},[
e
(
"div"
,{
staticClass
:
"font-16 color-303133"
},[
this
.
_v
(
"近七天所有区域平均登录率趋势"
)]),
this
.
_v
(
" "
),
e
(
"div"
,{
staticClass
:
"el-alert el-alert-tip el-alert--info flex flex-align-start w-426"
,
attrs
:{
role
:
"alert"
}},[
e
(
"i"
,{
staticClass
:
"el-alert__icon el-icon-info font-12 color-2f54eb"
}),
this
.
_v
(
" "
),
e
(
"div"
,{
staticClass
:
"el-alert__content"
},[
e
(
"span"
,{
staticClass
:
"el-alert__title color-606266 font-14"
},[
this
.
_v
(
"数据更新截至于昨日。今日数据需要隔天上午8点后进行查看。"
)])])])])}]};
var
m
=
a
(
"VU/8"
)(
p
,
f
,
!
1
,
function
(
t
){
a
(
"O1LE"
)},
"data-v-72247e48"
,
null
);
e
.
default
=
m
.
exports
},
"hR+6"
:
function
(
t
,
e
){}});
\ No newline at end of file
dist/static/js/24.55fc3b9d81204f7c3d29.js
deleted
100644 → 0
View file @
433474c9
webpackJsonp
([
24
],{
A6pO
:
function
(
t
,
e
){},
O1LE
:
function
(
t
,
e
){},
"TLd+"
:
function
(
t
,
e
,
a
){
"use strict"
;
Object
.
defineProperty
(
e
,
"__esModule"
,{
value
:
!
0
});
var
n
=
a
(
"3Xzz"
),
o
=
a
(
"5i7M"
),
r
=
{
data
:
function
(){
return
{
chart
:
null
}},
props
:{
charData
:{
type
:
Array
,
default
:
function
(){
return
[]}},
id
:
String
,
width
:{
type
:
Number
,
default
:
null
}},
mounted
:
function
(){
var
t
=
this
;
setTimeout
(
function
(){
t
.
drawChart
()},
30
)},
beforeUpdate
:
function
(){
this
.
drawChart
()},
watch
:{
charData
:
function
(){
this
.
drawChart
()}},
methods
:{
drawChart
:
function
(){
this
.
chart
&&
this
.
chart
.
destroy
(),
this
.
chart
=
new
o
.
a
({
container
:
this
.
id
,
width
:
this
.
width
,
autoFit
:
!
0
,
height
:
420
}),
this
.
chart
.
source
(
this
.
charData
),
this
.
chart
.
scale
({
loginRate
:{
min
:
0
,
nice
:
!
0
,
alias
:
"登录率"
},
date
:{}}),
this
.
chart
.
tooltip
({
crosshairs
:{
type
:
"line"
},
itemTpl
:
"<li>登录率: {loginRate}%</li>"
}),
this
.
chart
.
axis
(
"loginRate"
,{
label
:{
formatter
:
function
(
t
){
return
t
+
"%"
}}}),
this
.
chart
.
line
().
position
(
"date*loginRate"
),
this
.
chart
.
render
()}}},
i
=
{
render
:
function
(){
var
t
=
this
.
$createElement
;
return
(
this
.
_self
.
_c
||
t
)(
"div"
,{
attrs
:{
id
:
this
.
id
}})},
staticRenderFns
:[]};
var
s
=
a
(
"VU/8"
)(
r
,
i
,
!
1
,
function
(
t
){
a
(
"A6pO"
)},
"data-v-ac9db862"
,
null
).
exports
,
l
=
a
(
"ApSX"
),
c
=
a
(
"P9l9"
),
d
=
a
(
"Ch4/"
),
u
=
a
(
"Q0Ca"
),
h
=
a
(
"3E4D"
),
p
=
{
name
:
"activeDetail"
,
data
:
function
(){
return
{
navpath
:[{
name
:
"好办使用详情"
,
path
:
"/enterpriseUseData?brandId="
+
this
.
$route
.
query
.
brandId
},{
name
:
"区域登录明细"
,
path
:
""
}],
selectStartDay
:
""
,
selectEndDay
:
""
,
selectTableDay
:
""
,
pickerOptions
:{
disabledDate
:
function
(
t
){
var
e
=
Date
.
now
()
-
6912
e5
;
return
t
.
getTime
()
>=
Date
.
now
()
-
864
e5
||
t
.
getTime
()
<
e
}},
groupIds
:[],
currentPage
:
1
,
pageSize
:
20
,
total
:
0
,
tableData
:[],
multipleSelection
:[],
addShow
:
!
1
,
loadingBtn
:
!
1
,
selectRadio
:
0
,
charData
:[]}},
computed
:{},
methods
:{
changeTableDate
:
function
(){
this
.
getTableList
()},
checkGroupIds
:
function
(
t
){
this
.
groupIds
=
t
,
this
.
getTableList
()},
toRedirect
:
function
(
t
){
this
.
$router
.
push
(
"/loginDetail?storeId="
+
t
.
xValue
)},
handleCommand
:
function
(
t
){
this
.
selectRadio
=
t
},
handleSelectionChange
:
function
(
t
){
this
.
multipleSelection
=
t
},
exportExcel
:
function
(){
if
(
!
this
.
multipleSelection
.
length
)
return
h
.
a
.
showmsg
(
"请选择人员"
,
"warning"
),
!
1
;
this
.
loadingBtn
=!
0
,
this
.
postExcelData
()},
postExcelData
:
function
(){
var
t
=
this
,
e
=
{
enterpriseId
:
t
.
$route
.
query
.
brandId
,
startDate
:
t
.
selectTableDay
,
endDate
:
t
.
selectTableDay
,
groupIdList
:
t
.
groupIds
.
map
(
function
(
t
){
return
t
.
storeGroupId
}).
join
(
","
),
selectType
:
t
.
selectRadio
,
taskIds
:
1
==
t
.
selectRadio
?
""
:
t
.
multipleSelection
.
map
(
function
(
t
){
return
t
.
taskId
}).
join
(
","
)};
Object
(
c
.
b
)(
"/haoban-manage3-web/web/export-area-ranking-list"
,
e
).
then
(
function
(
e
){
if
(
t
.
loadingBtn
=!
1
,
!
e
.
data
)
return
d
.
a
.
errorMsg
(
"暂无数据"
),
!
1
;
var
a
=
new
Blob
([
e
.
data
],{
type
:
"application/vnd.ms-excel"
}),
n
=
document
.
createElement
(
"a"
);
n
.
download
=
"门店任务导购报表.csv"
,
n
.
style
.
display
=
"none"
,
n
.
href
=
URL
.
createObjectURL
(
a
),
document
.
body
.
appendChild
(
n
),
n
.
click
(),
URL
.
revokeObjectURL
(
n
.
href
),
document
.
body
.
removeChild
(
n
)}).
catch
(
function
(
e
){
t
.
loadingBtn
=!
1
,
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})},
changeRoute
:
function
(
t
){
this
.
$router
.
push
(
t
)},
handleSizeChange
:
function
(
t
){
this
.
currentPage
=
1
,
this
.
pageSize
=
t
,
this
.
getTableList
()},
handleCurrentChange
:
function
(
t
){
this
.
currentPage
=
t
,
this
.
getTableList
()},
getTendData
:
function
(
t
){
var
e
=
this
,
a
=
{
enterpriseId
:
e
.
$route
.
query
.
brandId
,
startDate
:
e
.
selectStartDay
,
endDate
:
e
.
selectEndDay
};
Object
(
c
.
a
)(
"/haoban-manage3-web/web/area-ranking-date"
,
a
).
then
(
function
(
t
){
var
a
=
t
.
data
;
if
(
1
==
a
.
errorCode
)
return
a
.
result
.
result
&&
a
.
result
.
result
.
forEach
(
function
(
t
){
t
.
date
=
t
.
bizDates
+
"("
+
t
.
weeks
+
")"
,
t
.
loginRate
=
1
e3
*
t
.
loginRate
/
10
}),
e
.
charData
=
a
.
result
.
result
||
[],
!
1
;
d
.
a
.
errorMsg
(
a
)}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})},
getTableList
:
function
(
t
){
var
e
=
this
,
a
=
{
enterpriseId
:
e
.
$route
.
query
.
brandId
,
startDate
:
e
.
selectTableDay
,
endDate
:
e
.
selectTableDay
,
groupIdList
:
e
.
groupIds
.
map
(
function
(
t
){
return
t
.
storeGroupId
}).
join
(
","
),
pageSize
:
e
.
pageSize
,
currentPage
:
e
.
currentPage
};
Object
(
c
.
d
)(
"/haoban-manage3-web/web/area-ranking-list"
,
a
).
then
(
function
(
t
){
var
a
=
t
.
data
;
if
(
1
==
a
.
errorCode
)
return
e
.
tableData
=
a
.
result
||
[],
!
1
;
d
.
a
.
errorMsg
(
a
)}).
catch
(
function
(
t
){
e
.
$message
.
error
({
duration
:
1
e3
,
message
:
t
.
message
})})}},
watch
:{
activeBrand
:
function
(
t
,
e
){
this
.
activeBrand
=
t
},
activeGroup
:
function
(
t
,
e
){
this
.
activeGroup
=
t
}},
mounted
:
function
(){
var
t
=
this
;
t
.
selectStartDay
=
u
.
a
.
timeStampToYmd
((
new
Date
).
getTime
()
-
6048
e5
),
t
.
selectEndDay
=
u
.
a
.
timeStampToYmd
((
new
Date
).
getTime
()
-
864
e5
),
t
.
selectTableDay
=
u
.
a
.
timeStampToYmd
((
new
Date
).
getTime
()
-
864
e5
),
t
.
$nextTick
(
function
(){
t
.
getTableList
(),
t
.
getTendData
()}),
document
.
documentElement
.
style
.
backgroundColor
=
"#f0f2f5"
},
destroyed
:
function
(){
document
.
documentElement
.
style
.
backgroundColor
=
"#fff"
},
components
:{
navCrumb
:
n
.
a
,
areaChart
:
s
,
gicSelectGroupMult
:
l
.
a
}},
f
=
{
render
:
function
(){
var
t
=
this
,
e
=
t
.
$createElement
,
a
=
t
.
_self
.
_c
||
e
;
return
a
(
"div"
,{
staticClass
:
"my-customer-wrap common-set-wrap"
},[
a
(
"nav-crumb"
,{
attrs
:{
navpath
:
t
.
navpath
}}),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"right-content"
},[
a
(
"div"
,{
staticClass
:
"right-box"
,
staticStyle
:{
"min-height"
:
"calc(100vh - 104px)"
}},[
a
(
"div"
,{
staticClass
:
"apps-content flex"
,
staticStyle
:{
"min-height"
:
"calc(100vh - 104px)"
}},[
a
(
"div"
,{
staticClass
:
"apps-content-right"
},[
t
.
_m
(
0
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"chart-body m-t-20"
},[
a
(
"area-chart"
,{
attrs
:{
charData
:
t
.
charData
,
id
:
"area-chart"
}})],
1
),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"table-search m-t-20"
},[
a
(
"div"
,{
staticClass
:
"flex flex-space-between"
},[
a
(
"div"
,[
a
(
"el-date-picker"
,{
attrs
:{
"value-format"
:
"yyyy-MM-dd"
,
type
:
"date"
,
placeholder
:
"选择日期"
,
clearable
:
!
1
,
"picker-options"
:
t
.
pickerOptions
},
on
:{
change
:
t
.
changeTableDate
},
model
:{
value
:
t
.
selectTableDay
,
callback
:
function
(
e
){
t
.
selectTableDay
=
e
},
expression
:
"selectTableDay"
}}),
a
(
"gic-select-group-mult"
,{
staticClass
:
"m-l-10"
,
attrs
:{
selectData
:
t
.
groupIds
},
on
:{
checkGroupIds
:
t
.
checkGroupIds
}}),
a
(
"span"
,{
staticClass
:
"font-14 color-606266 p-l-10"
},[
t
.
_v
(
"筛选条件下,当日所有区域登录人数总计为 "
+
t
.
_s
(
t
.
total
)
+
" 人,名单如下:"
)])],
1
),
t
.
_v
(
" "
),
a
(
"el-button"
,{
attrs
:{
type
:
"primary"
,
loading
:
t
.
loadingBtn
},
on
:{
click
:
t
.
exportExcel
}},[
a
(
"i"
,{
staticClass
:
"iconfont icon-icon_yunxiazai p-r-6"
}),
t
.
_v
(
"导出"
)])],
1
)]),
t
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"m-t-20"
},[
a
(
"el-table"
,{
ref
:
"multipleTable"
,
staticClass
:
"select-table"
,
style
:{
width
:
"100%"
},
attrs
:{
data
:
t
.
tableData
,
"tooltip-effect"
:
"dark"
},
on
:{
"selection-change"
:
t
.
handleSelectionChange
}},[
a
(
"el-table-column"
,{
attrs
:{
type
:
"selection"
,
width
:
"45"
}}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
width
:
"25"
},
scopedSlots
:
t
.
_u
([{
key
:
"header"
,
fn
:
function
(
e
){
return
[
a
(
"el-dropdown"
,{
staticStyle
:{
"line-height"
:
"10px"
,
padding
:
"0"
,
"margin-left"
:
"-15px"
,
transform
:
"translateY(4px)"
,
"-webkit-transform"
:
"translateY(4px)"
},
attrs
:{
placement
:
"bottom-start"
},
on
:{
command
:
t
.
handleCommand
}},[
a
(
"span"
,{
staticClass
:
"el-dropdown-link"
},[
a
(
"i"
,{
staticClass
:
"iconfont icongengduo"
})]),
t
.
_v
(
" "
),
a
(
"el-dropdown-menu"
,{
attrs
:{
slot
:
"dropdown"
},
slot
:
"dropdown"
},[
a
(
"el-dropdown-item"
,{
attrs
:{
command
:
"0"
}},[
a
(
"span"
,{
style
:{
color
:
0
==
t
.
selectRadio
?
"#2f54eb"
:
"#606266"
}},[
t
.
_v
(
"选择当页"
)])]),
t
.
_v
(
" "
),
a
(
"el-dropdown-item"
,{
attrs
:{
command
:
"1"
}},[
a
(
"span"
,{
style
:{
color
:
1
==
t
.
selectRadio
?
"#2f54eb"
:
"#606266"
}},[
t
.
_v
(
"选择全部"
)])])],
1
)],
1
)]}},{
key
:
"default"
,
fn
:
function
(
t
){}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"门店名称"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
t
.
_v
(
"
\
n "
+
t
.
_s
(
e
.
row
.
xName
||
"--"
)
+
"
\
n "
)]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"门店code"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
t
.
_v
(
t
.
_s
(
e
.
row
.
storeCode
||
"--"
))]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"门店区域"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
t
.
_v
(
t
.
_s
(
e
.
row
.
storeGroupName
||
"--"
))]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"登录率"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
t
.
_v
(
t
.
_s
(
e
.
row
.
loginRate
||
"--"
))]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"登录人数"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
t
.
_v
(
t
.
_s
(
e
.
row
.
loginClerkCnt
||
"--"
))]}}])}),
t
.
_v
(
" "
),
a
(
"el-table-column"
,{
attrs
:{
prop
:
""
,
label
:
"操作"
,
"show-overflow-tooltip"
:
""
},
scopedSlots
:
t
.
_u
([{
key
:
"default"
,
fn
:
function
(
e
){
return
[
a
(
"el-button"
,{
attrs
:{
type
:
"text"
},
on
:{
click
:
function
(
a
){
t
.
toRedirect
(
e
.
row
)}}},[
t
.
_v
(
"查看人员名单"
)])]}}])})],
1
),
t
.
_v
(
" "
),
0
!=
t
.
tableData
.
length
?
a
(
"div"
,{
staticClass
:
"block common-wrap__page text-right m-t-24"
},[
a
(
"dm-pagination"
,{
attrs
:{
background
:
""
,
"current-page"
:
t
.
currentPage
,
"page-sizes"
:[
20
,
40
,
60
,
80
],
"page-size"
:
t
.
pageSize
,
layout
:
"total, sizes, prev, pager, next, jumper"
,
total
:
t
.
total
},
on
:{
"size-change"
:
t
.
handleSizeChange
,
"current-change"
:
t
.
handleCurrentChange
}})],
1
):
t
.
_e
()],
1
)])])])])],
1
)},
staticRenderFns
:[
function
(){
var
t
=
this
.
$createElement
,
e
=
this
.
_self
.
_c
||
t
;
return
e
(
"div"
,{
staticClass
:
"flex flex-space-between"
},[
e
(
"div"
,{
staticClass
:
"font-16 color-303133"
},[
this
.
_v
(
"近七天所有区域平均登录率趋势"
)]),
this
.
_v
(
" "
),
e
(
"div"
,{
staticClass
:
"el-alert el-alert-tip el-alert--info flex flex-align-start w-426"
,
attrs
:{
role
:
"alert"
}},[
e
(
"i"
,{
staticClass
:
"el-alert__icon el-icon-info font-12 color-2f54eb"
}),
this
.
_v
(
" "
),
e
(
"div"
,{
staticClass
:
"el-alert__content"
},[
e
(
"span"
,{
staticClass
:
"el-alert__title color-606266 font-14"
},[
this
.
_v
(
"数据更新截至于昨日。今日数据需要隔天上午8点后进行查看。"
)])])])])}]};
var
m
=
a
(
"VU/8"
)(
p
,
f
,
!
1
,
function
(
t
){
a
(
"O1LE"
)},
"data-v-72247e48"
,
null
);
e
.
default
=
m
.
exports
}});
\ No newline at end of file
dist/static/js/manifest.
c64a52633798f4540e23
.js
→
dist/static/js/manifest.
8b32b23fff5b7177ab81
.js
View file @
74450a4a
!
function
(
e
){
var
a
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
c
,
b
,
n
){
for
(
var
r
,
t
,
o
,
i
=
0
,
u
=
[];
i
<
c
.
length
;
i
++
)
t
=
c
[
i
],
f
[
t
]
&&
u
.
push
(
f
[
t
][
0
]),
f
[
t
]
=
0
;
for
(
r
in
b
)
Object
.
prototype
.
hasOwnProperty
.
call
(
b
,
r
)
&&
(
e
[
r
]
=
b
[
r
]);
for
(
a
&&
a
(
c
,
b
,
n
);
u
.
length
;)
u
.
shift
()();
if
(
n
)
for
(
i
=
0
;
i
<
n
.
length
;
i
++
)
o
=
d
(
d
.
s
=
n
[
i
]);
return
o
};
var
c
=
{},
f
=
{
87
:
0
};
function
d
(
a
){
if
(
c
[
a
])
return
c
[
a
].
exports
;
var
f
=
c
[
a
]
=
{
i
:
a
,
l
:
!
1
,
exports
:{}};
return
e
[
a
].
call
(
f
.
exports
,
f
,
f
.
exports
,
d
),
f
.
l
=!
0
,
f
.
exports
}
d
.
e
=
function
(
e
){
var
a
=
f
[
e
];
if
(
0
===
a
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
a
)
return
a
[
2
];
var
c
=
new
Promise
(
function
(
c
,
d
){
a
=
f
[
e
]
=
[
c
,
d
]});
a
[
2
]
=
c
;
var
b
=
document
.
getElementsByTagName
(
"head"
)[
0
],
n
=
document
.
createElement
(
"script"
);
n
.
type
=
"text/javascript"
,
n
.
charset
=
"utf-8"
,
n
.
async
=!
0
,
n
.
timeout
=
12
e4
,
d
.
nc
&&
n
.
setAttribute
(
"nonce"
,
d
.
nc
),
n
.
src
=
d
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"a65b89ba49331c2da266"
,
1
:
"954a8a70c5f1171933ac"
,
2
:
"2025d32c544f960c7161"
,
3
:
"5e5fd50a283f45682919"
,
4
:
"7fb54b0d6edc84c910b5"
,
5
:
"d493a299eefcfbd9f885"
,
6
:
"987ab930d70320e9de11"
,
7
:
"df8b88638ebd2f797df0"
,
8
:
"6f38a596c23a135b17cc"
,
9
:
"44383cfb15abd9a26d55"
,
10
:
"242757f5b4e216c2e876"
,
11
:
"03c37101384d7f8451c2"
,
12
:
"fc628ad952a874c7bc5f"
,
13
:
"eeb1013728f3e67bb869"
,
14
:
"cc777d4e374d0428a9f9"
,
15
:
"1a4794eae71e5676b82a"
,
16
:
"9ff89e3ae22fb695931f"
,
17
:
"0ee5ffd1827c0ab14257"
,
18
:
"fdb6aeb863dd5e05ebd6"
,
19
:
"ceaa40d8aa6227ccaa7b"
,
20
:
"41027a6d3a2c48820f68"
,
21
:
"711aa9a9ac3eae33b133"
,
22
:
"a1fc1510f2466b09fb99"
,
23
:
"8a47f55d3794b05cdde6"
,
24
:
"55fc3b9d81204f7c3d29"
,
25
:
"7a5e36a2c3be8a778bc3"
,
26
:
"e598d1edc20e37a70420"
,
27
:
"320dc28c5619664352ef"
,
28
:
"41e343a4d56ae502def9"
,
29
:
"1b665b6c377fa61779aa"
,
30
:
"44ad619653abe09fe4a2"
,
31
:
"f15018c679d31a23a484"
,
32
:
"3b191a8ca4748306ba30"
,
33
:
"d60beb8286a5273c8520"
,
34
:
"21e42e4239a3a4bece96"
,
35
:
"8c517c66214b3008ba1d"
,
36
:
"49f42097022ad1c511a9"
,
37
:
"06fc7189271107a22952"
,
38
:
"b38db70a1ac98d47033e"
,
39
:
"4d86ee1e3301f7724be9"
,
40
:
"58b97f413035bfcac73d"
,
41
:
"eee22ad0ab971e133a9f"
,
42
:
"d349ab27ce555f725e4f"
,
43
:
"0c35c92dcabc93995c47"
,
44
:
"a22bd4a80c711131d8cf"
,
45
:
"eba0691dbaf3680ac324"
,
46
:
"f3c31220fd4f30dba00a"
,
47
:
"52768d75b34a3ac8e091"
,
48
:
"35fc1ffcea3edca588fa"
,
49
:
"07ea1d498a5e7f89f13b"
,
50
:
"ba943a0915a5c08260e6"
,
51
:
"377ddd3618ad5bd9c3a8"
,
52
:
"1e2ae65363a4861dd355"
,
53
:
"cad2e8ac87e5684a9bc2"
,
54
:
"aa9df4f3a7eacae9e5db"
,
55
:
"5515666662cecc9025bc"
,
56
:
"2d7039de458c3c9cb678"
,
57
:
"9f9fb6bfcac478732dad"
,
58
:
"7ca51a6189813a34c8e8"
,
59
:
"94cef91aa20f1ed4e307"
,
60
:
"af4a6c684004f80a7ee0"
,
61
:
"61567903701f9732f012"
,
62
:
"ddef6dba0e1841fb538c"
,
63
:
"a3a44a6f506f871deab4"
,
64
:
"40f89a451c2e89015091"
,
65
:
"4e16618829c82ab55c8a"
,
66
:
"af70555c4e8832c02abf"
,
67
:
"8fdd20bb6633a594da91"
,
68
:
"5c88c8205192e47c5440"
,
69
:
"4df5e7e8568b818a23af"
,
70
:
"ca6ac1fe2e2c3ac7a6ca"
,
71
:
"c4b9ffa6fd9ed879342f"
,
72
:
"ecca0939974e3cb8b4ff"
,
73
:
"4c5f9e1a5892624f46e6"
,
74
:
"e4179f75b296bd599098"
,
75
:
"a29bc05b96ce086304e1"
,
76
:
"a4e7039d1702d1398ad6"
,
77
:
"9568405fcd7f68bbbed2"
,
78
:
"6c0dc47c4cd66828eea7"
,
79
:
"0018729eec70a9546602"
,
80
:
"189377999dd7e01b560e"
,
81
:
"32879f43d7e376621672"
,
82
:
"80e1bea9e7c52a0010e2"
,
83
:
"8e92060d7042fa029dc4"
,
84
:
"917d6e79a15c0ce10d4c"
}[
e
]
+
".js"
;
var
r
=
setTimeout
(
t
,
12
e4
);
function
t
(){
n
.
onerror
=
n
.
onload
=
null
,
clearTimeout
(
r
);
var
a
=
f
[
e
];
0
!==
a
&&
(
a
&&
a
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
f
[
e
]
=
void
0
)}
return
n
.
onerror
=
n
.
onload
=
t
,
b
.
appendChild
(
n
),
c
},
d
.
m
=
e
,
d
.
c
=
c
,
d
.
d
=
function
(
e
,
a
,
c
){
d
.
o
(
e
,
a
)
||
Object
.
defineProperty
(
e
,
a
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
c
})},
d
.
n
=
function
(
e
){
var
a
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
d
.
d
(
a
,
"a"
,
a
),
a
},
d
.
o
=
function
(
e
,
a
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
a
)},
d
.
p
=
"./"
,
d
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
!
function
(
e
){
var
a
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
c
,
b
,
n
){
for
(
var
r
,
t
,
o
,
i
=
0
,
u
=
[];
i
<
c
.
length
;
i
++
)
t
=
c
[
i
],
f
[
t
]
&&
u
.
push
(
f
[
t
][
0
]),
f
[
t
]
=
0
;
for
(
r
in
b
)
Object
.
prototype
.
hasOwnProperty
.
call
(
b
,
r
)
&&
(
e
[
r
]
=
b
[
r
]);
for
(
a
&&
a
(
c
,
b
,
n
);
u
.
length
;)
u
.
shift
()();
if
(
n
)
for
(
i
=
0
;
i
<
n
.
length
;
i
++
)
o
=
d
(
d
.
s
=
n
[
i
]);
return
o
};
var
c
=
{},
f
=
{
87
:
0
};
function
d
(
a
){
if
(
c
[
a
])
return
c
[
a
].
exports
;
var
f
=
c
[
a
]
=
{
i
:
a
,
l
:
!
1
,
exports
:{}};
return
e
[
a
].
call
(
f
.
exports
,
f
,
f
.
exports
,
d
),
f
.
l
=!
0
,
f
.
exports
}
d
.
e
=
function
(
e
){
var
a
=
f
[
e
];
if
(
0
===
a
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
a
)
return
a
[
2
];
var
c
=
new
Promise
(
function
(
c
,
d
){
a
=
f
[
e
]
=
[
c
,
d
]});
a
[
2
]
=
c
;
var
b
=
document
.
getElementsByTagName
(
"head"
)[
0
],
n
=
document
.
createElement
(
"script"
);
n
.
type
=
"text/javascript"
,
n
.
charset
=
"utf-8"
,
n
.
async
=!
0
,
n
.
timeout
=
12
e4
,
d
.
nc
&&
n
.
setAttribute
(
"nonce"
,
d
.
nc
),
n
.
src
=
d
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"a65b89ba49331c2da266"
,
1
:
"954a8a70c5f1171933ac"
,
2
:
"2025d32c544f960c7161"
,
3
:
"5e5fd50a283f45682919"
,
4
:
"7fb54b0d6edc84c910b5"
,
5
:
"d493a299eefcfbd9f885"
,
6
:
"987ab930d70320e9de11"
,
7
:
"df8b88638ebd2f797df0"
,
8
:
"6f38a596c23a135b17cc"
,
9
:
"44383cfb15abd9a26d55"
,
10
:
"242757f5b4e216c2e876"
,
11
:
"03c37101384d7f8451c2"
,
12
:
"fc628ad952a874c7bc5f"
,
13
:
"eeb1013728f3e67bb869"
,
14
:
"cc777d4e374d0428a9f9"
,
15
:
"1a4794eae71e5676b82a"
,
16
:
"9ff89e3ae22fb695931f"
,
17
:
"0ee5ffd1827c0ab14257"
,
18
:
"fdb6aeb863dd5e05ebd6"
,
19
:
"ceaa40d8aa6227ccaa7b"
,
20
:
"41027a6d3a2c48820f68"
,
21
:
"711aa9a9ac3eae33b133"
,
22
:
"a1fc1510f2466b09fb99"
,
23
:
"8a47f55d3794b05cdde6"
,
24
:
"1053e8d27a11e83656c6"
,
25
:
"7a5e36a2c3be8a778bc3"
,
26
:
"e598d1edc20e37a70420"
,
27
:
"320dc28c5619664352ef"
,
28
:
"41e343a4d56ae502def9"
,
29
:
"1b665b6c377fa61779aa"
,
30
:
"44ad619653abe09fe4a2"
,
31
:
"f15018c679d31a23a484"
,
32
:
"3b191a8ca4748306ba30"
,
33
:
"d60beb8286a5273c8520"
,
34
:
"21e42e4239a3a4bece96"
,
35
:
"8c517c66214b3008ba1d"
,
36
:
"49f42097022ad1c511a9"
,
37
:
"06fc7189271107a22952"
,
38
:
"b38db70a1ac98d47033e"
,
39
:
"4d86ee1e3301f7724be9"
,
40
:
"58b97f413035bfcac73d"
,
41
:
"eee22ad0ab971e133a9f"
,
42
:
"d349ab27ce555f725e4f"
,
43
:
"0c35c92dcabc93995c47"
,
44
:
"a22bd4a80c711131d8cf"
,
45
:
"eba0691dbaf3680ac324"
,
46
:
"f3c31220fd4f30dba00a"
,
47
:
"52768d75b34a3ac8e091"
,
48
:
"35fc1ffcea3edca588fa"
,
49
:
"07ea1d498a5e7f89f13b"
,
50
:
"ba943a0915a5c08260e6"
,
51
:
"377ddd3618ad5bd9c3a8"
,
52
:
"1e2ae65363a4861dd355"
,
53
:
"cad2e8ac87e5684a9bc2"
,
54
:
"aa9df4f3a7eacae9e5db"
,
55
:
"5515666662cecc9025bc"
,
56
:
"2d7039de458c3c9cb678"
,
57
:
"9f9fb6bfcac478732dad"
,
58
:
"7ca51a6189813a34c8e8"
,
59
:
"94cef91aa20f1ed4e307"
,
60
:
"af4a6c684004f80a7ee0"
,
61
:
"61567903701f9732f012"
,
62
:
"ddef6dba0e1841fb538c"
,
63
:
"a3a44a6f506f871deab4"
,
64
:
"40f89a451c2e89015091"
,
65
:
"4e16618829c82ab55c8a"
,
66
:
"af70555c4e8832c02abf"
,
67
:
"8fdd20bb6633a594da91"
,
68
:
"5c88c8205192e47c5440"
,
69
:
"4df5e7e8568b818a23af"
,
70
:
"ca6ac1fe2e2c3ac7a6ca"
,
71
:
"c4b9ffa6fd9ed879342f"
,
72
:
"ecca0939974e3cb8b4ff"
,
73
:
"4c5f9e1a5892624f46e6"
,
74
:
"e4179f75b296bd599098"
,
75
:
"a29bc05b96ce086304e1"
,
76
:
"a4e7039d1702d1398ad6"
,
77
:
"9568405fcd7f68bbbed2"
,
78
:
"6c0dc47c4cd66828eea7"
,
79
:
"0018729eec70a9546602"
,
80
:
"189377999dd7e01b560e"
,
81
:
"32879f43d7e376621672"
,
82
:
"80e1bea9e7c52a0010e2"
,
83
:
"8e92060d7042fa029dc4"
,
84
:
"917d6e79a15c0ce10d4c"
}[
e
]
+
".js"
;
var
r
=
setTimeout
(
t
,
12
e4
);
function
t
(){
n
.
onerror
=
n
.
onload
=
null
,
clearTimeout
(
r
);
var
a
=
f
[
e
];
0
!==
a
&&
(
a
&&
a
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
f
[
e
]
=
void
0
)}
return
n
.
onerror
=
n
.
onload
=
t
,
b
.
appendChild
(
n
),
c
},
d
.
m
=
e
,
d
.
c
=
c
,
d
.
d
=
function
(
e
,
a
,
c
){
d
.
o
(
e
,
a
)
||
Object
.
defineProperty
(
e
,
a
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
c
})},
d
.
n
=
function
(
e
){
var
a
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
d
.
d
(
a
,
"a"
,
a
),
a
},
d
.
o
=
function
(
e
,
a
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
a
)},
d
.
p
=
"./"
,
d
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
src/components/login-data/area-chart.vue
View file @
74450a4a
...
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-07-02 16:48:49
* @LastEditors: 无尘
* @LastEditTime: 2020-07-08 11:
17:04
* @LastEditTime: 2020-07-08 11:
20:19
-->
<!--
<area-chart :charData="charData" id="area-chart"></area-chart>
...
...
@@ -73,7 +73,7 @@ export default {
crosshairs
:
{
type
:
'line'
},
itemTpl
:
'<li>登录率: {loginRate}%</li>'
itemTpl
:
'<li
style="padding-bottom:10px;"
>登录率: {loginRate}%</li>'
});
this
.
chart
.
axis
(
'loginRate'
,
{
label
:
{
...
...
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