From 0f1608459970a472a36ebc1ccc7ec9cc1c30bc1c Mon Sep 17 00:00:00 2001
From: lius <Lius2225@163.com>
Date: 星期一, 14 八月 2023 11:07:03 +0800
Subject: [PATCH] 用户管理列表显示调整
---
src/views/system/UserList.vue | 46 +++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/src/views/system/UserList.vue b/src/views/system/UserList.vue
index 5f295b0..df8c1ab 100644
--- a/src/views/system/UserList.vue
+++ b/src/views/system/UserList.vue
@@ -234,40 +234,40 @@
{
title: '澶村儚',
align: "center",
- width: 120,
+ width: 80,
dataIndex: 'avatar',
scopedSlots: {customRender: "avatarslot"}
},
- {
- title: '鎬у埆',
- align: "center",
- width: 80,
- dataIndex: 'sex_dictText',
- sorter: true
- },
- {
- title: '鐢熸棩',
- align: "center",
- width: 100,
- dataIndex: 'birthday'
- },
- {
- title: '鎵嬫満鍙风爜',
- align: "center",
- width: 100,
- dataIndex: 'phone'
- },
+ // {
+ // title: '鎬у埆',
+ // align: "center",
+ // width: 80,
+ // dataIndex: 'sex_dictText',
+ // sorter: true
+ // },
+ // {
+ // title: '鐢熸棩',
+ // align: "center",
+ // width: 100,
+ // dataIndex: 'birthday'
+ // },
+ // {
+ // title: '鎵嬫満鍙风爜',
+ // align: "center",
+ // width: 100,
+ // dataIndex: 'phone'
+ // },
{
title: '閮ㄩ棬',
align: "center",
- width: 180,
+ width: 240,
dataIndex: 'orgCodeTxt'
},
{
title: '杞﹂棿',
align: "center",
- width: 180,
+ width: 240,
dataIndex: 'productionName'
},
{
@@ -281,7 +281,7 @@
dataIndex: 'action',
scopedSlots: {customRender: 'action'},
align: "center",
- width: 170
+ width: 80
}
],
--
Gitblit v1.9.3