From d3e36f2efa7c9c960495a4431d625d3ca7cd417c Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期一, 25 十二月 2023 11:53:45 +0800 Subject: [PATCH] ABC评分 --- 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