From 4f910507f52f57e41489cde9dc0e33621ed819e2 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Wed, 28 Jan 2026 21:08:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E9=A2=84=E8=AE=A1=E5=8D=95=E4=BD=8D=E5=B8=A6=E5=87=BA?= =?UTF-8?q?=E5=AE=9E=E9=99=85=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js b/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js index 57d0743..0b5eef3 100644 --- a/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js +++ b/src/views/business/comps/template/formConfig/SWYPFXFFXYPZBBTableConfig.js @@ -43,6 +43,7 @@ export const getSWYPFXFFXYPZBBTableConfig = ( prop: 'yjryxql', width: 320, headerSelectKey: 'yjryxqlUnit', + headerSelectTo: 'sjryxqlUnit', fillType: 'preFill', headerOptions: $this.getDictOptions('business_tjdw'), bodyType: 'inputNumber', @@ -67,6 +68,7 @@ export const getSWYPFXFFXYPZBBTableConfig = ( prop: 'yjjzxql', width: isXsy ? 350 : 280, headerSelectKey: 'yjjzxqlUnit', + headerSelectTo: 'sjjzxqlUnit', fillType: 'preFill', headerOptions: $this.getDictOptions('business_tjdw'), bodyType: 'inputNumber', @@ -145,6 +147,7 @@ export const getSWYPFXFFXYPZBBTQHSLTableConfig = ($this, selectKey) => { prop: 'yjryxql', width: 320, headerSelectKey: 'yjryxqlUnit', + headerSelectTo: 'sjryxqlUnit', fillType: 'preFill', headerOptions: $this.getDictOptions('business_tjdw'), bodyType: 'inputNumber', @@ -169,6 +172,7 @@ export const getSWYPFXFFXYPZBBTQHSLTableConfig = ($this, selectKey) => { prop: 'yjgzyxql', width: 350, headerSelectKey: 'yjgzyxqlUnit', + headerSelectTo: 'sjgzyxqlUnit', fillType: 'preFill', headerOptions: $this.getDictOptions('business_tjdw'), bodyType: 'inputNumber', @@ -193,6 +197,7 @@ export const getSWYPFXFFXYPZBBTQHSLTableConfig = ($this, selectKey) => { prop: 'yjxsyxql', width: 350, headerSelectKey: 'yjxsyxqlUnit', + headerSelectTo: 'sjxsyxqlUnit', fillType: 'preFill', headerOptions: $this.getDictOptions('business_tjdw'), bodyType: 'inputNumber',