230320a303 9 달 전
부모
커밋
35db9744e7
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-55631190.7027eb8e.js
  3. 3 0
      src/views/activity/dtl.vue

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


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


+ 3 - 0
src/views/activity/dtl.vue

@@ -59,6 +59,7 @@ export default {
     if (query.t == 2) {
       this.listConfig = {
         rows: [
+          { label: '报备次数', prop: 'report_count' },
           { label: '签到时间', prop: 'sign_at' },
           { label: '公司/门店', prop: 'info1' },
           { label: '名字', prop: 'info2' },
@@ -70,11 +71,13 @@ export default {
     } else {
       this.listConfig = {
         rows: [
+          { label: '报备次数', prop: 'report_count' },
           { label: '签到时间', prop: 'sign_at' },
           { label: '抖音名', prop: 'info1' },
           { label: '抖音账号', prop: 'info2' },
           { label: '姓名', prop: 'info3' },
           { label: '电话', prop: 'info4' },
+          
           { label: '微信号', prop: 'info5' },
           { label: '粉丝数量', prop: 'info6' },
           { label: '获赞数量', prop: 'info7' },

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