mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update 优化 代码生成器 自动适配oss翻译
This commit is contained in:
		@@ -99,9 +99,9 @@
 | 
			
		||||
          </template>
 | 
			
		||||
        </el-table-column>
 | 
			
		||||
#elseif($column.list && $column.htmlType == "imageUpload")
 | 
			
		||||
        <el-table-column label="${comment}" align="center" prop="${javaField}" width="100">
 | 
			
		||||
        <el-table-column label="${comment}" align="center" prop="${javaField}Url" width="100">
 | 
			
		||||
          <template #default="scope">
 | 
			
		||||
            <image-preview :src="scope.row.${javaField}" :width="50" :height="50"/>
 | 
			
		||||
            <image-preview :src="scope.row.${javaField}Url" :width="50" :height="50"/>
 | 
			
		||||
          </template>
 | 
			
		||||
        </el-table-column>
 | 
			
		||||
#elseif($column.list && $column.dictType && "" != $column.dictType)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user