|
|
@@ -146,7 +146,7 @@
|
|
146
|
146
|
v-for="dict in ${field}Options"
|
|
147
|
147
|
:key="dict.dictValue"
|
|
148
|
148
|
:label="dict.dictLabel"
|
|
149
|
|
- #if($column.javaType == "Integer"):value="parseInt(dict.dictValue)"#else:value="dict.dictValue"#end
|
|
|
149
|
+ #if($column.javaType == "Integer" || $column.javaType == "Long"):value="parseInt(dict.dictValue)"#else:value="dict.dictValue"#end
|
|
150
|
150
|
|
|
151
|
151
|
></el-option>
|
|
152
|
152
|
</el-select>
|
|
|
@@ -163,7 +163,7 @@
|
|
163
|
163
|
<el-radio
|
|
164
|
164
|
v-for="dict in ${field}Options"
|
|
165
|
165
|
:key="dict.dictValue"
|
|
166
|
|
- #if($column.javaType == "Integer"):label="parseInt(dict.dictValue)"#else:label="dict.dictValue"#end
|
|
|
166
|
+ #if($column.javaType == "Integer" || $column.javaType == "Long"):label="parseInt(dict.dictValue)"#else:label="dict.dictValue"#end
|
|
167
|
167
|
|
|
168
|
168
|
>{{dict.dictLabel}}</el-radio>
|
|
169
|
169
|
</el-radio-group>
|