feat: 在签到页面添加签到类型过滤功能
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user