From c406abea70e8e137378f49489618e2fc1cd01d07 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Tue, 7 Apr 2026 10:29:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E8=AF=95=E5=89=82/=E4=BE=9B=E8=AF=95=E5=93=81/=E7=BB=99?= =?UTF-8?q?=E8=8D=AF=E5=88=B6=E5=89=82=20->=E9=80=89=E6=8B=A9=E5=99=A8?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E5=88=97=E5=BA=93=E5=AD=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../comps/template/formConfig/formConfig.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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' },