zhuzhuanzhuan
2023-09-11 b3cde9ac501fc7008bf660661dee0405e4bba786
数据报表界面层级的展示,浏览器适配,设备信息不展示坐标信息
已修改5个文件
44 ■■■■■ 文件已修改
src/views/mdc/base/MdcplancloseList.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/base/modules/deviceBaseInfo/EqumentDetaiModel.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/base/modules/efficiencyPOReport/EfficiencyPOList.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/base/modules/efficiencyReport/EfficiencyList.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mdc/base/MdcplancloseList.vue
@@ -33,11 +33,11 @@
    <!-- 操作按钮区域 -->
    <div class="table-operator">
      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
      <a-button type="primary" icon="download" @click="importTemplate('计划停机模板')">导入模板</a-button>
      <!--<a-button type="primary" icon="download" @click="importTemplate('计划停机模板')">导入模板</a-button>-->
      <a-button type="primary" icon="download" @click="handleExportXls('计划停机')">导出</a-button>
      <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
        <a-button type="primary" icon="import">导入</a-button>
      </a-upload>
      <!--<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
        <!--<a-button type="primary" icon="import">导入</a-button>-->
      <!--</a-upload>-->
      <!-- 高级查询区域 -->
      <!--<j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
      <a-dropdown v-if="selectedRowKeys.length > 0">
src/views/mdc/base/modules/deviceBaseInfo/EqumentDetaiModel.vue
@@ -238,18 +238,18 @@
              </a-descriptions>
              <a-descriptions
                title="坐标信息"
                v-show="xyzAliasesList != null"
                v-if="driverType != 'PLC'"
                :column="4"
              >
                <a-descriptions-item
                  v-for="(item,id) in xyzAliasesList  "
                  :key="item.id"
                  :label="item.title"
                >{{item.value}}</a-descriptions-item>
              </a-descriptions>
              <!--<a-descriptions-->
                <!--title="坐标信息"-->
                <!--v-show="xyzAliasesList != null"-->
                <!--v-if="driverType != 'PLC'"-->
                <!--:column="4"-->
              <!--&gt;-->
                <!--<a-descriptions-item-->
                  <!--v-for="(item,id) in xyzAliasesList  "-->
                  <!--:key="item.id"-->
                  <!--:label="item.title"-->
                <!--&gt;{{item.value}}</a-descriptions-item>-->
              <!--</a-descriptions>-->
              <a-descriptions
                title="版本信息 for lsv2"
src/views/mdc/base/modules/efficiencyPOReport/EfficiencyPOList.vue
@@ -402,8 +402,10 @@
  z-index: 1;
}
.table tbody tr .wenzi{
  /*writing-mode: vertical-lr;*/
  /*text-orientation: upright;*/
  transform: rotate(360deg);
  writing-mode: vertical-lr;
  text-orientation: upright;
  letter-spacing: 2px;
}
.table tbody tr .kaitou{
src/views/mdc/base/modules/efficiencyReport/EfficiencyList.vue
@@ -432,8 +432,10 @@
  z-index: 1;
}
.table tbody tr .wenzi{
  /*writing-mode: vertical-lr;*/
  /*text-orientation: upright;*/
  transform: rotate(360deg);
  writing-mode: vertical-lr;
  text-orientation: upright;
  letter-spacing: 2px;
}
.table tbody tr .kaitou{
src/views/mdc/base/modules/efficiencyShiftReport/EfficiencyShiftList.vue
@@ -473,8 +473,10 @@
    z-index: 1;
  }
  .table tbody tr .wenzi{
    /*writing-mode: vertical-lr;*/
    /*text-orientation: upright;*/
    transform: rotate(360deg);
    writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: 2px;
  }
  .table tbody tr .kaitou{