mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-17 00:36:39 +08:00
update 生成模板前端增加fixed
This commit is contained in:
parent
81869cfeb3
commit
e795e315eb
@ -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']" />
|
||||
|
Loading…
Reference in New Issue
Block a user