From 3dcfdb6a9a1035cc3c4ff34d29f7af0ee2534068 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 10 一月 2025 13:47:27 +0800 Subject: [PATCH] 丽水提交 --- src/views/patient/patient/authRole.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/patient/patient/authRole.vue b/src/views/patient/patient/authRole.vue index ab5e72f..7efe5ad 100644 --- a/src/views/patient/patient/authRole.vue +++ b/src/views/patient/patient/authRole.vue @@ -29,11 +29,11 @@ <el-table-column label="鏉冮檺瀛楃" align="center" prop="roleKey" /> <el-table-column label="鍒涘缓鏃堕棿" align="center" prop="createTime" width="180"> <template slot-scope="scope"> - <span>{{ parseTime(scope.row.createTime) }}</span> + <span>{{ formatTime(scope.row.createTime) }}</span> </template> </el-table-column> </el-table> - + <pagination v-show="total>0" :total="total" :page.sync="pageNum" :limit.sync="pageSize" /> <el-form label-width="100px"> @@ -114,4 +114,4 @@ }, }, }; -</script> \ No newline at end of file +</script> -- Gitblit v1.9.3