Commit 8db3a91c by 董晓奇

需求:

天然气巡检-去掉名称字段
parent d68db5c7
...@@ -210,15 +210,37 @@ export const formProps: FormProps = { ...@@ -210,15 +210,37 @@ export const formProps: FormProps = {
style: { width: '100%' }, style: { width: '100%' },
}, },
}, },
],
},
{
span: 12,
list: [
{ {
key: 'f9d86621c3354428b91bfa63ffc6f3b8', key: '2e56c34cf7564c8b94e4362f576852ad',
field: 'mc', field: 'createDate',
label: '名称', label: '巡检时间',
type: 'date',
component: 'DatePicker',
colProps: { span: 24 },
defaultValue: '',
componentProps: {
span: 7,
defaultValue: '',
width: '100%',
placeholder: '',
format: 'YYYY-MM-DD HH:mm:ss',
showLabel: true,
allowClear: true,
disabled: false,
required: false,
isShow: true,
rules: [],
events: {},
isGetCurrent: false,
tooltipConfig: { visible: false, title: '提示文本' },
searchType: 'time',
style: { width: '100%' },
},
},
{
key: '47a71bc316a94794bbf45ec7b26ce391',
field: 'bz',
label: '备注',
type: 'input', type: 'input',
component: 'Input', component: 'Input',
colProps: { span: 24 }, colProps: { span: 24 },
...@@ -343,36 +365,9 @@ export const formProps: FormProps = { ...@@ -343,36 +365,9 @@ export const formProps: FormProps = {
span: 12, span: 12,
list: [ list: [
{ {
key: '2e56c34cf7564c8b94e4362f576852ad', key: 'f9d86621c3354428b91bfa63ffc6f3b8',
field: 'createDate', field: 'mc',
label: '巡检时间', label: '名称',
type: 'date',
component: 'DatePicker',
colProps: { span: 24 },
defaultValue: '',
componentProps: {
span: 7,
defaultValue: '',
width: '100%',
placeholder: '',
format: 'YYYY-MM-DD HH:mm:ss',
showLabel: true,
allowClear: true,
disabled: false,
required: false,
isShow: true,
rules: [],
events: {},
isGetCurrent: false,
tooltipConfig: { visible: false, title: '提示文本' },
searchType: 'time',
style: { width: '100%' },
},
},
{
key: '47a71bc316a94794bbf45ec7b26ce391',
field: 'bz',
label: '备注',
type: 'input', type: 'input',
component: 'Input', component: 'Input',
colProps: { span: 24 }, colProps: { span: 24 },
...@@ -394,7 +389,7 @@ export const formProps: FormProps = { ...@@ -394,7 +389,7 @@ export const formProps: FormProps = {
events: {}, events: {},
listStyle: '', listStyle: '',
isSave: false, isSave: false,
isShow: true, isShow: false,
scan: false, scan: false,
bordered: true, bordered: true,
isShowAi: false, isShowAi: false,
......
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