feat: 添加默认分页数量偏好设置.

This commit is contained in:
lijiahang
2023-11-24 16:48:47 +08:00
parent 51f0e83b3a
commit a9658b57dd
19 changed files with 242 additions and 54 deletions

View File

@@ -30,6 +30,9 @@
type="primary"
@click="save">
保存
<template #icon>
<icon-check />
</template>
</a-button>
</div>
<!-- 主题部分 -->

View File

@@ -30,6 +30,9 @@
type="primary"
@click="save">
保存
<template #icon>
<icon-check />
</template>
</a-button>
</div>
<!-- 主题部分 -->
@@ -164,7 +167,6 @@
}
.save-button {
width: 60px;
margin-left: 16px;
}
}

View File

@@ -16,7 +16,7 @@
<!-- 过滤条件 -->
<template #filterContent>
<a-form :model="formModel"
class="modal-form"
class="card-filter-form"
size="small"
ref="formRef"
label-align="right"

View File

@@ -16,7 +16,7 @@
<!-- 过滤条件 -->
<template #filterContent>
<a-form :model="formModel"
class="modal-form"
class="card-filter-form"
size="small"
ref="formRef"
label-align="right"
@@ -177,7 +177,7 @@
// 条件数量
const filterCount = computed(() => {
return objectTruthKeyCount(formModel, ['searchValue', 'extra']);
return objectTruthKeyCount(formModel, ['searchValue', 'queryTag']);
});
// 删除当前行