From 79ced684c6ec28c8f6affa0ac6cd44e1a88f9cf3 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期五, 22 八月 2025 15:33:26 +0800
Subject: [PATCH] 自定义算法配置,设备车间管理,用户管理

---
 src/views/system/UserList.vue |  116 +--------------------------------------------------------
 1 files changed, 3 insertions(+), 113 deletions(-)

diff --git a/src/views/system/UserList.vue b/src/views/system/UserList.vue
index 917d8b8..9186386 100644
--- a/src/views/system/UserList.vue
+++ b/src/views/system/UserList.vue
@@ -8,7 +8,6 @@
 
           <a-col :md="6" :sm="12">
             <a-form-item label="璐﹀彿">
-              <!--<a-input placeholder="璇疯緭鍏ヨ处鍙锋煡璇�" v-model="queryParam.username"></a-input>-->
               <j-input placeholder="杈撳叆璐﹀彿妯$硦鏌ヨ" v-model="queryParam.username"></j-input>
             </a-form-item>
           </a-col>
@@ -180,16 +179,6 @@
         queryParam: {},
         recycleBinVisible: false,
         columns: [
-          /*{
-            title: '#',
-            dataIndex: '',
-            key:'rowIndex',
-            width:60,
-            align:"center",
-            customRender:function (t,r,index) {
-              return parseInt(index)+1;
-            }
-          },*/
           {
             title: '鐢ㄦ埛璐﹀彿',
             align: "center",
@@ -202,39 +191,6 @@
             align: "center",
             width: 100,
             dataIndex: 'realname',
-          },
-          {
-            title: '澶村儚',
-            align: "center",
-            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: 'post_dictText'
           },
           {
             title: '閮ㄩ棬',
@@ -312,37 +268,10 @@
                   dataIndex: 'realname',
                 },
                 {
-                  title: '澶村儚',
+                  title: '宸ュ彿',
                   align: "center",
-                  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: 'post_dictText'
+                  width: 100,
+                  dataIndex: 'workNo',
                 },
                 {
                   title: '杞﹂棿',
@@ -383,39 +312,6 @@
                   dataIndex: 'realname',
                 },
                 {
-                  title: '澶村儚',
-                  align: "center",
-                  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: 'post_dictText'
-                },
-                {
                   title: '閮ㄩ棬',
                   align: "center",
                   width: 240,
@@ -427,12 +323,6 @@
                   width: 240,
                   dataIndex: 'productionName',
                   ellipsis: true,
-                },
-                {
-                  title: '鐝粍',
-                  align: "center",
-                  width: 240,
-                  dataIndex: 'teamId_dictText'
                 },
                 {
                   title: '鐘舵��',

--
Gitblit v1.9.3