瀏覽代碼

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

ly 9 月之前
父節點
當前提交
9358c59f8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
               icon="Download"
               @click="handleExport"
-              v-if="hasPermi(['business:customer:service:once:exportOnce'])"
+              v-if="hasPermi(['business:customer:service:once:export'])"
             >
               导出</el-dropdown-item
             >