add israchart

This commit is contained in:
lb
2023-12-12 10:53:00 +08:00
parent 1c123fa22d
commit b62d0e4096
3 changed files with 246 additions and 3 deletions

View File

@@ -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 {};