ソースを参照

导出按钮添加权限

chenzhenguo 1 年間 前
コミット
388afe230b
1 ファイル変更1 行追加1 行削除
  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>