Explorar o código

导出按钮添加权限

chenzhenguo hai 1 ano
pai
achega
388afe230b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>