From 9aa9c765801fcaa7281df2788400cc61592c005e Mon Sep 17 00:00:00 2001
From: yz3456 <2753272399@qq.com>
Date: 星期四, 25 四月 2024 17:42:30 +0800
Subject: [PATCH] 修改了会议申请内容

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

diff --git a/ruoyi-ui/src/views/meeting/approve.vue b/ruoyi-ui/src/views/meeting/approve.vue
index c67d6c1..076a163 100644
--- a/ruoyi-ui/src/views/meeting/approve.vue
+++ b/ruoyi-ui/src/views/meeting/approve.vue
@@ -111,7 +111,7 @@
   data() {
     return {
       tableData: [
-        { title: '1', name: 'asasd', address: 'asdadsdasd', id: 1, age: '30' },
+        { title: '1', name: 'asasd', address: 'asdadsdasd', id: 9, age: '30' },
         { title: '2', name: 'qweqwqwe', address: 'qweqweqwe', id: 2, age: '30' },
         { title: '3', name: 'zxczxczxc', address: 'zxczxczcx', id: 3, age: '30' },
         { title: '4', name: 'fghfghfh', address: 'fghfghfgh', id: 4, age: '30' },

--
Gitblit v1.9.1