fix: 修复vue2模板主子表异常的问题
This commit is contained in:
@@ -311,7 +311,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-select v-model="scope.row.{{ pythonField }}" placeholder="请选择{{ comment }}">
|
<el-select v-model="scope.row.{{ pythonField }}" placeholder="请选择{{ comment }}">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="dict in dict.type.{{ column.dictType }}"
|
v-for="dict in dict.type.{{ column.dict_type }}"
|
||||||
:key="dict.value"
|
:key="dict.value"
|
||||||
:label="dict.label"
|
:label="dict.label"
|
||||||
:value="dict.value"
|
:value="dict.value"
|
||||||
|
Reference in New Issue
Block a user