|
|
@@ -1,4 +1,5 @@
|
|
|
<template>
|
|
|
+
|
|
|
<a-card title="设备统计" >
|
|
|
<a-row justify="center">
|
|
|
<a-col
|
|
|
@@ -159,9 +160,11 @@
|
|
|
</a-spin>
|
|
|
</a-row>
|
|
|
</modal-pro>
|
|
|
+
|
|
|
</template>
|
|
|
|
|
|
<script lang="ts" setup >
|
|
|
+
|
|
|
import { DeviceContriller, ModelController } from '@/controller/index'
|
|
|
import { onMounted, reactive, ref, toRefs, nextTick, computed, watch } from 'vue'
|
|
|
import { Form, message } from 'ant-design-vue'
|
|
|
@@ -170,7 +173,6 @@ import { useRouter } from 'vue-router'
|
|
|
import { DownOutlined } from '@ant-design/icons-vue'
|
|
|
import * as echarts from 'echarts'
|
|
|
import { sessionEchartsJson, attrEchartsJson, scatterOption, barOption } from './json/echartsJson'
|
|
|
-import dayjs from 'dayjs'
|
|
|
|
|
|
const useForm = Form.useForm
|
|
|
const router = useRouter()
|