@@ -189,7 +189,7 @@
};
const [registerTable, { reload }] = useTable({
api: authorizeOpenApilist,
- title: '深时本地版相机授权',
+ title: 'API授权列表',
columns: columns,
useSearchForm: true,
formConfig: searchForm,
@@ -11,6 +11,7 @@
},
{
label: '授权记录',
+ ifShow: getCheckPerm('difference-loglist'),
onClick: handleLogList.bind(null, record, 'edit'),
]"