|
@@ -32,10 +32,12 @@
|
|
<el-form-item style="float: right;">
|
|
<el-form-item style="float: right;">
|
|
<el-col :span="1.5">
|
|
<el-col :span="1.5">
|
|
<p class="inquire-button-one"
|
|
<p class="inquire-button-one"
|
|
|
|
+ v-hasPermi="['laboratory:classify:edit']"
|
|
style="width:120px;margin-right:10px;"
|
|
style="width:120px;margin-right:10px;"
|
|
@click="handleClick('','','deploy')"
|
|
@click="handleClick('','','deploy')"
|
|
>信息牌配置</p>
|
|
>信息牌配置</p>
|
|
<el-button
|
|
<el-button
|
|
|
|
+ v-hasPermi="['laboratory:classify:add']"
|
|
type="primary"
|
|
type="primary"
|
|
plain
|
|
plain
|
|
icon="el-icon-plus"
|
|
icon="el-icon-plus"
|
|
@@ -64,9 +66,11 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div class="button-box">
|
|
<div class="button-box">
|
|
<p class="table-min-button"
|
|
<p class="table-min-button"
|
|
|
|
+ v-hasPermi="['laboratory:classify:edit']"
|
|
@click="handleClick('',scope.row,'edit')"
|
|
@click="handleClick('',scope.row,'edit')"
|
|
>编辑</p>
|
|
>编辑</p>
|
|
<p class="table-min-button"
|
|
<p class="table-min-button"
|
|
|
|
+ v-hasPermi="['laboratory:classify:remove']"
|
|
@click="handleClick('',scope.row,'delete')"
|
|
@click="handleClick('',scope.row,'delete')"
|
|
>删除</p>
|
|
>删除</p>
|
|
</div>
|
|
</div>
|