src/views/eam/Daily3MaintenanceOrderList.vue
@@ -1,7 +1,7 @@
<template>
  <a-card
    :bordered="false"
    title="三级保养"
    title=""
  >
    <!-- 查询区域 -->
    <div class="table-page-search-wrapper">
@@ -91,7 +91,7 @@
        style="margin-left: 8px"
      >查询</a-button>
      <a-button
        type="primary"
        type="info"
        @click="searchReset"
        icon="reload"
        style="margin-left: 8px"
@@ -700,7 +700,7 @@
    },
    handlePrintPrecision(record) {
      let href = `${window._CONFIG['domianURL']}/jmreport/view/934652777124782080?id=` + record.id; //网站链接
      let href = `${window._CONFIG['domianURL']}/jmreport/view/938231672512131072?id=` + record.id; //网站链接
      window.open(href, "_blank");
    },
@@ -716,7 +716,7 @@
    },
    handlePrintTechnology(record) {
      let href = `${window._CONFIG['domianURL']}/jmreport/view/934618792969560064?id=` + record.id; //网站链接
      let href = `${window._CONFIG['domianURL']}/jmreport/view/938226141894488064?id=` + record.id; //网站链接
      window.open(href, "_blank");
    },