qushaowei
2023-08-31 b5e4adfc3a55490ad1cd49f50dfcc9dfb7b57d33
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: [],