作业环境

This commit is contained in:
cwchen 2024-06-17 20:59:03 +08:00
parent 413b7ff0e0
commit cedda2fd82
2 changed files with 3 additions and 2 deletions

View File

@ -83,7 +83,7 @@ function DaylightDisplacementList(deviceId){
elem: '#demo',
url: url,
skin: 'line',
// height: 'full-700',
height:"#right-down-right-10",
headers:{
decrypt:"decrypt",
"Authorization":token
@ -652,6 +652,7 @@ function loadZhshTable(){
alarmTableIns = table.render({
elem: '#zhsh-table',
url: url,
height:"#zhsh-table-box-20",
// skin: 'line',
// height: 'full',
headers:{

View File

@ -90,7 +90,7 @@
<div class="layout" style="width: 100%;height: calc(100% - 50px);flex-direction: column;">
<div class="right-down-left">
</div>
<div class="right-down-right">
<div class="right-down-right" id="right-down-right">
<table id="demo" lay-filter="test"></table>
</div>
</div>