自动费用模板 以及 用户邮箱管理调整

feature-JimuReport-1106-yjl
张同海 3 weeks ago
parent 3fa19dd330
commit 2f25f913ac

@ -406,7 +406,7 @@
data: 'unitPrice',
type: 'numeric',
format: '0.00',
readOnly: true,
// readOnly: true,
},
{
title: '汇率',

@ -107,6 +107,7 @@ export const formSchema: FormSchema[] = [
label: '邮箱账号',
component: 'Input',
colProps: { span: 12 },
rules: [{ type: 'email', message: '请填写正确的邮箱地址' }],
},
{
field: 'showName',
@ -117,7 +118,7 @@ export const formSchema: FormSchema[] = [
{
field: 'password',
label: '密码',
component: 'Input',
component: 'InputPassword',
colProps: { span: 12 },
},
{

@ -410,7 +410,7 @@
data: 'unitPrice',
type: 'numeric',
format: '0.00',
readOnly: true,
// readOnly: true,
},
{
title: '汇率',

Loading…
Cancel
Save