From 6ab278f846afc2af36899b75d74e3dc635c43d20 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 08 九月 2023 14:00:55 +0800
Subject: [PATCH] 11

---
 src/views/project/fund/officeExpenseApply/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/project/fund/officeExpenseApply/index.vue b/src/views/project/fund/officeExpenseApply/index.vue
index e548b45..3a5efc5 100644
--- a/src/views/project/fund/officeExpenseApply/index.vue
+++ b/src/views/project/fund/officeExpenseApply/index.vue
@@ -66,7 +66,7 @@
             scope.row.recordstatus == 1
             " size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
             v-hasPermi="['project:medicalfund:edit']">淇敼</el-button>
-          <el-button size="mini" type="text" icon="el-icon-edit" @click="handleDetail(scope.row)">鏌ョ湅</el-button>
+          <el-button size="mini" type="text" icon="el-icon-view" @click="handleDetail(scope.row)">鏌ョ湅</el-button>
           <el-button v-if="scope.row.recordstatus == -1 ||
             scope.row.recordstatus == 1
             " size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"

--
Gitblit v1.9.3