Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CRM
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
华国豪
CRM
Commits
8a3ccb8f
Commit
8a3ccb8f
authored
Apr 02, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
76a2dccc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
17 deletions
+0
-17
gaoxiao.vue
src/components/statistics/gaoxiao.vue
+0
-3
old.vue
src/components/statistics/old.vue
+0
-11
orders.vue
src/components/statistics/old/orders.vue
+0
-1
tourType.vue
src/components/statistics/tourType.vue
+0
-2
No files found.
src/components/statistics/gaoxiao.vue
View file @
8a3ccb8f
...
@@ -229,9 +229,6 @@ export default {
...
@@ -229,9 +229,6 @@ export default {
this
.
loading
=
true
;
this
.
loading
=
true
;
let
that
=
this
;
let
that
=
this
;
this
.
apipost
(
"/api/Statistic/GetStudentShopList"
,
{},
res
=>
{
this
.
apipost
(
"/api/Statistic/GetStudentShopList"
,
{},
res
=>
{
// this.SexOrder = res.data.data
console
.
log
(
res
.
data
.
data
)
let
chartData
=
[],
shopChartData
=
[];
let
chartData
=
[],
shopChartData
=
[];
let
data
=
res
.
data
.
data
;
let
data
=
res
.
data
.
data
;
if
(
data
.
length
==
0
){
if
(
data
.
length
==
0
){
...
...
src/components/statistics/old.vue
View file @
8a3ccb8f
...
@@ -26,12 +26,6 @@
...
@@ -26,12 +26,6 @@
<div>
<div>
累计报名
累计报名
<b>
{{
item
.
AgeCount
}}
</b>
人,
<b>
{{
item
.
AgeCount
}}
</b>
人,
<!-- 关联购物金额
<b>
<template
v-if=
"item.TotalMoney"
>
{{
(
item
.
TotalMoney
/
10000
).
toFixed
(
2
)
}}
</
template
>
万
</b>
, -->
报名均价为:
报名均价为:
<b>
<b>
<template
v-if=
"item.Unit_Price"
>
<template
v-if=
"item.Unit_Price"
>
...
@@ -68,9 +62,6 @@
...
@@ -68,9 +62,6 @@
<el-col
:span=
"12"
size=
"30"
>
<el-col
:span=
"12"
size=
"30"
>
推荐解答
推荐解答
</el-col>
</el-col>
<!-- <el-col :span="12" class="right-title">
<i class="iconfont icondianzan1"></i> 点赞
</el-col> -->
</el-row>
</el-row>
</div>
</div>
<div
class=
"situ"
>
<div
class=
"situ"
>
...
@@ -107,7 +98,6 @@ export default {
...
@@ -107,7 +98,6 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
drawer
:
false
,
drawer
:
false
,
scaleData
:
[],
scaleData
:
[],
showChats
:
[],
showChats
:
[],
...
@@ -145,7 +135,6 @@ export default {
...
@@ -145,7 +135,6 @@ export default {
GetBbsListByType
(){
GetBbsListByType
(){
this
.
apipost
(
"/api/Customer/GetBbsListByType"
,
{
t
:
this
.
discussID
},
res
=>
{
this
.
apipost
(
"/api/Customer/GetBbsListByType"
,
{
t
:
this
.
discussID
},
res
=>
{
this
.
BbsList
=
res
.
data
.
data
this
.
BbsList
=
res
.
data
.
data
if
(
this
.
BbsList
&&
this
.
BbsList
.
length
>
0
)
{
if
(
this
.
BbsList
&&
this
.
BbsList
.
length
>
0
)
{
this
.
topOne
=
this
.
BbsList
[
0
]
this
.
topOne
=
this
.
BbsList
[
0
]
this
.
BbsList
.
forEach
(
x
=>
{
this
.
BbsList
.
forEach
(
x
=>
{
...
...
src/components/statistics/old/orders.vue
View file @
8a3ccb8f
...
@@ -18,7 +18,6 @@ export default {
...
@@ -18,7 +18,6 @@ export default {
};
};
},
},
mounted
()
{
mounted
()
{
console
.
log
(
this
.
scaleData
);
let
myChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
myChart
);
let
myChart
=
this
.
$echarts
.
init
(
this
.
$refs
.
myChart
);
window
.
addEventListener
(
"resize"
,
()
=>
{
window
.
addEventListener
(
"resize"
,
()
=>
{
myChart
.
resize
();
myChart
.
resize
();
...
...
src/components/statistics/tourType.vue
View file @
8a3ccb8f
...
@@ -357,7 +357,6 @@ export default {
...
@@ -357,7 +357,6 @@ export default {
}
}
this
.
chartData
=
chartData
;
this
.
chartData
=
chartData
;
console
.
log
(
"this.chartData"
,
this
.
chartData
);
this
.
shopChartData
=
shopChartData
;
this
.
shopChartData
=
shopChartData
;
this
.
orders
=
res
.
data
.
data
;
this
.
orders
=
res
.
data
.
data
;
...
@@ -367,7 +366,6 @@ export default {
...
@@ -367,7 +366,6 @@ export default {
getOrders
()
{
getOrders
()
{
this
.
apipost
(
"/api/Statistic/GetTravelTypeOrderList"
,
{},
res
=>
{
this
.
apipost
(
"/api/Statistic/GetTravelTypeOrderList"
,
{},
res
=>
{
this
.
loading
=
false
;
this
.
loading
=
false
;
// console.log("res",res);
res
.
data
.
data
.
forEach
(
x
=>
{
res
.
data
.
data
.
forEach
(
x
=>
{
this
.
orders
[
x
.
NewTravelType
-
1
].
LtName
=
x
.
LtName
;
this
.
orders
[
x
.
NewTravelType
-
1
].
LtName
=
x
.
LtName
;
this
.
orders
[
x
.
NewTravelType
-
1
].
Unit_Price
=
x
.
Unit_Price
;
this
.
orders
[
x
.
NewTravelType
-
1
].
Unit_Price
=
x
.
Unit_Price
;
...
...
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