From 9aa6fe72192ec6b5160a127070002fde1765115b Mon Sep 17 00:00:00 2001 From: lixiangyu <lixiangyu@xalxzn.com> Date: 星期二, 09 九月 2025 17:55:30 +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