From 47ec47c9badc66ae9d7b9ac2c1bf480cca3d5ee7 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期三, 28 一月 2026 16:33:01 +0800
Subject: [PATCH] 过程检、出厂检新增规格改成下拉框,并根据产品获取选项
---
src/layout/components/index.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/layout/components/index.js b/src/layout/components/index.js
index d1308ce..630b9fe 100644
--- a/src/layout/components/index.js
+++ b/src/layout/components/index.js
@@ -2,3 +2,4 @@
export { default as Navbar } from './Navbar'
export { default as Settings } from './Settings'
export { default as TagsView } from './TagsView/index.vue'
+export { default as NotificationCenter } from './NotificationCenter/index.vue'
--
Gitblit v1.9.3