|
@@ -44,7 +44,7 @@
|
|
|
<span>编辑</span>
|
|
|
<el-dropdown-menu slot="dropdown" class="text-align_center">
|
|
|
<el-dropdown-item command="0">分享</el-dropdown-item>
|
|
|
- <el-dropdown-item v-if="scope.row.reportType == 7" command="matchCase">实际处理人</el-dropdown-item>
|
|
|
+ <el-dropdown-item v-if="scope.row.reportType == 7 && $permission.FunPermissions('xiaoshi/handlPerson')" command="matchCase">实际处理人</el-dropdown-item>
|
|
|
<el-dropdown-item command="1" v-if="[2,3].includes(scope.row.status) && scope.row.reportType != 7">导出报告</el-dropdown-item>
|
|
|
<el-dropdown-item command="2" v-if="[2,3].includes(scope.row.status)">报告文档</el-dropdown-item>
|
|
|
<el-dropdown-item command="16" v-if="[1,2].includes(scope.row.reportType)">检索记录</el-dropdown-item>
|