@ -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: 'InputPassword',
@ -410,7 +410,7 @@