flat: 暂存

This commit is contained in:
史典卓
2024-11-26 16:43:31 +08:00
parent 834c6c65fe
commit 0a9b0fe0ee
46 changed files with 1895 additions and 392 deletions

View File

@@ -211,7 +211,7 @@ const DictTableList: React.FC = () => {
type="link"
size="small"
key="edit"
hidden={!access.hasPerms('system:dictType:edit')}
hidden={!access.hasPerms('system:dictType:edit.tsx')}
onClick={() => {
setModalVisible(true);
setCurrentRow(record);