mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-19 00:57:14 +08:00
chore: 优化部分注释
This commit is contained in:
@@ -145,8 +145,9 @@ const columns: TableInstanceColumns[] = [
|
||||
</#if>
|
||||
{
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
slotName: 'action',
|
||||
width: 130,
|
||||
width: 160,
|
||||
align: 'center',
|
||||
fixed: !isMobile() ? 'right' : undefined,
|
||||
show: has.hasPermOr(['${apiModuleName}:${apiName}:detail', '${apiModuleName}:${apiName}:update', '${apiModuleName}:${apiName}:delete'])
|
||||
|
Reference in New Issue
Block a user