|
@@ -24,7 +24,7 @@
|
|
|
<p>
|
|
|
<el-button
|
|
|
style="float: right;margin-bottom: 20px"
|
|
|
- v-hasPermi="['laboratory:classifyDet:add']"
|
|
|
+ v-hasPermi="['laboratory:classify:add']"
|
|
|
type="primary"
|
|
|
plain
|
|
|
icon="el-icon-plus"
|
|
@@ -58,11 +58,11 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div class="button-box">
|
|
|
<p class="table-min-button"
|
|
|
- v-hasPermi="['laboratory:classifyDet:edit']"
|
|
|
+ v-hasPermi="['laboratory:classify:edit']"
|
|
|
@click="handleClick('',scope.row,'edit')"
|
|
|
>编辑</p>
|
|
|
<p class="table-min-button"
|
|
|
- v-hasPermi="['laboratory:classifyDet:remove']"
|
|
|
+ v-hasPermi="['laboratory:classify:remove']"
|
|
|
@click="handleClick('',scope.row,'delete')"
|
|
|
>删除</p>
|
|
|
</div>
|