Commit e22bc3ea authored by 郭铭瑶's avatar 郭铭瑶 🤘

test

parent 74a0df86
<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>
This diff is collapsed.
......@@ -10,6 +10,7 @@
gap="0.5rem"
>
<m-card area="box1" title="质量预警">
<QualityWarning />
</m-card>
<m-card area="box2" title="企业占比">
</m-card>
......@@ -27,8 +28,12 @@
</template>
<script>
import QualityWarning from './components/quality-safety/quality-warning'
export default {
name: 'QualitySafety',
components: {
QualityWarning,
},
data() {
return {}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment