“linengliang”
2023-08-21 5a5042a11af0b8ec07ac74c99a014748ccf9b31c
src/views/eam/repairOrderFinishedReport/modules/JSelectUserTeamlModal.vue
@@ -8,7 +8,7 @@
    @cancel="handleCancel"
    style='top:50px'
    cancelText='关闭'
    :width='1050'
    :width='1250'
  >
    <a-card :bordered='false'>
      <div class='table-page-search-wrapper'>
@@ -81,26 +81,26 @@
  data() {
    return {
      queryParam: {},
      type:'radio',
      type: 'radio',
      columns: [
        {
          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: [],