From 5be432199c4cc5847dba22b81382a2062db19ddc Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期四, 25 一月 2024 17:13:25 +0800 Subject: [PATCH] 加班管理页面时间选择器值的格式由"YYYYMMDD hh:mm:ss"调整为"YYYYMMDD" --- src/views/system/UserList.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/system/UserList.vue b/src/views/system/UserList.vue index 6e4d7d2..ef70a2b 100644 --- a/src/views/system/UserList.vue +++ b/src/views/system/UserList.vue @@ -269,7 +269,8 @@ title: '杞﹂棿', align: "center", width: 240, - dataIndex: 'productionName' + dataIndex: 'productionName', + ellipsis: true, }, { title: '鐘舵��', @@ -363,7 +364,8 @@ title: '杞﹂棿', align: "center", width: 240, - dataIndex: 'productionName' + dataIndex: 'productionName', + ellipsis: true, }, { title: '鐘舵��', @@ -433,7 +435,8 @@ title: '杞﹂棿', align: "center", width: 240, - dataIndex: 'productionName' + dataIndex: 'productionName', + ellipsis: true, }, { title: '鐝粍', -- Gitblit v1.9.3