Commit 469da564 authored by lei's avatar lei

fix:首页饼图

parent 7dbaac89
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
<h3 class="status-title">视频分析任务启动状态</h3> <h3 class="status-title">视频分析任务启动状态</h3>
<div class="status-group"> <div class="status-group">
<div class="status-item"> <div class="status-item">
<bar-chart />
</div>
</div> </div>
</div> </div>
</el-col> </el-col>
...@@ -41,9 +43,10 @@ ...@@ -41,9 +43,10 @@
</template> </template>
<script> <script>
import { barChart } from "./dashboard/BarChart";
export default { export default {
name: "Index", name: "Index",
components: {}, components: { barChart },
data() { data() {
return {}; 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