危废品箱大屏标题 修改为 危险品柜
This commit is contained in:
parent
bb1c37828a
commit
96b753fdb8
@ -160,6 +160,8 @@ let props = defineProps<{
|
||||
typeFun: any[];
|
||||
alarmType: any[];
|
||||
}>();
|
||||
|
||||
window.document.title = props.title;
|
||||
const typeObj = reactive({
|
||||
comback: false,
|
||||
AbnormalData: false,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user