mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 18:49:06 +08:00 
			
		
		
		
	fix: 字典类型代码生成
This commit is contained in:
		| @ -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) | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu