Commit 4714494b authored by jiangqihao's avatar jiangqihao

法人描述修改

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