Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
239e92c8
authored
2023-02-03 17:49:55 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
b55ef2ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
src/views/dataView/centercard.vue
src/views/dataView/leftcard.vue
src/views/dataView/rightcard.vue
src/views/dataView/centercard.vue
View file @
239e92c
...
...
@@ -12,8 +12,8 @@
</
template
>
<
script
>
import
maps
from
"@/components/
e
chart/Map"
;
import
brokenline
from
"@/components/
e
chart/Brokenline"
;
import
maps
from
"@/components/
E
chart/Map"
;
import
brokenline
from
"@/components/
E
chart/Brokenline"
;
export
default
{
data
()
{
return
{};
...
...
src/views/dataView/leftcard.vue
View file @
239e92c
...
...
@@ -54,7 +54,7 @@
</
template
>
<
script
>
import
columnar
from
"@/components/
e
chart/Columnar"
;
import
columnar
from
"@/components/
E
chart/Columnar"
;
import
work
from
"@/api/work"
;
export
default
{
data
()
{
...
...
src/views/dataView/rightcard.vue
View file @
239e92c
...
...
@@ -18,8 +18,8 @@
</
template
>
<
script
>
import
columnarsmat
from
"@/components/
e
chart/Columnarsmat"
;
import
Rose
from
"@/components/
e
chart/Rose"
;
import
columnarsmat
from
"@/components/
E
chart/Columnarsmat"
;
import
Rose
from
"@/components/
E
chart/Rose"
;
export
default
{
data
()
{
return
{
...
...
Please
register
or
sign in
to post a comment