增加人像库页面
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5m48s

This commit is contained in:
15683799673
2025-06-25 00:37:48 +08:00
parent 9c08cca095
commit b2acba4114
3 changed files with 40 additions and 88 deletions

View File

@@ -1,7 +1,6 @@
import type { FormSchemaGetter } from '#/adapter/form';
import type { VxeGridProps } from '#/adapter/vxe-table';
export const querySchema: FormSchemaGetter = () => [
{
component: 'Input',
@@ -25,11 +24,9 @@ export const querySchema: FormSchemaGetter = () => [
},
{
component: 'Select',
componentProps: {
},
componentProps: {},
fieldName: 'sex',
label: '性别 1
2女 99未说明',
label: '性别',
},
{
component: 'Input',
@@ -43,12 +40,9 @@ export const querySchema: FormSchemaGetter = () => [
},
{
component: 'Select',
componentProps: {
},
componentProps: {},
fieldName: 'certificateType',
label: '证件类型
1身份证 2护照
3行驶证 99其它',
label: '证件类型',
},
{
component: 'Input',
@@ -102,9 +96,7 @@ export const columns: VxeGridProps['columns'] = [
field: 'imgUrl',
},
{
title: '性别 1
2女 99未说明',
field: 'sex',
title: '性别',
},
{
title: '邮箱',
@@ -115,9 +107,7 @@ export const columns: VxeGridProps['columns'] = [
field: 'tel',
},
{
title: '证件类型
1身份证 2护照
3行驶证 99其它',
title: '证件类型',
field: 'certificateType',
},
{
@@ -143,7 +133,9 @@ export const columns: VxeGridProps['columns'] = [
{
field: 'action',
fixed: 'right',
slots: { default: 'action' },
slots: {
default: 'action',
},
title: '操作',
width: 180,
},
@@ -183,12 +175,10 @@ export const modalSchema: FormSchemaGetter = () => [
rules: 'required',
},
{
label: '性别 1
2女 99未说明',
label: '性别 1',
fieldName: 'sex',
component: 'Select',
componentProps: {
},
componentProps: {},
},
{
label: '邮箱',
@@ -201,13 +191,10 @@ export const modalSchema: FormSchemaGetter = () => [
component: 'Input',
},
{
label: '证件类型
1身份证 2护照
3行驶证 99其它',
label: '证件类型',
fieldName: 'certificateType',
component: 'Select',
componentProps: {
},
componentProps: {},
},
{
label: '证件号码',