From daa772264aedb3a6f500fcc2dc7329259d39c831 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 14 Jul 2021 11:17:08 +0800
Subject: [PATCH] 派遣菜单和装备菜单调整,公司单位管理调整

---
 src/views/securityEquipment/gun.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/gun/index.vue b/src/views/securityEquipment/gun.vue
similarity index 98%
rename from src/views/gun/index.vue
rename to src/views/securityEquipment/gun.vue
index f020f46..022668d 100644
--- a/src/views/gun/index.vue
+++ b/src/views/securityEquipment/gun.vue
@@ -30,7 +30,7 @@
 </template>
 
 <script>
-import { data, column } from "./data";
+import { data, column } from "./gun";
 import { getdata, adddata, update, remove } from "@/api/gun/gun";
 
 export default {

--
Gitblit v1.9.3