Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yuji-dataview
Project
Project
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
郭铭瑶
yuji-dataview
Commits
e22bc3ea
Commit
e22bc3ea
authored
Aug 20, 2020
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
74a0df86
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
276 additions
and
0 deletions
+276
-0
company-rate.vue
src/views/components/quality-safety/company-rate.vue
+18
-0
quality-warning.vue
src/views/components/quality-safety/quality-warning.vue
+253
-0
quality-safety.vue
src/views/quality-safety.vue
+5
-0
No files found.
src/views/components/quality-safety/company-rate.vue
0 → 100644
View file @
e22bc3ea
<
template
>
<div
class=
"company-rate"
>
<m-chart
:data=
"data"
:config=
"config"
/>
</div>
</
template
>
<
script
>
export
default
{
name
:
'CompanyRate'
,
data
()
{
return
{}
},
}
</
script
>
<
style
lang=
"stylus"
scoped
>
.company
</
style
>
src/views/components/quality-safety/quality-warning.vue
0 → 100644
View file @
e22bc3ea
This diff is collapsed.
Click to expand it.
src/views/quality-safety.vue
View file @
e22bc3ea
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
gap=
"0.5rem"
gap=
"0.5rem"
>
>
<m-card
area=
"box1"
title=
"质量预警"
>
<m-card
area=
"box1"
title=
"质量预警"
>
<QualityWarning
/>
</m-card>
</m-card>
<m-card
area=
"box2"
title=
"企业占比"
>
<m-card
area=
"box2"
title=
"企业占比"
>
</m-card>
</m-card>
...
@@ -27,8 +28,12 @@
...
@@ -27,8 +28,12 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
QualityWarning
from
'./components/quality-safety/quality-warning'
export
default
{
export
default
{
name
:
'QualitySafety'
,
name
:
'QualitySafety'
,
components
:
{
QualityWarning
,
},
data
()
{
data
()
{
return
{}
return
{}
},
},
...
...
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