From f67b4c736c68cd3d1f75e5fc6b6e23189f12b979 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期二, 19 十二月 2023 11:34:57 +0800
Subject: [PATCH] 设备管理增加按车间筛选条件

---
 src/views/system/UserList.vue |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/src/views/system/UserList.vue b/src/views/system/UserList.vue
index 47e9d00..ef70a2b 100644
--- a/src/views/system/UserList.vue
+++ b/src/views/system/UserList.vue
@@ -114,7 +114,7 @@
         :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange}"
         @change="handleTableChange">
 
-        <template slot="avatarslot" slot-scope="text, record, index">
+        <template slot="avatarslot" slot-scope="text, record">
           <div class="anty-img-wrap">
             <a-avatar shape="square" :src="getAvatarView(record.avatar)" icon="user"/>
           </div>
@@ -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,14 @@
                     title: '杞﹂棿',
                     align: "center",
                     width: 240,
-                    dataIndex: 'productionName'
+                    dataIndex: 'productionName',
+                    ellipsis: true,
+                  },
+                  {
+                    title: '鐝粍',
+                    align: "center",
+                    width: 240,
+                    dataIndex: 'teamId_dictText'
                   },
                   {
                     title: '鐘舵��',

--
Gitblit v1.9.3