mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	update 生成模板前端增加fixed
This commit is contained in:
		@@ -123,7 +123,7 @@
 | 
			
		||||
#end
 | 
			
		||||
#end
 | 
			
		||||
#end
 | 
			
		||||
        <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
 | 
			
		||||
        <el-table-column label="操作" align="center" fixed="right" class-name="small-padding fixed-width">
 | 
			
		||||
          <template #default="scope">
 | 
			
		||||
            <el-tooltip content="修改" placement="top">
 | 
			
		||||
              <el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)" v-hasPermi="['${moduleName}:${businessName}:edit']" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user