diff --git a/src/views/business/comps/template/formConfig/formConfig.js b/src/views/business/comps/template/formConfig/formConfig.js index 7029d17..4190c0a 100644 --- a/src/views/business/comps/template/formConfig/formConfig.js +++ b/src/views/business/comps/template/formConfig/formConfig.js @@ -67,6 +67,13 @@ export const getSjColumns = () => { label: 'page.business.resource.sj.sjbh' }, { + prop: 'kcl', + label: 'page.business.resource.sj.kcl', + formatter: (row) => { + return row.kc + row.kcdw + } + }, + { prop: 'nd', label: 'page.business.resource.sj.sjnd' }, @@ -96,6 +103,13 @@ export const getGspColumns = () => { label: 'page.business.resource.sj.sjbh' }, { + prop: 'kcl', + label: 'page.business.resource.sj.kcl', + formatter: (row) => { + return row.kc + row.kcdw + } + }, + { prop: 'yxq', label: '有效期' }, @@ -117,6 +131,13 @@ export const getGyzjColumns = () => { label: 'page.business.resource.sj.sjbh' }, { + prop: 'kcl', + label: 'page.business.resource.sj.kcl', + formatter: (row) => { + return row.kc + row.kcdw + } + }, + { prop: 'nd', label: 'page.business.resource.sj.sjnd' },