From c911a53f1e5bb45e4d32ca5e912a0ad4f53c9bfa Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期六, 07 十二月 2024 14:26:32 +0800
Subject: [PATCH] 修改了bug

---
 ruoyi-ui/src/views/pet/petnote.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/pet/petnote.vue b/ruoyi-ui/src/views/pet/petnote.vue
index 82c7f1d..17cbe1f 100644
--- a/ruoyi-ui/src/views/pet/petnote.vue
+++ b/ruoyi-ui/src/views/pet/petnote.vue
@@ -60,7 +60,7 @@
         </el-upload>
       </el-col>
     </el-row>
-    <el-table v-loading="loading" :data="PetNoteList"  @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2;  border-radius: 14px 14px 14px 14px;width: 100%;">
+    <el-table v-loading="loading" border :data="PetNoteList"  @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2;  border-radius: 14px 14px 14px 14px;width: 100%;">
       <el-table-column type="selection" width="55"  align="center" />
       <el-table-column  label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="80px"/>
       <el-table-column label="鏃ユ湡" prop="happenTime" sortable width="200px" align="center">

--
Gitblit v1.9.1