Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
najiu-admin-template
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
najiu-frontend
najiu-admin-template
Commits
663d13a6
Commit
663d13a6
authored
Apr 10, 2021
by
Vben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fix case errors
parent
7e43d88f
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
11 additions
and
11 deletions
+11
-11
useECharts.ts
src/hooks/web/useECharts.ts
+1
-1
echarts.ts
src/utils/lib/echarts.ts
+0
-0
SalesProductPie.vue
src/views/dashboard/analysis/components/SalesProductPie.vue
+1
-1
VisitAnalysis.vue
src/views/dashboard/analysis/components/VisitAnalysis.vue
+1
-1
VisitAnalysisBar.vue
src/views/dashboard/analysis/components/VisitAnalysisBar.vue
+1
-1
VisitRadar.vue
src/views/dashboard/analysis/components/VisitRadar.vue
+1
-1
VisitSource.vue
src/views/dashboard/analysis/components/VisitSource.vue
+1
-1
SaleRadar.vue
src/views/dashboard/workbench/components/SaleRadar.vue
+1
-1
Line.vue
src/views/demo/charts/Line.vue
+1
-1
Map.vue
src/views/demo/charts/Map.vue
+1
-1
Pie.vue
src/views/demo/charts/Pie.vue
+1
-1
SaleRadar.vue
src/views/demo/charts/SaleRadar.vue
+1
-1
No files found.
src/hooks/web/useE
charts/index
.ts
→
src/hooks/web/useE
Charts
.ts
View file @
663d13a6
...
...
@@ -8,7 +8,7 @@ import { useDebounceFn } from '@vueuse/core';
import
{
useEventListener
}
from
'
/@/hooks/event/useEventListener
'
;
import
{
useBreakpoint
}
from
'
/@/hooks/event/useBreakpoint
'
;
import
echarts
from
'
.
/echarts
'
;
import
echarts
from
'
/@/utils/lib
/echarts
'
;
import
{
useRootSetting
}
from
'
/@/hooks/setting/useRootSetting
'
;
export
function
useECharts
(
...
...
src/
hooks/web/useEcharts
/echarts.ts
→
src/
utils/lib
/echarts.ts
View file @
663d13a6
File moved
src/views/dashboard/analysis/components/SalesProductPie.vue
View file @
663d13a6
...
...
@@ -7,7 +7,7 @@
import
{
defineComponent
,
Ref
,
ref
,
watch
}
from
'
vue
'
;
import
{
Card
}
from
'
ant-design-vue
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
/index
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
'
;
export
default
defineComponent
({
components
:
{
Card
},
...
...
src/views/dashboard/analysis/components/VisitAnalysis.vue
View file @
663d13a6
...
...
@@ -4,7 +4,7 @@
<
script
lang=
"ts"
>
import
{
defineComponent
,
onMounted
,
ref
,
Ref
}
from
'
vue
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
/index
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
'
;
import
{
basicProps
}
from
'
./props
'
;
export
default
defineComponent
({
...
...
src/views/dashboard/analysis/components/VisitAnalysisBar.vue
View file @
663d13a6
...
...
@@ -4,7 +4,7 @@
<
script
lang=
"ts"
>
import
{
defineComponent
,
onMounted
,
ref
,
Ref
}
from
'
vue
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
/index
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
'
;
import
{
basicProps
}
from
'
./props
'
;
export
default
defineComponent
({
...
...
src/views/dashboard/analysis/components/VisitRadar.vue
View file @
663d13a6
...
...
@@ -7,7 +7,7 @@
import
{
defineComponent
,
Ref
,
ref
,
watch
}
from
'
vue
'
;
import
{
Card
}
from
'
ant-design-vue
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
/index
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
'
;
export
default
defineComponent
({
components
:
{
Card
},
...
...
src/views/dashboard/analysis/components/VisitSource.vue
View file @
663d13a6
...
...
@@ -7,7 +7,7 @@
import
{
defineComponent
,
Ref
,
ref
,
watch
}
from
'
vue
'
;
import
{
Card
}
from
'
ant-design-vue
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
/index
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
'
;
export
default
defineComponent
({
components
:
{
Card
},
...
...
src/views/dashboard/workbench/components/SaleRadar.vue
View file @
663d13a6
...
...
@@ -7,7 +7,7 @@
import
{
defineComponent
,
Ref
,
ref
,
watch
}
from
'
vue
'
;
import
{
Card
}
from
'
ant-design-vue
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
/index
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
'
;
export
default
defineComponent
({
components
:
{
Card
},
...
...
src/views/demo/charts/Line.vue
View file @
663d13a6
...
...
@@ -4,7 +4,7 @@
<
script
lang=
"ts"
>
import
{
defineComponent
,
PropType
,
ref
,
Ref
,
onMounted
}
from
'
vue
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
/index
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
'
;
import
{
getLineData
}
from
'
./data
'
;
export
default
defineComponent
({
...
...
src/views/demo/charts/Map.vue
View file @
663d13a6
...
...
@@ -4,7 +4,7 @@
<
script
lang=
"ts"
>
import
{
defineComponent
,
PropType
,
ref
,
Ref
,
onMounted
}
from
'
vue
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
/index
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
'
;
import
{
mapData
}
from
'
./data
'
;
import
{
registerMap
}
from
'
echarts
'
;
...
...
src/views/demo/charts/Pie.vue
View file @
663d13a6
...
...
@@ -4,7 +4,7 @@
<
script
lang=
"ts"
>
import
{
defineComponent
,
PropType
,
ref
,
Ref
,
onMounted
}
from
'
vue
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
/index
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
'
;
export
default
defineComponent
({
props
:
{
...
...
src/views/demo/charts/SaleRadar.vue
View file @
663d13a6
...
...
@@ -7,7 +7,7 @@
import
{
defineComponent
,
Ref
,
ref
,
watch
}
from
'
vue
'
;
import
{
Card
}
from
'
ant-design-vue
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
/index
'
;
import
{
useECharts
}
from
'
/@/hooks/web/useECharts
'
;
export
default
defineComponent
({
components
:
{
Card
},
...
...
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