Commit 429ad3de by li.jian

修改bug

parent 5df0d420
...@@ -1697,48 +1697,48 @@ export const formProps: FormProps = { ...@@ -1697,48 +1697,48 @@ export const formProps: FormProps = {
listStyle: "return 'width:100%'", listStyle: "return 'width:100%'",
}, },
}, },
{ // {
key: '2e2b5dec301f45d99ca29ab90590223b', // key: '2e2b5dec301f45d99ca29ab90590223b',
title: '客户标准(%)', // title: '客户标准(%)',
dataIndex: 'khbz', // dataIndex: 'khbz',
componentType: 'InputNumber', // componentType: 'InputNumber',
componentProps: { // componentProps: {
width: '100%', // width: '100%',
span: '', // span: '',
step: 0.01, // step: 0.01,
disabled: false, // disabled: false,
showLabel: true, // showLabel: true,
controls: true, // controls: true,
required: false, // required: false,
subTotal: false, // subTotal: false,
isShow: true, // isShow: true,
rules: [], // rules: [],
events: {}, // events: {},
tooltipConfig: { visible: false, title: '提示文本' }, // tooltipConfig: { visible: false, title: '提示文本' },
listStyle: "return 'width:100%'", // listStyle: "return 'width:100%'",
}, // },
}, // },
{ // {
key: '5e1c4fee76c14596a870f161fefed804', // key: '5e1c4fee76c14596a870f161fefed804',
title: '内控标准(%)', // title: '内控标准(%)',
dataIndex: 'nkbz', // dataIndex: 'nkbz',
componentType: 'InputNumber', // componentType: 'InputNumber',
componentProps: { // componentProps: {
width: '100%', // width: '100%',
span: '', // span: '',
step: 0.01, // step: 0.01,
disabled: false, // disabled: false,
showLabel: true, // showLabel: true,
controls: true, // controls: true,
required: false, // required: false,
subTotal: false, // subTotal: false,
isShow: true, // isShow: true,
rules: [], // rules: [],
events: {}, // events: {},
tooltipConfig: { visible: false, title: '提示文本' }, // tooltipConfig: { visible: false, title: '提示文本' },
listStyle: "return 'width:100%'", // listStyle: "return 'width:100%'",
}, // },
}, // },
{ {
key: 'a1d690dc949645669e361c706807680b', key: 'a1d690dc949645669e361c706807680b',
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