fix: 修复projects 左侧图,弹框Box报错
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<alert-message-table
|
||||
ref="dataTable"
|
||||
:api="url"
|
||||
:orderByFa="orderBy"
|
||||
:custom-table-title="tableTitle"
|
||||
:height="mainTableHeight"
|
||||
:now-time="nowTime"
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<template v-slot:default="slotProps">
|
||||
<asset-table
|
||||
ref="dataTable"
|
||||
:orderByFa="orderBy"
|
||||
v-loading="tools.loading"
|
||||
:loading="tools.loading"
|
||||
:api="url"
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
<endpoint-table
|
||||
style="height: calc(100% - 200px)"
|
||||
ref="dataTable"
|
||||
:orderByFa="orderBy"
|
||||
v-loading="tools.loading"
|
||||
:loading="tools.loading"
|
||||
:api="url"
|
||||
|
||||
Reference in New Issue
Block a user