From 62ca9e54c9d4cf773dd7fad1f0381a0af9dd0f99 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Wed, 18 Mar 2026 22:14:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][sp0?= =?UTF-8?q?21]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/CustomTable.vue | 2 +- .../business/comps/template/comps/sp/SP00456.vue | 22 +++++++++++------ .../comps/template/comps/sp/comps/LadderConfig.vue | 28 +++++++++++++++++++++- .../template/formConfig/paralleAndLadderConfig.js | 7 ++++-- 4 files changed, 48 insertions(+), 11 deletions(-) diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue index 01bbfb7..b50fe45 100644 --- a/src/components/Template/CustomTable.vue +++ b/src/components/Template/CustomTable.vue @@ -1060,7 +1060,7 @@ export default { }, onAddRow() { if (this.$listeners && this.$listeners['onAddRow']) { - this.$emit('onAddRow'); + this.$emit('onAddRow',{dataSource:this.localDataSource}); return; } this.addRow({ diff --git a/src/views/business/comps/template/comps/sp/SP00456.vue b/src/views/business/comps/template/comps/sp/SP00456.vue index 533cc0d..cb69749 100644 --- a/src/views/business/comps/template/comps/sp/SP00456.vue +++ b/src/views/business/comps/template/comps/sp/SP00456.vue @@ -47,7 +47,9 @@ :showOperation="fillType === 'actFill' || fillType === 'preFill'" :tableColumns="ladderStepColumns" :prefixKey="'ladder_' + ladderIndex" :configType="'ladder'" :ref="`ladderRef_${ladderIndex}`" - :fieldItemLabel="'template.common.jtpz'" + :sn = "sn" + ladderType = "bq" + :fieldItemLabel="getOperationStepsLabel()" :showHeader="!isPcr234" @deleteConfig="deleteConfig('ladderConfigs', ladderConfig)" :fillType="fillType" /> @@ -59,12 +61,12 @@ :showOperation="fillType === 'actFill' || fillType === 'preFill'" :tableColumns="paralleStepColumns" :prefixKey="'paralle_' + paralleIndex" :configType="'paralle'" :ref="`paralleRef_${paralleIndex}`" - :fieldItemLabel="'template.common.pxpz'" + :fieldItemLabel="getOperationStepsLabel()" :showHeader="!isPcr234" :showHeaderLabel="!isGsp" @deleteConfig="deleteConfig('paralleConfigs', paralleConfig)" :fillType="fillType" /> -