|
@@ -18,6 +18,7 @@
|
|
|
<p class="page-reset-common-style-button" @click="resetQuery">重置</p>
|
|
|
<p class="page-add-common-style-button"
|
|
|
style="float: right;"
|
|
|
+ v-hasPermi="['db:bottleType:add']"
|
|
|
@click="tableButton(1)"
|
|
|
>新增</p>
|
|
|
</el-form>
|
|
@@ -47,9 +48,11 @@
|
|
|
<p class="table-button-null"></p>
|
|
|
<p class="table-button-p"
|
|
|
@click="tableButton(2,scope.row)"
|
|
|
+ v-hasPermiAnd="['db:bottleType:edit','db:bottleType:query']"
|
|
|
>编辑</p>
|
|
|
<p class="table-button-p"
|
|
|
@click="tableButton(3,scope.row)"
|
|
|
+ v-hasPermi="['db:bottleType:remove']"
|
|
|
>删除</p>
|
|
|
<p class="table-button-null"></p>
|
|
|
</div>
|
|
@@ -134,7 +137,7 @@
|
|
|
},
|
|
|
data () {
|
|
|
return {
|
|
|
- tableButtonType:this.hasPermiDom(['demo:demo:detail','demo:demo:edit','demo:demo:del',]),
|
|
|
+ tableButtonType:this.hasPermiDom(['db:bottleType:edit','db:bottleType:query','db:bottleType:remove',]),
|
|
|
//页面遮罩
|
|
|
loading:false,
|
|
|
//气瓶级别
|