From bd6e3ec22cc9c4e91951de140ac80be397ecb9d1 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Tue, 10 Jun 2025 17:38:25 +0800 Subject: [PATCH] no message --- src/views/clue/cluePool/data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/clue/cluePool/data.ts b/src/views/clue/cluePool/data.ts index 13a8dcf..b59a2a5 100644 --- a/src/views/clue/cluePool/data.ts +++ b/src/views/clue/cluePool/data.ts @@ -182,9 +182,9 @@ export const modalFormSchema: FormSchema[] = [ } }, }, - { field: 'age', label: '年龄', component: 'InputNumber', colProps: { span: 8 }, required: true,}, - { field: 'nickName', label: '昵称', component: 'Input', colProps: { span: 8 }, required: true,}, - { field: 'phone', label: '电话号码', component: 'Input', colProps: { span: 8 }, required: true,}, + { field: 'age', label: '年龄', component: 'InputNumber', colProps: { span: 8 },}, + { field: 'nickName', label: '昵称', component: 'Input', colProps: { span: 8 },}, + { field: 'phone', label: '电话号码', component: 'Input', colProps: { span: 8 },}, { field: 'weChatId', label: '微信号', component: 'Input', colProps: { span: 8 }, }, { field: 'height', label: '身高(cm)', component: 'InputNumber', colProps: { span: 8 }, }, { field: 'weight', label: '体重(kg)', component: 'InputNumber', colProps: { span: 8 }, },