web: Fix 标签管理管理

This commit is contained in:
Fam Zheng 2025-04-25 22:26:43 +01:00
parent 9ec5abbfc8
commit baff5ce806
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
<template>
<GenericManager
:uri="resource_uri"
object_name="标签管理"
object_name="标签"
:visible_fields="['id', 'name', 'description']"
:editable_fields="['name', 'description']"
/>