|
@@ -5,7 +5,8 @@
|
|
|
<filterCustomTable @search="updateColumn">
|
|
<filterCustomTable @search="updateColumn">
|
|
|
</filterCustomTable>
|
|
</filterCustomTable>
|
|
|
<a-table :columns="columns"
|
|
<a-table :columns="columns"
|
|
|
- class="topTable"
|
|
|
|
|
|
|
+ class="srcollYTable"
|
|
|
|
|
+ :scroll="{ x: '100%', y: 'calc(100vh - 163px)' }"
|
|
|
:expandedRowKeys="expandedRowKeys"
|
|
:expandedRowKeys="expandedRowKeys"
|
|
|
:customRow="Rowclick"
|
|
:customRow="Rowclick"
|
|
|
:pagination="false"
|
|
:pagination="false"
|
|
@@ -27,10 +28,10 @@
|
|
|
:data-source="detailTableList"
|
|
:data-source="detailTableList"
|
|
|
:scroll="{ x: '100%', y: 'calc(100vh - 163px)' }">
|
|
:scroll="{ x: '100%', y: 'calc(100vh - 163px)' }">
|
|
|
</a-table>
|
|
</a-table>
|
|
|
- <!-- 类型 -->
|
|
|
|
|
- <template #logtype="{ record }">
|
|
|
|
|
- <span>{{ getLogType(record.logtype) }}</span>
|
|
|
|
|
- </template>
|
|
|
|
|
|
|
+ <!-- 类型 -->
|
|
|
|
|
+ <template #logtype="{ record }">
|
|
|
|
|
+ <span>{{ getLogType(record.logtype) }}</span>
|
|
|
|
|
+ </template>
|
|
|
</Description>
|
|
</Description>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -46,7 +47,7 @@ import { queryResultLoadingAndInfo } from '@/common/methods/request/resultInfo';
|
|
|
import Description from '@/common/components/description/index.vue';
|
|
import Description from '@/common/components/description/index.vue';
|
|
|
import { TabList } from '@/common/components/description/interface';
|
|
import { TabList } from '@/common/components/description/interface';
|
|
|
import { EnumRouterName } from '@/common/constants/enumRouterName';
|
|
import { EnumRouterName } from '@/common/constants/enumRouterName';
|
|
|
-import {getLogType} from "@/common/constants/enumsName";
|
|
|
|
|
|
|
+import { getLogType } from '@/common/constants/enumsName';
|
|
|
|
|
|
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
|
name: EnumRouterName.exposure_spot,
|
|
name: EnumRouterName.exposure_spot,
|