From bcf3cae47b1d6d5bde273d1006719751d615769f Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 03 三月 2025 11:48:35 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/propaganda/particty.vue | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/src/views/patient/propaganda/particty.vue b/src/views/patient/propaganda/particty.vue index 4d12c9c..1ac40ab 100644 --- a/src/views/patient/propaganda/particty.vue +++ b/src/views/patient/propaganda/particty.vue @@ -1108,6 +1108,10 @@ value: "3", label: "浣撴鐥呬汉", }, + { + value: "5", + label: "鎵嬫湳鐥呬汉", + }, ], source: [ { @@ -1326,7 +1330,7 @@ // label: "鏅鸿兘鏈哄櫒浜�", // }, ]; - } else if (this.form.serviceType == 7 || this.form.serviceType == 5) { + } else if (this.form.serviceType == 7 || this.form.serviceType == 5|| this.form.serviceType == 10|| this.form.serviceType == 11) { this.checkboxlist = [ { value: "1", @@ -1352,6 +1356,10 @@ value: "6", label: "寰俊灏忕▼搴�", }, + { + value: "7", + label: "鏈悗闅忚", + }, ]; } else if (this.form.serviceType == 2 || this.form.serviceType == 3) { this.checkboxlist = [ -- Gitblit v1.9.3