mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
update codegen/vue3/views/data.ts.vm
字典值类型生成修正 Signed-off-by: supine-win <supine.win@gmail.com>
This commit is contained in:
parent
de70cc0cba
commit
736a3505a6
@ -34,9 +34,9 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
#if ("" != $dictType)## 有数据字典
|
||||
dictType: DICT_TYPE.$dictType.toUpperCase(),
|
||||
#if (${column.javaType.toLowerCase()} == "long" || ${column.javaType.toLowerCase()} == "integer")
|
||||
dictData: 'number',
|
||||
dictClass: 'number',
|
||||
#else
|
||||
dictData: 'string',
|
||||
dictClass: 'string',
|
||||
#end
|
||||
#end
|
||||
#if (!$column.createOperation && !$column.updateOperation)
|
||||
|
Loading…
Reference in New Issue
Block a user