tangning 2 年之前
父节点
当前提交
616f096de0
共有 2 个文件被更改,包括 28 次插入28 次删除
  1. 25 25
      src/views/lanUser/list.vue
  2. 3 3
      src/views/statistics/scene/index.vue

+ 25 - 25
src/views/lanUser/list.vue

@@ -179,18 +179,18 @@
       const searchForm: Partial<FormProps> = {
       const searchForm: Partial<FormProps> = {
         labelWidth: 100,
         labelWidth: 100,
         schemas: [
         schemas: [
-          {
-            field: 'nickName',
-            label: t('routes.staff.userName'),
-            component: 'Input',
-            componentProps: {
-              maxLength: 15,
-            },
-            colProps: {
-              xl: 6,
-              xxl: 6,
-            },
-          },
+          // {
+          //   field: 'nickName',
+          //   label: t('routes.staff.userName'),
+          //   component: 'Input',
+          //   componentProps: {
+          //     maxLength: 15,
+          //   },
+          //   colProps: {
+          //     xl: 6,
+          //     xxl: 6,
+          //   },
+          // },
           {
           {
             field: 'userName',
             field: 'userName',
             label: '账号',
             label: '账号',
@@ -202,19 +202,19 @@
               xl: 6,
               xl: 6,
               xxl: 6,
               xxl: 6,
             },
             },
-          },{
-            field: 'roleId',
-            label: '角色',
-            component: 'ApiSelect',
-            componentProps: {
-              api: getRoleListByParam,
-              labelField: 'roleName',
-              valueField: 'id',
-            },
-            colProps: {
-              xl: 6,
-              xxl: 6,
-            },
+          // },{
+          //   field: 'roleId',
+          //   label: '角色',
+          //   component: 'ApiSelect',
+          //   componentProps: {
+          //     api: getRoleListByParam,
+          //     labelField: 'roleName',
+          //     valueField: 'id',
+          //   },
+          //   colProps: {
+          //     xl: 6,
+          //     xxl: 6,
+          //   },
           },
           },
         ],
         ],
       };
       };

+ 3 - 3
src/views/statistics/scene/index.vue

@@ -67,7 +67,7 @@ async function getData() {
         icon: 'fxemoji:notchedrightsemi3dot',
         icon: 'fxemoji:notchedrightsemi3dot',
         value: totalSceneCount,
         value: totalSceneCount,
         unit: '个',
         unit: '个',
-        color: 'blue',
+        color: 'green',
         action: '年',
         action: '年',
       },
       },
       {
       {
@@ -75,7 +75,7 @@ async function getData() {
         icon: 'download-count|svg',
         icon: 'download-count|svg',
         value: preMonthAddCount,
         value: preMonthAddCount,
         unit: '个',
         unit: '个',
-        color: 'orange',
+        color: 'blue',
         action: '月',
         action: '月',
       },
       },
       {
       {
@@ -83,7 +83,7 @@ async function getData() {
         icon: 'transaction|svg',
         icon: 'transaction|svg',
         value: todayAddCount,
         value: todayAddCount,
         unit: '个',
         unit: '个',
-        color: 'blue',
+        color: 'orange',
         action: '日',
         action: '日',
       },
       },
     ];
     ];