Commit 58648fd5 authored by zhangjianqian's avatar zhangjianqian

应急处置

parent ae0c7788
......@@ -32,16 +32,14 @@
</div>
<el-dialog :title="title" :visible.sync="open" width="900px" append-to-body>
<el-row :gutter="10" class="mb8">
<el-row v-if="userType!=-2" :gutter="10" class="mb8">
<el-col :span="1.5">
<el-button
v-if="userType!=-2"
type="primary"
plain
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['system:handle:add']"
>新增</el-button>
</el-col>
</el-row>
......
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