|
@@ -19,7 +19,7 @@
|
|
|
<p class="page-add-common-style-button"
|
|
|
style="float: right;"
|
|
|
@click="tableButton(3)"
|
|
|
- v-hasPermi="['db:beancon:add']"
|
|
|
+ v-hasPermi="['db:beacon:add']"
|
|
|
>+ 新增信标</p>
|
|
|
</el-form>
|
|
|
</div>
|
|
@@ -38,11 +38,11 @@
|
|
|
<p class="table-button-null"></p>
|
|
|
<p class="table-button-p"
|
|
|
@click="tableButton(1,scope.row)"
|
|
|
- v-hasPermi="['db:stock:query']"
|
|
|
+ v-hasPermi="['db:beacon:query']"
|
|
|
>打印二维码</p>
|
|
|
<p class="table-button-p"
|
|
|
@click="tableButton(2,scope.row)"
|
|
|
- v-hasPermi="['db:stock:remove']"
|
|
|
+ v-hasPermi="['db:beacon:remove']"
|
|
|
>删除</p>
|
|
|
<p class="table-button-null"></p>
|
|
|
</div>
|
|
@@ -123,7 +123,7 @@
|
|
|
},
|
|
|
data () {
|
|
|
return {
|
|
|
- tableButtonType:this.hasPermiDom(['db:stock:remove','db:stock:query',]),
|
|
|
+ tableButtonType:this.hasPermiDom(['db:beacon:remove','db:beacon:query',]),
|
|
|
//页面遮罩
|
|
|
loading:false,
|
|
|
//下拉列表数据
|