Commit 12ba6d06 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 新增投标校验提示显示错误

parent ab8d6bf8
...@@ -87,7 +87,7 @@ export const ProductTableCell:React.FC<ProductTableCellProps> = ({ ...@@ -87,7 +87,7 @@ export const ProductTableCell:React.FC<ProductTableCellProps> = ({
rules={[ rules={[
{ {
required: true, required: true,
message: `${title}${intl.formatMessage({ id: 'table.purchase.bixutianxie' })}}`, message: `${title}${intl.formatMessage({ id: 'table.purchase.bixutianxie' })}`,
}, },
dataIndex === 'price' ? { dataIndex === 'price' ? {
pattern: /^\d+(\.\d{1,4})?$/, pattern: /^\d+(\.\d{1,4})?$/,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment