From 2575f3a2fdb49b9de0e4b08fddec12e1e9df6e01 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 19 八月 2025 09:32:40 +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