Browse Source

导出按钮添加权限

chenzhenguo 1 năm trước cách đây
mục cha
commit
388afe230b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>