Commit 30029de0 authored by 张伯涛's avatar 张伯涛

只有毛工可以推送和批量推送

parent 58cf61e4
......@@ -30,7 +30,7 @@
<div style="margin-left: 10px">
<el-button type="success" @click="dialogFormVisible = true">新增</el-button>
<el-button type="primary" @click="BatChcheck">批量校验</el-button>
<el-button v-if="jurisdiction === ''" type="success" @click="BatchExecution">批量推送</el-button>
<el-button v-if="jurisdiction === '2016012550'" type="success" @click="BatchExecution">批量推送</el-button>
</div>
</div>
<div v-loading="queryLoading" class="table">
......@@ -75,7 +75,7 @@
<el-table-column width="135px" label="操作">
<template slot-scope="{ row }">
<el-link :underline="false" type="primary" @click.stop="update(row)">修改</el-link>
<el-link :underline="false" type="success" style="margin-left: 10px" @click.stop="pushInfo(row)">推送</el-link>
<el-link v-if="jurisdiction === '2016012550'" :underline="false" type="success" style="margin-left: 10px" @click.stop="pushInfo(row)">推送</el-link>
<el-link :underline="false" type="danger" style="margin-left: 10px " @click.stop="del(row)">删除</el-link>
</template>
</el-table-column>
......
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