Commit dc2c5277 authored by jiangqihao's avatar jiangqihao

还原

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