!336 update codegen/vue3/views/data.ts.vm

Merge pull request !336 from supine-win/N/A
plp
芋道源码 3 years ago committed by Gitee
commit ea67a47939
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -34,9 +34,9 @@ const crudSchemas = reactive<VxeCrudSchema>({
#if ("" != $dictType)## 有数据字典 #if ("" != $dictType)## 有数据字典
dictType: DICT_TYPE.$dictType.toUpperCase(), dictType: DICT_TYPE.$dictType.toUpperCase(),
#if (${column.javaType.toLowerCase()} == "long" || ${column.javaType.toLowerCase()} == "integer") #if (${column.javaType.toLowerCase()} == "long" || ${column.javaType.toLowerCase()} == "integer")
dictData: 'number', dictClass: 'number',
#else #else
dictData: 'string', dictClass: 'string',
#end #end
#end #end
#if (!$column.createOperation && !$column.updateOperation) #if (!$column.createOperation && !$column.updateOperation)

Loading…
Cancel
Save