|
@@ -22,12 +22,10 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
-import {ref, onMounted, defineAsyncComponent, reactive} from 'vue'
|
|
|
+import {ref, onMounted, reactive} from 'vue'
|
|
|
import {useFs, FsPage} from '@fast-crud/fast-crud'
|
|
|
import {createCrudOptions} from './crud'
|
|
|
import BarLineChart from '/@/components/echartsComponents/BarLineChart.vue'
|
|
|
-import {useLineStore} from '/@/stores/chartData/line'
|
|
|
-import SearchInput from '/@/components/searchInput/index.vue'
|
|
|
import PieBarChart from '/@/components/echartsComponents/PieBarChart.vue'
|
|
|
import ScatterChart from '/@/components/echartsComponents/ScatterChart.vue'
|
|
|
|