“linengliang”
2023-08-21 5a5042a11af0b8ec07ac74c99a014748ccf9b31c
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: [],