Commit 58cf61e4 authored by 张伯涛's avatar 张伯涛

修改

parent 2503e22a
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<div style="margin-left: 10px"> <div style="margin-left: 10px">
<el-button type="success" @click="dialogFormVisible = true">新增</el-button> <el-button type="success" @click="dialogFormVisible = true">新增</el-button>
<el-button type="primary" @click="BatChcheck">批量校验</el-button> <el-button type="primary" @click="BatChcheck">批量校验</el-button>
<el-button type="success" @click="BatchExecution">批量执行</el-button> <el-button v-if="jurisdiction === ''" type="success" @click="BatchExecution">批量推送</el-button>
</div> </div>
</div> </div>
<div v-loading="queryLoading" class="table"> <div v-loading="queryLoading" class="table">
...@@ -156,6 +156,7 @@ export default { ...@@ -156,6 +156,7 @@ export default {
name: 'AdminList', name: 'AdminList',
data() { data() {
return { return {
jurisdiction: localStorage.getItem('UserID'), // 推送权限
serchForm: { serchForm: {
CONNAMECN: '', CONNAMECN: '',
CONCODE: '', CONCODE: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment