230320a303 1 년 전
부모
커밋
8324c97740
4개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-7899c9a7.61f1ee61.js
  3. 0 0
      dist/static/js/chunk-a788965c.72d0d197.js
  4. 1 0
      src/views/user/index.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-7899c9a7.61f1ee61.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-a788965c.72d0d197.js


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

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.