Commit f32ca732 authored by 左玲玲's avatar 左玲玲 😬

1634

parent 805d5ec4
...@@ -119,7 +119,8 @@ function getcolumns(setdrawer, valtype, itemId) { ...@@ -119,7 +119,8 @@ function getcolumns(setdrawer, valtype, itemId) {
formItemProps: { rules: [{ required: true, message: '此项为必填项' }] }, formItemProps: { rules: [{ required: true, message: '此项为必填项' }] },
colProps: { span: 8 }, colProps: { span: 8 },
hideInTable: true, hideInTable: true,
precision: 0 precision: 0,
min: 1
}, },
{ {
title: '预警设置(自然日)', title: '预警设置(自然日)',
...@@ -130,7 +131,8 @@ function getcolumns(setdrawer, valtype, itemId) { ...@@ -130,7 +131,8 @@ function getcolumns(setdrawer, valtype, itemId) {
colProps: { span: 8 }, colProps: { span: 8 },
valueType: 'digit', valueType: 'digit',
hideInTable: true, hideInTable: true,
precision: 0 precision: 0,
min: 1
}, },
{ {
title: '合同租期(月)', title: '合同租期(月)',
......
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