chore: 优化部分注释

This commit is contained in:
2024-11-17 21:58:55 +08:00
parent 7870de2892
commit 3116836b01
26 changed files with 50 additions and 49 deletions

View File

@@ -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'])