|
@@ -46,16 +46,9 @@
|
|
<script setup>
|
|
<script setup>
|
|
import * as echarts from "echarts";
|
|
import * as echarts from "echarts";
|
|
import StepsTool from "../../../right/components/common/StepsTool.vue";
|
|
import StepsTool from "../../../right/components/common/StepsTool.vue";
|
|
-
|
|
|
|
-import {
|
|
|
|
- ref,
|
|
|
|
- watch,
|
|
|
|
- computed,
|
|
|
|
- reactive,
|
|
|
|
- toRefs,
|
|
|
|
- onBeforeMount,
|
|
|
|
- onMounted,
|
|
|
|
-} from "vue";
|
|
|
|
|
|
+import HeaderBoxContent from './common/HeaderBoxContent'
|
|
|
|
+import { ref, watch, computed, reactive, toRefs, onBeforeMount, onMounted } from 'vue'
|
|
|
|
+import TowLevelTitle from '@/components/TowLevelTitle'
|
|
|
|
|
|
const stepList = ref([
|
|
const stepList = ref([
|
|
{
|
|
{
|
|
@@ -90,10 +83,7 @@ const stepList = ref([
|
|
expendFlag: false,
|
|
expendFlag: false,
|
|
},
|
|
},
|
|
]);
|
|
]);
|
|
-import HeaderBoxContent from './common/HeaderBoxContent'
|
|
|
|
-import * as echarts from 'echarts'
|
|
|
|
-import { ref, watch, computed, reactive, toRefs, onBeforeMount, onMounted } from 'vue'
|
|
|
|
-import TowLevelTitle from '@/components/TowLevelTitle'
|
|
|
|
|
|
+
|
|
const headerObj = ref({
|
|
const headerObj = ref({
|
|
level:'A',
|
|
level:'A',
|
|
title:'05-2024-1210-01-不明原因肺炎',
|
|
title:'05-2024-1210-01-不明原因肺炎',
|