mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +08:00
!336 update codegen/vue3/views/data.ts.vm
Merge pull request !336 from supine-win/N/A
This commit is contained in:
commit
ea67a47939
@ -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