|
|
@ -67,6 +67,13 @@ export const getSjColumns = () => { |
|
|
label: 'page.business.resource.sj.sjbh' |
|
|
label: 'page.business.resource.sj.sjbh' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
prop: 'kcl', |
|
|
|
|
|
label: 'page.business.resource.sj.kcl', |
|
|
|
|
|
formatter: (row) => { |
|
|
|
|
|
return row.kc + row.kcdw |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
prop: 'nd', |
|
|
prop: 'nd', |
|
|
label: 'page.business.resource.sj.sjnd' |
|
|
label: 'page.business.resource.sj.sjnd' |
|
|
}, |
|
|
}, |
|
|
@ -96,6 +103,13 @@ export const getGspColumns = () => { |
|
|
label: 'page.business.resource.sj.sjbh' |
|
|
label: 'page.business.resource.sj.sjbh' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
prop: 'kcl', |
|
|
|
|
|
label: 'page.business.resource.sj.kcl', |
|
|
|
|
|
formatter: (row) => { |
|
|
|
|
|
return row.kc + row.kcdw |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
prop: 'yxq', |
|
|
prop: 'yxq', |
|
|
label: '有效期' |
|
|
label: '有效期' |
|
|
}, |
|
|
}, |
|
|
@ -117,6 +131,13 @@ export const getGyzjColumns = () => { |
|
|
label: 'page.business.resource.sj.sjbh' |
|
|
label: 'page.business.resource.sj.sjbh' |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
|
|
|
prop: 'kcl', |
|
|
|
|
|
label: 'page.business.resource.sj.kcl', |
|
|
|
|
|
formatter: (row) => { |
|
|
|
|
|
return row.kc + row.kcdw |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
prop: 'nd', |
|
|
prop: 'nd', |
|
|
label: 'page.business.resource.sj.sjnd' |
|
|
label: 'page.business.resource.sj.sjnd' |
|
|
}, |
|
|
}, |
|
|
|