feat: 所有表格 添加 loading
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<template v-slot:default="slotProps">
|
||||
<asset-table
|
||||
ref="dataTable"
|
||||
v-loading="slotProps.loading"
|
||||
v-loading="tools.loading"
|
||||
:api="url"
|
||||
:custom-table-title="tools.customTableTitle"
|
||||
:height="dataListLayout.indexOf('clickSearch') > -1 ? assetTableHeight : mainTableHeight"
|
||||
|
||||
Reference in New Issue
Block a user