Skip to content

Commit

Permalink
对象详情下的对象权限子表 中“权限集”未显示label
Browse files Browse the repository at this point in the history
  • Loading branch information
tujiajun committed Dec 28, 2023
1 parent d5c246d commit 2b7ffff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,8 @@ export async function getTableColumns(fields, options){
const href = Router.getObjectDetailPath({
...options, formFactor: options.formFactor, appId: "${appId}", objectName: options.objectName || "${objectName}", recordId: `\${${options.idFieldName}}`
})
columns[1].type = "tpl";
columns[1].tpl = `<a href="${href}">\${${columns[1].name}}</a>`
columns[0].type = "tpl";
columns[0].tpl = `<a href="${href}">\${${columns[0].name}}</a>`
}
return columns;
}
Expand Down

0 comments on commit 2b7ffff

Please sign in to comment.