|
@@ -9,9 +9,9 @@ import CurrentScatterChart from './components/current-scatter-chart.vue'
|
|
|
import request from '@/api/axios.js'
|
|
|
import {baseURL, socketURL} from '@/api/axios.js'
|
|
|
/**配置参数 */
|
|
|
-const treeHeight = ref(window.innerHeight - 314 + 'px') //tree高度
|
|
|
+const tableHeight = ref(window.innerHeight - 314 + 'px')
|
|
|
+const treeHeight = ref(window.innerHeight - 260 + 'px') //tree高度
|
|
|
const excelHeight = ref(window.innerHeight - 260 + 'px') //excel高度
|
|
|
-const tableHeight = ref(window.innerHeight - 260 + 'px')
|
|
|
/**excel 开始 */
|
|
|
const excelList = ref([])
|
|
|
const funExcelChange = async (obj) => { //点击excel项时
|