|
@@ -1,9 +1,9 @@
|
|
<script setup name="rateAnalysis">
|
|
<script setup name="rateAnalysis">
|
|
-import searchCop from './components/search.vue'
|
|
|
|
import excelCop from '@/components/excel.vue'
|
|
import excelCop from '@/components/excel.vue'
|
|
import treeCop from '@/components/tree.vue'
|
|
import treeCop from '@/components/tree.vue'
|
|
import chartCop from './components/chart.vue'
|
|
import chartCop from './components/chart.vue'
|
|
import lineChartCop from './components/lineChart.vue'
|
|
import lineChartCop from './components/lineChart.vue'
|
|
|
|
+import SubmitBtn from '../../../components/SubmitBtn.vue'
|
|
import scatterSingleChartCop from './components/scatterSingleChart.vue'
|
|
import scatterSingleChartCop from './components/scatterSingleChart.vue'
|
|
import { ElMessage } from 'element-plus';
|
|
import { ElMessage } from 'element-plus';
|
|
import { onMounted, ref, onActivated, shallowRef, reactive, nextTick } from 'vue'
|
|
import { onMounted, ref, onActivated, shallowRef, reactive, nextTick } from 'vue'
|