|
@@ -36,7 +36,7 @@ import { ref, nextTick, reactive, onMounted } from 'vue';
|
|
|
import fileSystem from './comment/common/cameraTree.vue';
|
|
|
import { SvgIcon } from '/@/components/Icon';
|
|
|
import treeIcon from './comment/common/Icon/treeIcon.vue';
|
|
|
-import { columnsType,columnBlt,columnBd} from './gasReportInspect.data';
|
|
|
+import { columnsType,columnBlt,columnBd,columnSgt} from './gasReportInspect.data';
|
|
|
import { queryReportData } from './gasReportInspect.api';
|
|
|
import { useGlobSetting } from '/@/hooks/setting';
|
|
|
|
|
@@ -51,7 +51,7 @@ let selected = reactive<any>({
|
|
|
title: '',
|
|
|
isFolder: false,
|
|
|
});
|
|
|
-let columns=glob.sysOrgCode=='sdmtjtbltmk' ? columnBlt : glob.sysOrgCode=='sdmtjtbdmk' ? columnBd : columnsType
|
|
|
+let columns=glob.sysOrgCode=='sdmtjtbltmk' ? columnBlt : glob.sysOrgCode=='sdmtjtbdmk' ? columnBd : glob.sysOrgCode=='sdmtjtsgtmk' ? columnSgt : columnsType
|
|
|
let tableData = ref<any[]>([])
|
|
|
let handlerToggle = (param) => {
|
|
|
gasType.value = param
|