Lius
2024-03-01 4f0cb97a09ee88f106c4b8b0875ae611bae4b9a2
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: [],