Merge branch 'master' of https://e.coding.net/ctcdevteam/cma_search
This commit is contained in:
commit
16d6d0a26a
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue