From c0b7131a4213e7b1485c63fcad88d8d2d146c96c Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期六, 20 四月 2024 11:01:30 +0800 Subject: [PATCH] 修改了4/20这周除了备忘录以外的错误 --- 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