zhuzhuanzhuan
2024-05-10 ead9635b902a060599264d2bdcb5399d5938cadd
设备加工工件报表页面修复点击左侧树右侧无法正常展示数据问题
已修改1个文件
15 ■■■■ 文件已修改
src/views/mdc/base/modules/DeviceProcessReport/DeviceProcessReportList.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/base/modules/DeviceProcessReport/DeviceProcessReportList.vue
@@ -46,7 +46,8 @@
                  <a-button type="primary" @click="searchQuery" icon="search">查询</a-button>
                  <a-button type="primary" @click="searchReset" icon="reload">重置</a-button>
                  <a-button type="primary" @click="exportExcel" icon="download">导出</a-button>
                  <a-button type="primary" icon="printer" v-print="'#EfficiencyShift'" v-has="'deviceProcess:print'">打印</a-button>
                <a-button type="primary" icon="printer" v-print="'#EfficiencyShift'" v-has="'deviceProcess:print'">打印
                </a-button>
                </a-space>
              </a-col>
            </a-row>
@@ -56,7 +57,8 @@
      </div>
      <div class="container" id="EfficiencyShift" style="flex:1;overflow: hidden">
        <a-table :columns="columns"  rowKey="equipmentId" :dataSource="dataSource" :scroll="{x:'max-content',y:scrollY}" :pagination="false" bordered>
      <a-table :columns="columns" rowKey="equipmentId" :dataSource="dataSource" :scroll="{x:'max-content',y:scrollY}"
               :pagination="false" bordered>
          <span slot="duration" slot-scope="text">{{getFormattedTime(text)}}</span>
        </a-table>
      </div>
@@ -153,7 +155,7 @@
            align: 'center',
            scopedSlots: { customRender: 'duration' },
            width: 150
          },
          }
          // {
          //   title: '日期',
          //   dataIndex: 'theDate',
@@ -260,7 +262,8 @@
      searchReset() {
        this.queryParam = {
          pageSize: 20,
          pageNo: 1
          pageNo: 1,
          typeTree: 1
        }
        this.dates = []
        this.loadData()
@@ -376,21 +379,25 @@
      height: 811px!important;
    }
  }
  @media screen and (min-width: 1680px) and (max-width: 1920px){
    .device_list{
      height: 811px!important;
    }
  }
  @media screen and (min-width: 1400px) and (max-width: 1680px){
    .device_list{
      height: 663px!important;
    }
  }
  @media screen and (min-width: 1280px) and (max-width: 1400px){
    .device_list{
      height: 564px!important;
    }
  }
  @media screen and (max-width: 1280px){
    .device_list{
      height: 564px!important;