1.副屏标题
This commit is contained in:
2024-06-15 16:21:54 +08:00
parent 0f391ffc22
commit dcf14220b3
6 changed files with 38 additions and 13 deletions
@@ -1,6 +1,6 @@
<template>
<div>
<public-title title="预警" />
<public-title title="预警" :theme-type="themeType" />
<div class="inner-screen">
<a-table
:scroll="{
@@ -36,6 +36,7 @@
const props = defineProps({
orgCode: String,
type: String,
themeType: String,
});
const { setSession, getSession } = useSession();
const { PAGE2_RIGHT3 } = caching;