From 7c3919616d12452afb8a25d6791717caf16b09f6 Mon Sep 17 00:00:00 2001 From: lslaiwy <1209768238@qq.com> Date: Mon, 2 Mar 2026 22:37:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=A1=A8=E5=8D=95=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=B6=E4=BB=96=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/zh/template/dl.js | 7 +++---- src/views/business/comps/template/comps/dl/DL016.vue | 1 + src/views/business/comps/template/comps/dl/DL017.vue | 1 + src/views/business/comps/template/comps/dl/DL018.vue | 1 + src/views/business/comps/template/comps/dl/DL019.vue | 1 + src/views/business/comps/template/comps/dl/DL021.vue | 15 +++++---------- 6 files changed, 12 insertions(+), 14 deletions(-) diff --git a/src/lang/zh/template/dl.js b/src/lang/zh/template/dl.js index 124605d..8583c66 100644 --- a/src/lang/zh/template/dl.js +++ b/src/lang/zh/template/dl.js @@ -180,9 +180,8 @@ export default { dlbz: '备注', gcqk: '观察情况', - jlzb:'剂量组别', - xybh:'悬液编号', - bplsh1:'玻片流水号', - bplsh2:'玻片流水号', + bpbh:'玻片编号', + gcxps:'观察细胞数目', + zqxxbs:'中期相细胞数', }, } diff --git a/src/views/business/comps/template/comps/dl/DL016.vue b/src/views/business/comps/template/comps/dl/DL016.vue index 2a9b682..8e22210 100644 --- a/src/views/business/comps/template/comps/dl/DL016.vue +++ b/src/views/business/comps/template/comps/dl/DL016.vue @@ -150,6 +150,7 @@ export default { fillType: 'preFill', options: this.getDictOptions('business_dl_qsxjbltj'), otherCode: 'bltjOther', + showOtherLabel:false }, } } diff --git a/src/views/business/comps/template/comps/dl/DL017.vue b/src/views/business/comps/template/comps/dl/DL017.vue index 9bda0c3..e86ba26 100644 --- a/src/views/business/comps/template/comps/dl/DL017.vue +++ b/src/views/business/comps/template/comps/dl/DL017.vue @@ -151,6 +151,7 @@ export default { fillType: 'preFill', options: this.getDictOptions('business_dl_qsxjbltj'), otherCode: 'bltjOther', + showOtherLabel:false }, } } diff --git a/src/views/business/comps/template/comps/dl/DL018.vue b/src/views/business/comps/template/comps/dl/DL018.vue index 8476fd1..a2b95dd 100644 --- a/src/views/business/comps/template/comps/dl/DL018.vue +++ b/src/views/business/comps/template/comps/dl/DL018.vue @@ -151,6 +151,7 @@ export default { fillType: 'preFill', options: this.getDictOptions('business_dl_qsxjbltj'), otherCode: 'bltjOther', + showOtherLabel:false }, } } diff --git a/src/views/business/comps/template/comps/dl/DL019.vue b/src/views/business/comps/template/comps/dl/DL019.vue index 44fb85c..2c4758d 100644 --- a/src/views/business/comps/template/comps/dl/DL019.vue +++ b/src/views/business/comps/template/comps/dl/DL019.vue @@ -151,6 +151,7 @@ export default { fillType: 'preFill', options: this.getDictOptions('business_dl_qsxjbltj'), otherCode: 'bltjOther', + showOtherLabel:false }, } } diff --git a/src/views/business/comps/template/comps/dl/DL021.vue b/src/views/business/comps/template/comps/dl/DL021.vue index 8322937..659bbbf 100644 --- a/src/views/business/comps/template/comps/dl/DL021.vue +++ b/src/views/business/comps/template/comps/dl/DL021.vue @@ -123,21 +123,16 @@ export default { bodyMaxlength: 50, },{ label: 'template.dl.dl021.gcxps', - prop: 'dwbh', - bodyType: 'checkboxTag', + prop: 'cyd', + bodyType: 'input', bodyFillType: 'actFill', - bodySubType:"button", - bodySubFillType:"preFill", - bodySubButtonName:"template.common.importTemplate", - bodySubKey:"exportBtn", - showBodySub:this.fillType === "preFill", - width: 280, + width: 100, bodyMaxlength: 10, },{ label: 'template.dl.dl021.zqxxbs', - prop: 'ypsl', + label: 'template.dl.dl021.gcxps', + prop: 'cyd', bodyType: 'input', - bodyDisabled: true, bodyFillType: 'actFill', width: 80, bodyMaxlength: 10,