From d846a58dbdfa0366c73427bfc62ff3ecae56d8f6 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 16 七月 2025 14:32:05 +0800
Subject: [PATCH] 测试完成

---
 src/views/followvisit/outpatient/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/followvisit/outpatient/index.vue b/src/views/followvisit/outpatient/index.vue
index e5a5e8a..54d3da6 100644
--- a/src/views/followvisit/outpatient/index.vue
+++ b/src/views/followvisit/outpatient/index.vue
@@ -66,7 +66,6 @@
             icon="el-icon-plus"
             size="medium"
             @click="handleAdd"
-            v-hasPermi="['system:user:add']"
             >鏂板</el-button
           >
         </el-col>
@@ -241,11 +240,11 @@
           label="灏辫瘖鏃堕棿"
           sortable
           align="center"
-          prop="admindate"
+          prop="admitdate"
           width="160"
         >
           <template slot-scope="scope">
-            <span>{{ formatTime(scope.row.admindate) }}</span>
+            <span>{{ formatTime(scope.row.admitdate) }}</span>
           </template>
         </el-table-column>
         <el-table-column

--
Gitblit v1.9.3