liujq 2 years ago
parent
commit
f5297dfcb0

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-59dcca1c.f7362f5d.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.79a3de4b.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-37b583ca.8a81ca84.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-51eddf6c.e3f996a2.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-59dcca1c.803dff4c.js


+ 1 - 0
src/views/user/auth.vue

@@ -61,6 +61,7 @@ export default {
   mounted() {
     this.listConfig = {
       rows: [
+        { label: '推荐人', prop: 'referrer' },
         { label: '昵称', prop: 'nickname' },
         { label: '手机号', prop: 'phone' },
         { label: '身份认证', prop: 'auth_state', type: 'tag', tags: arrToObj(this.$dictData.auth_state), tagTypeObj: {'1': 'success', '2': 'warning', '3': 'danger', '4': 'info'}  }, 

+ 1 - 0
src/views/user/index.vue

@@ -64,6 +64,7 @@ export default {
   mounted() {
     this.listConfig = {
       rows: [
+        { label: '推荐人', prop: 'referrer' },
         { label: '昵称', prop: 'nickname' },
         { label: '手机号', prop: 'phone' },
         { label: '角色', prop: 'roleName', fullShow: true, minWidth: 150 },

Some files were not shown because too many files changed in this diff