Commit a94bdceb by li.jian

修改bug

parent 787a58ae
...@@ -126,7 +126,7 @@ export const columns: BasicColumn[] = [ ...@@ -126,7 +126,7 @@ export const columns: BasicColumn[] = [
{ {
resizable: true, resizable: true,
dataIndex: 'bgsl', dataIndex: 'bgsl',
title: '报工数量', title: '总重量',
componentType: 'number', componentType: 'number',
fixed: false, fixed: false,
...@@ -1011,7 +1011,7 @@ export const formProps: FormProps = { ...@@ -1011,7 +1011,7 @@ export const formProps: FormProps = {
{ {
key: '8a15c005a5524c3dafd8b0b9bb5ec1d5', key: '8a15c005a5524c3dafd8b0b9bb5ec1d5',
field: 'bgsl', field: 'bgsl',
label: '报工数量', label: '总重量',
type: 'number', type: 'number',
component: 'InputNumber', component: 'InputNumber',
colProps: { span: 24 }, colProps: { span: 24 },
......
...@@ -167,7 +167,7 @@ export const columns: BasicColumn[] = [ ...@@ -167,7 +167,7 @@ export const columns: BasicColumn[] = [
{ {
resizable: true, resizable: true,
dataIndex: 'csl', dataIndex: 'csl',
title: '产出量', title: '产出量',
componentType: 'number', componentType: 'number',
fixed: false, fixed: false,
...@@ -505,7 +505,7 @@ export const formProps: FormProps = { ...@@ -505,7 +505,7 @@ export const formProps: FormProps = {
{ {
key: '1c0bf170e3ba4be78474821571cda0e6', key: '1c0bf170e3ba4be78474821571cda0e6',
field: 'csl', field: 'csl',
label: '产出量', label: '产出量',
type: 'number', type: 'number',
component: 'InputNumber', component: 'InputNumber',
colProps: { span: 24 }, colProps: { span: 24 },
......
...@@ -800,57 +800,57 @@ export const formProps: FormProps = { ...@@ -800,57 +800,57 @@ export const formProps: FormProps = {
listStyle: "return 'width:100%'", listStyle: "return 'width:100%'",
}, },
}, },
{ // {
key: 'dd4d2ce6ada84bc4b7d27503bc0f5cd6', // key: 'dd4d2ce6ada84bc4b7d27503bc0f5cd6',
title: '炉数', // title: '炉数',
dataIndex: 'ls', // dataIndex: 'ls',
componentType: 'InputNumber', // componentType: 'InputNumber',
defaultValue: '', // defaultValue: '',
componentProps: { // componentProps: {
width: '100%', // width: '100%',
span: '', // span: '',
defaultValue: '', // defaultValue: '',
min: 0, // min: 0,
max: 100, // max: 100,
step: 1, // step: 1,
maxlength: null, // maxlength: null,
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: [{ pattern: '/^[1-9]\\d*?$/', message: '请输入整数' }], // rules: [{ pattern: '/^[1-9]\\d*?$/', message: '请输入整数' }],
events: {}, // events: {},
placeholder: '请输入炉数', // placeholder: '请输入炉数',
tooltipConfig: { visible: false, title: '提示文本' }, // tooltipConfig: { visible: false, title: '提示文本' },
listStyle: "return 'width:100%'", // listStyle: "return 'width:100%'",
}, // },
}, // },
{ // {
key: '3b80cb19086e49e1a746cf9ace3f938e', // key: '3b80cb19086e49e1a746cf9ace3f938e',
title: '质量/KG', // title: '质量/KG',
dataIndex: 'zl', // dataIndex: 'zl',
componentType: 'InputNumber', // componentType: 'InputNumber',
defaultValue: 0, // defaultValue: 0,
componentProps: { // componentProps: {
width: '100%', // width: '100%',
span: '', // span: '',
defaultValue: 0, // defaultValue: 0,
min: 0, // min: 0,
step: 0.1, // step: 0.1,
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%'",
}, // },
}, // },
{ title: '操作', key: 'action', fixed: 'right', width: '50px' }, { title: '操作', key: 'action', fixed: 'right', width: '50px' },
], ],
span: '24', span: '24',
......
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