gaoluyang
2 天以前 79fb20a2102f2d6a050b83f20477aa13b221f096
src/views/productionManagement/productStructure/index.vue
@@ -1,11 +1,11 @@
<template>
  <div class="app-container">
    <div style="text-align: right; margin-bottom: 10px;">
      <el-button type="primary" @click="handleAdd">新增</el-button>
      <el-button type="info" plain icon="Upload" @click="handleImport"
        v-hasPermi="['product:bom:import']">导入</el-button>
      <el-button type="warning" plain icon="Download" @click="handleExport" :disabled="selectedRows.length !== 1"
        v-hasPermi="['product:bom:export']">导出</el-button>
      <el-button type="primary" @click="handleAdd">新增</el-button>
      <el-button type="danger" plain @click="handleBatchDelete" :disabled="selectedRows.length === 0">删除</el-button>
    </div>
    <PIMTable rowKey="id" :column="tableColumn" :tableData="tableData" :page="page" :isSelection="true"
@@ -81,11 +81,6 @@
      label: "图纸编号",
      prop: "productModelName",
      minWidth: 140
   },
  {
    label: "规格型号",
    prop: "drawingNumber",
    minWidth: 160
  },
  {
    label: "版本号",