Lius
2023-11-13 3a8223b71d18205d40b894fd0b4c0fa1ca773e86
src/views/eam/repairOrderFinishedReport/modules/JSelectUserTeamlModal.vue
@@ -86,21 +86,21 @@
        {
          title: '人员编码',
          align: 'center',
          width: 80,
          width: 200,
          dataIndex: 'userCode'
        },
        {
          title: '人员名称',
          align: 'center',
          width: 80,
          width: 200,
          dataIndex: 'realName'
        },
        {
          title: '所属班组',
          align: 'center',
          width: 80,
          dataIndex: 'teamName'
        }
        // {
        //   title: '所属班组',
        //   align: 'center',
        //   width: 80,
        //   dataIndex: 'teamName'
        // }
      ],
      selectedRowKeys: [],
      oldSelectRows: [],