From 9cf27cf09dbf8e78ab39693941a0987ec6934dc9 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 28 May 2026 08:52:53 +0800
Subject: [PATCH] 修改
---
src/views/work/documentManage/docDestruction/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/work/documentManage/docDestruction/index.vue b/src/views/work/documentManage/docDestruction/index.vue
index 03d9a04..3f369f3 100644
--- a/src/views/work/documentManage/docDestruction/index.vue
+++ b/src/views/work/documentManage/docDestruction/index.vue
@@ -28,8 +28,8 @@
</el-select>
</el-form-item>
<el-form-item >
- <el-button v-if="isAdmin" type="primary" @click="getList">查询</el-button>
- <el-button v-if="isAdmin" type="primary" plain @click="reset">重置</el-button>
+ <el-button type="primary" @click="getList">查询</el-button>
+ <el-button type="primary" plain @click="reset">重置</el-button>
<!-- <el-button type="primary">导出</el-button>-->
</el-form-item>
</el-form>
--
Gitblit v1.9.2