12版证书字体方案

This commit is contained in:
shijing 2024-01-08 09:47:04 +08:00
parent 6064cfa4de
commit 44e810130b
1 changed files with 7 additions and 1 deletions

View File

@ -225,7 +225,12 @@
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="字体方案">
<el-select style="width: 100%" v-model="form.字体方案" placeholder="字体方案">
<el-option label="方案1" value="1"></el-option>
<el-option label="方案2" value="2"></el-option>
</el-select>
</el-form-item>
</el-col>
</el-row>
<el-row v-if="form.证书方案=='202309'">
@ -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(() => {