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
8b82c80e
authored
2023-02-03 17:43:14 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
组件首字母修改
1 parent
843436f2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/dataView/centercard.vue
src/views/dataView/rightcard.vue
src/views/dataView/centercard.vue
View file @
8b82c80
...
...
@@ -12,8 +12,8 @@
</
template
>
<
script
>
import
maps
from
"@/components/echart/
m
ap"
;
import
brokenline
from
"@/components/echart/
b
rokenline"
;
import
maps
from
"@/components/echart/
M
ap"
;
import
brokenline
from
"@/components/echart/
B
rokenline"
;
export
default
{
data
()
{
return
{};
...
...
src/views/dataView/rightcard.vue
View file @
8b82c80
...
...
@@ -18,7 +18,7 @@
</
template
>
<
script
>
import
columnarsmat
from
"@/components/echart/
c
olumnarsmat"
;
import
columnarsmat
from
"@/components/echart/
C
olumnarsmat"
;
import
Rose
from
"@/components/echart/Rose"
;
export
default
{
data
()
{
...
...
Please
register
or
sign in
to post a comment