zhuzhuanzhuan
2023-09-25 1bbc16b3f89e070f849d99522169fa813b49cf8b
src/views/mdc/base/MdcplancloseList.vue
@@ -34,7 +34,7 @@
    <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="handleExportXls('计划停机')">导出</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>
@@ -156,8 +156,8 @@
          list: "/mdc/mdcPlanClose/list",
          delete: "/mdc/mdcPlanClose/delete",
          deleteBatch: "/mdc/mdcPlanClose/deleteBatch",
          exportXlsUrl: "/plan/mdcplanclose/exportXls",
          importExcelUrl: "plan/mdcplanclose/importExcel",
          exportXlsUrl: "/mdc/mdcPlanClose/exportXls",
          importExcelUrl: "mdc/mdcPlanClose/importExcel",
        },
        dictOptions:{},