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