fix: 修复vue2模板主子表异常的问题

This commit is contained in:
insistence
2025-02-19 08:43:47 +08:00
parent 6bae2d2d0c
commit e8b3a6c49b

View File

@@ -311,7 +311,7 @@
<template slot-scope="scope">
<el-select v-model="scope.row.{{ pythonField }}" placeholder="请选择{{ comment }}">
<el-option
v-for="dict in dict.type.{{ column.dictType }}"
v-for="dict in dict.type.{{ column.dict_type }}"
:key="dict.value"
:label="dict.label"
:value="dict.value"