From b87927b75d9c7c962be0a22e94ec7fa0bb046f31 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期三, 07 十二月 2022 20:24:23 +0800
Subject: [PATCH] 修复树形下拉不能默认选中(I64ESN)
---
src/views/monitor/operlog/index.vue | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue
index 950ea0b..077f20a 100644
--- a/src/views/monitor/operlog/index.vue
+++ b/src/views/monitor/operlog/index.vue
@@ -121,12 +121,7 @@
</el-table-column>
<el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width">
<template #default="scope">
- <el-button
- type="text"
- icon="View"
- @click="handleView(scope.row, scope.index)"
- v-hasPermi="['monitor:operlog:query']"
- >璇︾粏</el-button>
+ <el-button link type="primary" icon="View" @click="handleView(scope.row, scope.index)" v-hasPermi="['monitor:operlog:query']">璇︾粏</el-button>
</template>
</el-table-column>
</el-table>
--
Gitblit v1.9.3