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(() => {