Browse Source

fix:单次服务导出权限设置

ly 9 months ago
parent
commit
9358c59f8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/service/once/index.vue

+ 1 - 1
src/views/business/service/once/index.vue

@@ -20,7 +20,7 @@
             <el-dropdown-item
             <el-dropdown-item
               icon="Download"
               icon="Download"
               @click="handleExport"
               @click="handleExport"
-              v-if="hasPermi(['business:customer:service:once:exportOnce'])"
+              v-if="hasPermi(['business:customer:service:once:export'])"
             >
             >
               导出</el-dropdown-item
               导出</el-dropdown-item
             >
             >