소스 검색

Merge branch 'dev' of http://192.168.0.115:3000/zhangyupeng/zfb_mp into dev

tangning 2 년 전
부모
커밋
b675663d61
1개의 변경된 파일14개의 추가작업 그리고 2개의 파일을 삭제
  1. 14 2
      src/views/dashboard/analysis/index.vue

+ 14 - 2
src/views/dashboard/analysis/index.vue

@@ -180,8 +180,8 @@
         component: 'RangePicker',
         defaultValue: [priorDate, today],
         colProps: {
-          xl: 16,
-          xxl: 16,
+          xl: 6,
+          xxl: 6,
         },
         componentProps: {
           format: 'YYYY-MM-DD',
@@ -217,6 +217,18 @@
           },
         ],
       },
+      {
+        field: 'inviterUserName',
+        label: '邀请者',
+        component: 'Input',
+        componentProps: {
+          maxLength: 100,
+        },
+        colProps: {
+          xl: 5,
+          xxl: 5,
+        },
+      },
     ],
     resetFunc: handleReset,
   };