|
@@ -16,7 +16,7 @@
|
|
|
<template #dropdown>
|
|
|
<el-dropdown-menu>
|
|
|
<el-dropdown-item icon="Download" @click="handleExport"
|
|
|
- v-if="hasPermi(['business:customer:service:loop:exportLoop'])">
|
|
|
+ v-if="hasPermi(['business:customer:service:loop:export'])">
|
|
|
导出</el-dropdown-item>
|
|
|
<el-dropdown-item icon="Operation" @click="setServiceHandler"
|
|
|
v-if="hasPermi(['business:customer:service:loop:transactor'])">
|