一键生成CRUD生成紧凑型表单

pull/101/head
PPPSCN 2019-03-01 23:30:36 +08:00
parent 8cfead83bf
commit 6a5a966829
1 changed files with 1 additions and 0 deletions

View File

@ -523,6 +523,7 @@ class Crud extends Command
//循环所有字段,开始构造视图的HTML和JS信息
foreach ($columnList as $k => $v) {
$field = $v['COLUMN_NAME'];
$langField = mb_ucfirst($field);
$itemArr = [];
// 这里构建Enum和Set类型的列表数据
if (in_array($v['DATA_TYPE'], ['enum', 'set', 'tinyint'])) {