From 11eda9ca87e07f0794a76f03fa2260e9641013cb Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 11 四月 2025 18:07:45 +0800
Subject: [PATCH] update

---
 src/views/ecg/devrent/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/ecg/devrent/index.vue b/src/views/ecg/devrent/index.vue
index 85eb91e..ae84885 100644
--- a/src/views/ecg/devrent/index.vue
+++ b/src/views/ecg/devrent/index.vue
@@ -75,14 +75,6 @@
         <el-button @click="handleQuery"><Icon icon="ep:search" class="mr-5px" /> 鎼滅储</el-button>
         <el-button @click="resetQuery"><Icon icon="ep:refresh" class="mr-5px" /> 閲嶇疆</el-button>
         <el-button
-          type="primary"
-          plain
-          @click="openForm('create')"
-          v-hasPermi="['ecg:dev-rent:create']"
-        >
-          <Icon icon="ep:plus" class="mr-5px" /> 鏂板
-        </el-button>
-        <el-button
           type="success"
           plain
           @click="handleExport"
@@ -102,6 +94,11 @@
       <el-table-column label="璁惧缂栧彿" align="center" prop="devId" />
       <el-table-column label="鎮h�呯紪鍙�" align="center" prop="patId" />
       <el-table-column label="鎮h�呭悕绉�" align="center" prop="patName" />
+      <el-table-column label="妫�鏌ョ被鍨�" align="center" prop="checkType" width="100px">
+        <template #default="scope">
+          <span>{{getCheckTypeName(scope.row.checkType)}}</span>
+        </template>
+      </el-table-column>
       <el-table-column label="妫�鏌ョ姸鎬�" align="center" prop="state" width="90px">
         <template #default="scope">
           <span>{{tranlateCheckState(scope.row.state)}}</span>
@@ -134,6 +131,7 @@
         width="180px"
       />
 -->
+<!--
       <el-table-column label="鎿嶄綔" align="center" min-width="120px">
         <template #default="scope">
           <el-button
@@ -154,6 +152,7 @@
           </el-button>
         </template>
       </el-table-column>
+-->
     </el-table>
     <!-- 鍒嗛〉 -->
     <Pagination
@@ -174,6 +173,7 @@
 import { DevRentApi, DevRentVO } from '@/api/ecg/devrent'
 import DevRentForm from './DevRentForm.vue'
 import {tranlateCheckState} from "../../../utils/statusFormatter";
+import {getCheckTypeName} from "../../../utils/checkTypeFormatter";
 
 /** 瑁呮満鎷嗘満 鍒楄〃 */
 defineOptions({ name: 'DevRent' })

--
Gitblit v1.9.3