feat: 在签到页面添加签到类型过滤功能

This commit is contained in:
2026-01-25 17:57:17 +07:00
parent dc1866d9a5
commit 131f18dcb0
2 changed files with 20 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ function handleConfirm() {
<template>
<div class="rounded-lg bg-white p-5 dark:bg-container">
<NForm :label-width="80" label-align="left" label-placement="left" :show-feedback="false">
<NGrid x-gap="20" :cols="filterColumnsCount || 4">
<NGrid x-gap="20" y-gap="10" :cols="filterColumnsCount || 4">
<NGi v-for="col in columns" :key="col.key">
<NFormItem :label="col.title" :path="col.key">
<component