Commit 4714494b authored by jiangqihao's avatar jiangqihao

法人描述修改

parent 5bc0aecf
......@@ -35,7 +35,7 @@ const tableConfig = {
showInSearch: true,
},
ExtCorporateName_SDK: {
label: '法定人代表',
label: '法定代表人',
type: 'input'
},
ExtSocialUnifiedCreditCode_SDK: {
......@@ -45,7 +45,11 @@ const tableConfig = {
CreationOn: {
label: '注册时间',
type: 'input'
type: 'date',
layout: 12,
attrs: {
valueFormat: "YYYY-MM-DD"
}
},
// Ext_QuoteOppotunity_KUT: {
// type: 'input',
......
......@@ -19,7 +19,7 @@ const tableConfig = {
showInSearch: true,
},
ExtCorporateName_SDK: {
label: '法定人代表',
label: '法定代表人',
type: 'input'
},
ExtSocialUnifiedCreditCode_SDK: {
......@@ -29,7 +29,10 @@ const tableConfig = {
CreationOn: {
label: '注册时间',
type: 'input'
type: 'date',
attrs: {
format: "yyyy-MM-dd"
}
},
// Ext_QuoteOppotunity_KUT: {
// type: 'input',
......
......@@ -53,7 +53,7 @@ const tableConfig = {
type: 'input'
},
ExtCorporateName_SDK: {
label: '法定人代表',
label: '法定代表人',
type: 'input'
},
ExtSocialUnifiedCreditCode_SDK: {
......@@ -63,7 +63,11 @@ const tableConfig = {
CreationOn: {
label: '注册时间',
type: 'input'
type: 'date',
layout: 12,
attrs: {
format: "yyyy-MM-dd"
}
},
// Ext_QuoteOppotunity_KUT: {
// type: 'input',
......
......@@ -19,7 +19,7 @@ const tableConfig = {
showInSearch: true,
},
ExtCorporateName_SDK: {
label: '法定人代表',
label: '法定代表人',
type: 'input'
},
ExtSocialUnifiedCreditCode_SDK: {
......
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