Browse Source

fix(组件): 增加search 邀请者

gemercheung 2 năm trước cách đây
mục cha
commit
7a99c2a8a7
1 tập tin đã thay đổi với 14 bổ sung2 xóa
  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,
   };