review:【erp 系统】purchase/order 的管理

This commit is contained in:
YunaiV
2025-08-04 22:42:59 +08:00
parent 9a305e6cbd
commit 6d99bf3a46
5 changed files with 17 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ const props = withDefaults(defineProps<Props>(), {
});
/** 概览数据 */
// TODO @nehc应该是有 8 个小卡片,少了 4 个?
const overviewItems = computed<AnalysisOverviewItem[]>(() => [
{
icon: SvgCardIcon,