From cb331570dc468d81600ccf0f93d32d1e7c2e5e43 Mon Sep 17 00:00:00 2001
From: Xaol <144221124+XaoLi717@users.noreply.github.com>
Date: Thu, 20 Feb 2025 09:00:29 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A7=94=E6=89=98=E7=AE=A1=E7=90=86=E7=A7=BB?=
=?UTF-8?q?=E5=8A=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/{Home/wtnr => work}/wtgl/WtglForm.vue | 0
src/views/{Home/wtnr => work}/wtgl/index.vue | 8 ++++----
2 files changed, 4 insertions(+), 4 deletions(-)
rename src/views/{Home/wtnr => work}/wtgl/WtglForm.vue (100%)
rename src/views/{Home/wtnr => work}/wtgl/index.vue (98%)
diff --git a/src/views/Home/wtnr/wtgl/WtglForm.vue b/src/views/work/wtgl/WtglForm.vue
similarity index 100%
rename from src/views/Home/wtnr/wtgl/WtglForm.vue
rename to src/views/work/wtgl/WtglForm.vue
diff --git a/src/views/Home/wtnr/wtgl/index.vue b/src/views/work/wtgl/index.vue
similarity index 98%
rename from src/views/Home/wtnr/wtgl/index.vue
rename to src/views/work/wtgl/index.vue
index 73c5fe5..8045679 100644
--- a/src/views/Home/wtnr/wtgl/index.vue
+++ b/src/views/work/wtgl/index.vue
@@ -147,7 +147,7 @@
type="primary"
plain
@click="openForm('create')"
- v-hasPermi="['home:wtgl:create']"
+ v-hasPermi="['work:wtgl:create']"
>
新增
@@ -156,7 +156,7 @@
plain
@click="handleExport"
:loading="exportLoading"
- v-hasPermi="['home:wtgl:export']"
+ v-hasPermi="['work:wtgl:export']"
>
导出
@@ -206,7 +206,7 @@
link
type="primary"
@click="openForm('update', scope.row.id)"
- v-hasPermi="['home:wtgl:update']"
+ v-hasPermi="['work:wtgl:update']"
>
编辑
@@ -214,7 +214,7 @@
link
type="danger"
@click="handleDelete(scope.row.id)"
- v-hasPermi="['home:wtgl:delete']"
+ v-hasPermi="['work:wtgl:delete']"
>
删除