From 80e0b9da4d4da98452f8930b148750763d85f090 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期二, 27 九月 2022 23:12:14 +0800
Subject: [PATCH] 修改用户管理和角色管理部分问题

---
 src/views/systemSetting/baseSetting/user/components/main/index.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/systemSetting/baseSetting/user/components/main/index.vue b/src/views/systemSetting/baseSetting/user/components/main/index.vue
index 394c7d4..c974a08 100644
--- a/src/views/systemSetting/baseSetting/user/components/main/index.vue
+++ b/src/views/systemSetting/baseSetting/user/components/main/index.vue
@@ -23,6 +23,9 @@
                 <el-table-column prop="jobTitle" label="鎵�灞炶亴鍔�" min-width="8">
                 </el-table-column>
                 <el-table-column prop="createTime" label="鍒涘缓鏃堕棿" min-width="10">
+                    <template slot-scope="scope">
+                        <span>{{changeTime(scope.row)}}</span>
+                    </template>
                 </el-table-column>
                 <el-table-column prop="status" label="鍚敤" min-width="5">
                     <template slot-scope="scope">
@@ -111,6 +114,9 @@
         this.getUserList();
     },
     methods: {
+        changeTime({createTime}){
+            return helper(createTime);
+        },
         selectAll() {
             this.$refs.multipleTable.toggleAllSelection();
 

--
Gitblit v1.8.0