zhouwx
2025-11-17 e772a2670a081374b6eecfc43548b80d8d9c3cdd
src/views/work/qualityManage/productAndServe/finalInspecte/index.vue
@@ -7,6 +7,7 @@
              type="primary"
              plain
              icon="Plus"
              v-hasPermi="['finalInspecte:list:add']"
              @click="openDialog('add',{})"
          >新增</el-button>
        </el-form-item>
@@ -37,9 +38,9 @@
      </el-table-column>
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" >
        <template #default="scope">
          <el-button link type="primary" @click="downloadFile(scope.row.filePath)">下载</el-button>
          <el-button link type="primary" @click="openDialog('edit',scope.row)">编辑</el-button>
          <el-button link type="danger" @click="handleDelete(scope.row)">删除</el-button>
          <el-button link type="primary" @click="downloadFile(scope.row.filePath)" v-hasPermi="['finalInspecte:list:edit']">下载</el-button>
          <el-button link type="primary" @click="openDialog('edit',scope.row)" v-hasPermi="['finalInspecte:list:edit']">编辑</el-button>
          <el-button link type="danger" @click="handleDelete(scope.row)" v-hasPermi="['finalInspecte:list:del']">删除</el-button>
        </template>
      </el-table-column>
    </el-table>