cuilei
2 天以前 7207ef22748a8fecfde5e7ded828dc9b6bcfefe7
src/views/cms/CuttingScrapDetailList.vue
@@ -11,7 +11,7 @@
    <!-- 操作按钮区域 -->
    <div class="table-operator">
      <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
<!--      <a-button @click="handleAdd" type="primary" icon="plus">新增</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>
@@ -76,7 +76,6 @@
            </a-menu>
          </a-dropdown>
        </span>
      </a-table>
    </div>
@@ -137,7 +136,7 @@
          deleteBatch: "/cms/cuttingScrapDetail/deleteBatch",
          exportXlsUrl: "/cms/cuttingScrapDetail/exportXls",
          importExcelUrl: "cms/cuttingScrapDetail/importExcel",
        },
        dictOptions:{},
        superFieldList:[],