危废品箱大屏标题 修改为 危险品柜

This commit is contained in:
hzz 2023-10-09 17:02:58 +08:00
parent bb1c37828a
commit 96b753fdb8
2 changed files with 3 additions and 1 deletions

View File

@ -160,6 +160,8 @@ let props = defineProps<{
typeFun: any[];
alarmType: any[];
}>();
window.document.title = props.title;
const typeObj = reactive({
comback: false,
AbnormalData: false,

View File

@ -2,7 +2,7 @@
<div class="container">
<div class="header">
<div class="title">
<header2 ref="headerref" :width="'100%'" :height="'150px'" :title="'危废品箱物联检测系统'" :titleTip="titleTip"
<header2 ref="headerref" :width="'100%'" :height="'150px'" :title="'危险品柜物联检测系统'" :titleTip="titleTip"
:typeFun="['time']" :alarmType="[]"></header2>
</div>
</div>