mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	根据勾选列表是否显示 隐藏主键列
This commit is contained in:
		@@ -109,7 +109,7 @@
 | 
			
		||||
#set($comment=$column.columnComment)
 | 
			
		||||
#end
 | 
			
		||||
#if($column.pk)
 | 
			
		||||
      <el-table-column label="${comment}" align="center" prop="${javaField}" />
 | 
			
		||||
      <el-table-column label="${comment}" align="center" prop="${javaField}" v-if="${column.list}"/>
 | 
			
		||||
#elseif($column.list && $column.htmlType == "datetime")
 | 
			
		||||
      <el-table-column label="${comment}" align="center" prop="${javaField}" width="180">
 | 
			
		||||
        <template slot-scope="scope">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user