fix: 表格字段排序支持缓存变更状态

This commit is contained in:
TsMask
2024-03-07 17:04:09 +08:00
parent e0d590724b
commit 3cb80bbd85
6 changed files with 10 additions and 8 deletions

View File

@@ -1396,6 +1396,7 @@ onMounted(() => {
</a-button>
</a-tooltip>
<TableColumnsDnd
cache-id="udmSubData"
:columns="tableColumns"
v-model:columns-dnd="tableColumnsDnd"
></TableColumnsDnd>
@@ -2007,7 +2008,6 @@ onMounted(() => {
layout="horizontal"
:labelWrap="true"
:label-col="{ span: 6 }"
>
<a-row :gutter="16">
<a-col :lg="12" :md="12" :xs="24">
@@ -2031,7 +2031,6 @@ onMounted(() => {
<a-form-item
label="IMSI"
name="imsi"
v-bind="modalStateBatchFrom.validateInfos.imsi"
>
<a-input v-model:value="modalState.BatchForm.imsi" allow-clear>
@@ -2087,10 +2086,7 @@ onMounted(() => {
<div v-for="(row, index) in bigRows" :key="String(row.id)">
<a-row :gutter="16">
<a-col :lg="12" :md="12" :xs="24">
<a-form-item
label="SST-SD"
name="row.sst"
>
<a-form-item label="SST-SD" name="row.sst">
<a-input-group>
<a-row :gutter="8">
<a-col :span="10">
@@ -2129,7 +2125,7 @@ onMounted(() => {
v-for="(smallRow, smallIndex) in row.smallRows"
:key="String(smallRow.id)"
>
<a-row :gutter="16">
<a-row :gutter="16">
<a-col :lg="6" :md="7" :xs="24">
<a-form-item
label="DNN/APN"