NEZ-3388 fix:UI 列表排序列状态未显示

This commit is contained in:
zyh
2024-01-22 11:15:58 +08:00
parent 4a837e8c1c
commit 5bff9ff1ff
8 changed files with 16 additions and 16 deletions

View File

@@ -72,6 +72,7 @@
<nz-data-list
ref="dataList"
:api="url"
v-if="detailType === 'list' "
:custom-table-title.sync="tools.customTableTitle"
:from="fromRoute.alertRule"
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"

View File

@@ -2,7 +2,7 @@
<div style="height: 100%" id="asset-batch-table" v-my-loading="preferenceLoading">
<nzDetailView
v-my-loading="detailViewLoading || tools.loading"
v-if="detailType !== 'list'&&!preferenceLoading"
v-if="detailType !== 'list' "
:api="url"
ref="detailList"
:layout="dataListLayout"
@@ -73,8 +73,7 @@
</template>
</nzDetailView>
<nz-data-list
v-my-loading="detailViewLoading"
v-if="detailType === 'list'&&!preferenceLoading"
v-if="detailType === 'list' "
ref="dataList"
:api="url"
:custom-table-title.sync="tools.customTableTitle"

View File

@@ -2,7 +2,7 @@
<div v-my-loading="preferenceLoading">
<nzDetailView
v-my-loading="detailViewLoading || tools.loading"
v-if="detailType !== 'list'&&!preferenceLoading"
v-if="detailType !== 'list' "
:api="url"
ref="detailList"
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"
@@ -74,7 +74,7 @@
<nz-data-list
ref="dataList"
:api="url"
v-if="detailType === 'list'&&!preferenceLoading"
v-if="detailType === 'list' "
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"
:custom-table-title.sync="tools.customTableTitle"
:from="fromRoute.dc"

View File

@@ -2,7 +2,7 @@
<div v-my-loading="preferenceLoading">
<nzDetailView
v-my-loading="detailViewLoading || tools.loading"
v-if="detailType !== 'list'&&!preferenceLoading"
v-if="detailType !== 'list' "
:api="url"
ref="detailList"
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"
@@ -54,7 +54,7 @@
<nz-data-list
ref="dataList"
:api="url"
v-if="detailType === 'list'&&!preferenceLoading"
v-if="detailType === 'list' "
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"
:custom-table-title.sync="tools.customTableTitle"
:from="fromRoute.terminalLog"

View File

@@ -2,7 +2,7 @@
<div v-my-loading="preferenceLoading">
<nzDetailView
v-my-loading="detailViewLoading || tools.loading"
v-if="detailType !== 'list'&&!preferenceLoading"
v-if="detailType !== 'list' "
:api="url"
ref="detailList"
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"
@@ -53,7 +53,7 @@
<nz-data-list
ref="dataList"
:api="url"
v-if="detailType === 'list'&&!preferenceLoading"
v-if="detailType === 'list' "
:custom-table-title.sync="tools.customTableTitle"
:from="fromRoute.user"
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"

View File

@@ -2,7 +2,7 @@
<div id="endpoint-list" v-my-loading="preferenceLoading">
<nzDetailView
v-my-loading="detailViewLoading || tools.loading"
v-if="detailType !== 'list'&&!preferenceLoading"
v-if="detailType !== 'list' "
:api="url"
ref="detailList"
:layout="dataListLayout"
@@ -71,7 +71,7 @@
<nz-data-list
v-my-loading="detailViewLoading"
ref="dataList"
v-if="detailType === 'list'&&!preferenceLoading"
v-if="detailType === 'list' "
:api="url"
:custom-table-title.sync="tools.customTableTitle"
:from="fromRoute.endpoint"

View File

@@ -2,7 +2,7 @@
<div class="module-list" v-my-loading="preferenceLoading">
<nzDetailView
v-my-loading="detailViewLoading || tools.loading"
v-if="detailType !== 'list'&&!preferenceLoading"
v-if="detailType !== 'list' "
:api="url"
ref="detailList"
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"
@@ -72,7 +72,7 @@
ref="dataList"
:api="url"
:tableId="tableId"
v-if="detailType === 'list'&&!preferenceLoading"
v-if="detailType === 'list' "
:custom-table-title.sync="tools.customTableTitle"
:from="fromRoute.module"
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"

View File

@@ -2,7 +2,7 @@
<div v-my-loading="preferenceLoading">
<nzDetailView
v-my-loading="detailViewLoading || tools.loading"
v-if="detailType !== 'list'&&!preferenceLoading"
v-if="detailType !== 'list' "
:api="url"
ref="detailList"
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"
@@ -75,7 +75,7 @@
<nz-data-list
ref="dataList"
:api="url"
v-if="detailType === 'list'&&!preferenceLoading"
v-if="detailType === 'list' "
:layout="['searchInput', 'elementSet', 'pagination','detailViewSet']"
:custom-table-title.sync="tools.customTableTitle"
:from="fromRoute.notebook"