From fe1714343487c00b64aa67c7fcea0bab49fbd612 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 4 Sep 2023 16:24:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=81=E4=B9=A6=E5=AD=97=E4=BD=93=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/testvideo/certificate.vue | 28 ++++++++++++++-------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/client/src/views/testvideo/certificate.vue b/client/src/views/testvideo/certificate.vue index e6f1f51..141e323 100644 --- a/client/src/views/testvideo/certificate.vue +++ b/client/src/views/testvideo/certificate.vue @@ -146,7 +146,12 @@ - + + + + + + @@ -169,17 +174,18 @@ title="证书图片" >
+
-
+
@@ -203,12 +209,13 @@ const dflistForm = { "单位名称": "", "职务": "", "手机号": "", - "是否内审员": true, - "是否授权签字人": true, - "是否质量负责人": true, - "是否最高管理者": true, - "是否需要集团证书": true, - "是否需要北京标研培训合格": true, + "字体方案":'1', + "是否内审员": false, + "是否授权签字人": false, + "是否质量负责人": false, + "是否最高管理者": false, + "是否需要集团证书": false, + "是否需要北京标研培训合格": false, }; const dflistQuery = { page: 1, @@ -316,6 +323,7 @@ export default { async confirm(form) { this.$refs[form].validate((valid) => { if (valid) { + this.form.字体方案 = parseInt(this.form.字体方案); const isEdit = this.dialogType === "edit"; if (isEdit) { updateCertificate(this.form.id, this.form).then((res) => {