From 44e810130b2de12d9a92db26f6d610d6f2cdfa84 Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 8 Jan 2024 09:47:04 +0800 Subject: [PATCH] =?UTF-8?q?12=E7=89=88=E8=AF=81=E4=B9=A6=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/testvideo/certificate.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/client/src/views/testvideo/certificate.vue b/client/src/views/testvideo/certificate.vue index 0104b30..78e1d50 100644 --- a/client/src/views/testvideo/certificate.vue +++ b/client/src/views/testvideo/certificate.vue @@ -225,7 +225,12 @@ - + + + + + + @@ -432,6 +437,7 @@ export default { }, handleEdit(row) { this.form = Object.assign({}, row); // copy obj + this.form.字体方案 = this.form.字体方案.toString(); this.dialogType = "edit"; this.dialogVisible = true; this.$nextTick(() => {