add israchart
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
|
||||
<template>
|
||||
<Container name="ISRA缺陷检测" size="middle" style="">
|
||||
<div style="padding: 12px; display: flex; flex-direction: column; gap: 8px">
|
||||
<div class="f" style="flex: 9"></div>
|
||||
<div style="padding: 12px; display: flex; flex-direction: column; gap: 8px; height: 100%;">
|
||||
<div class="f" style="flex: 9;">
|
||||
<ISRAChart />
|
||||
</div>
|
||||
<ul
|
||||
class="legend"
|
||||
style="
|
||||
@@ -32,9 +34,11 @@
|
||||
<script>
|
||||
import Container from '../components/Container.vue';
|
||||
import ShadowRect from '../components/ShadowRect.vue';
|
||||
import ISRAChart from '../components/ISRAChart.vue';
|
||||
|
||||
export default {
|
||||
name: 'IsraCheck',
|
||||
components: { Container, ShadowRect },
|
||||
components: { Container, ShadowRect, ISRAChart },
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user