Commit dc2c5277 authored by jiangqihao's avatar jiangqihao

还原

parent 49e9b691
......@@ -42,14 +42,13 @@ const tableConfig = {
label: '统一社会信用代码',
type: 'input'
},
CreationOn: {
label: '注册时间',
type: 'date',
layout: 12,
attrs: {
valueFormat: "YYYY-MM-DD"
}
type: 'input',
// layout: 12,
// attrs: {
// format: "yyyy-MM-dd"
// }
},
// Ext_QuoteOppotunity_KUT: {
// type: 'input',
......
......@@ -29,10 +29,10 @@ const tableConfig = {
CreationOn: {
label: '注册时间',
type: 'date',
attrs: {
format: "yyyy-MM-dd"
}
type: 'input',
// attrs: {
// format: "yyyy-MM-dd"
// }
},
// Ext_QuoteOppotunity_KUT: {
// type: 'input',
......
......@@ -63,11 +63,11 @@ const tableConfig = {
CreationOn: {
label: '注册时间',
type: 'date',
layout: 12,
attrs: {
format: "yyyy-MM-dd"
}
type: 'input',
// layout: 12,
// attrs: {
// format: "yyyy-MM-dd"
// }
},
// Ext_QuoteOppotunity_KUT: {
// type: 'input',
......
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