作业环境
This commit is contained in:
parent
413b7ff0e0
commit
cedda2fd82
|
|
@ -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:{
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue