信息架构/菜单框架大重构-20260109

This commit is contained in:
Cheng Zhou
2026-01-09 11:19:04 +08:00
parent ba3cf95b8a
commit 9021c7fe2b
188 changed files with 7632 additions and 11658 deletions
+2 -2
View File
@@ -21,7 +21,7 @@
<el-switch v-model="onlyActive" active-text="仅启用" @change="loadFaqs" />
<div class="spacer" />
<PermissionAction action="faq.create">
<el-button type="primary" @click="openForm()">新建 FAQ</el-button>
<el-button type="primary" @click="openForm()">新建咨询</el-button>
</PermissionAction>
</div>
</el-card>
@@ -111,7 +111,7 @@ const loadFaqs = async () => {
total.value = data.total || 0;
}
} catch (e: any) {
ElMessage.error(e?.response?.data?.message || "FAQ 加载失败");
ElMessage.error(e?.response?.data?.message || "咨询加载失败");
} finally {
loading.value = false;
}