提交 a0b17d88 编写于 作者: chendeli's avatar chendeli

平台默认权限不展示导入

上级 55c2e080
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
<div class="component-content screenSet" id="screenSet"> <div class="component-content screenSet" id="screenSet">
<div class="header-title"> <div class="header-title">
查询条件 查询条件
<!-- <el-upload <el-upload
v-if="activeUser == 'L1'" v-if="activeUser == 'L1' && authorityType == 1"
class="upload-excel" class="upload-excel"
action="#" action="#"
accept=".xlsx" accept=".xlsx"
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
> >
<el-button size="small">导入角色权限</el-button> <el-button size="small">导入角色权限</el-button>
<el-button class="down-button" slot="tip" size="small" @click="download('model')">下载导入模板</el-button> <el-button class="down-button" slot="tip" size="small" @click="download('model')">下载导入模板</el-button>
</el-upload> --> </el-upload>
</div> </div>
<el-row :gutter="30" class="row" type="flex" style="margin-top: 10px;"> <el-row :gutter="30" class="row" type="flex" style="margin-top: 10px;">
<el-form :model="formInline" ref="formInline" label-width="75px" class="form-inline"> <el-form :model="formInline" ref="formInline" label-width="75px" class="form-inline">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册