From 41d50b20c975faeaa9e5277bdcff13b5acecb575 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期三, 13 十二月 2023 16:57:37 +0800 Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/vue_mdc_430 into develop --- 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