Browse Source

导出按钮添加权限

chenzhenguo 1 year ago
parent
commit
388afe230b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dgtis-ui/src/views/system/userInfoList/index.vue

+ 1 - 1
dgtis-ui/src/views/system/userInfoList/index.vue

@@ -14,7 +14,7 @@
                 icon="el-icon-download"
                 size="mini"
                 @click="handleExport"
-                v-hasPermi="['business:customerInformation:list']"
+                v-hasPermi="['business:customerInformation:download']"
                 :loading="exportLoading"
               >导出</el-button>
             </div>