mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-03 07:32:33 +08:00
修改代码生成器
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
>
|
||||
#foreach ($column in $columns)
|
||||
#if($column.isList)
|
||||
#if($column.htmlType=="select" || $column.htmlType=="radio" $column.htmlType=="checkbox")
|
||||
#if($column.htmlType=="select" || $column.htmlType=="radio" || $column.htmlType=="checkbox")
|
||||
<el-table-column label="${column.columnComment}" prop="${column.javaField}" min-width="100">
|
||||
<template #default="{ row }">
|
||||
<dict-value :options="dictData.${column.dictType}" :value="row.${column.javaField}" />
|
||||
|
||||
Reference in New Issue
Block a user