From 6aa6125237c35222d8570414eae78fa50a6e9482 Mon Sep 17 00:00:00 2001
From: lixiangyu <lixiangyu@xalxzn.com>
Date: 星期一, 18 八月 2025 17:21:44 +0800
Subject: [PATCH] feat(cms): 新增刀具台账页面并优化相关功能

---
 src/views/mdc/base/modules/DepartList/DepartEquipment.vue |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/views/mdc/base/modules/DepartList/DepartEquipment.vue b/src/views/mdc/base/modules/DepartList/DepartEquipment.vue
new file mode 100644
index 0000000..94aa7db
--- /dev/null
+++ b/src/views/mdc/base/modules/DepartList/DepartEquipment.vue
@@ -0,0 +1,13 @@
+<template>
+  <div>鍒楄〃淇℃伅</div>
+</template>
+
+<script>
+  export default {
+    name: 'DepartEquipment'
+  }
+</script>
+
+<style scoped>
+
+</style>
\ No newline at end of file

--
Gitblit v1.9.3