lex-xin 3 bulan lalu
induk
melakukan
f872fbc857

+ 1 - 1
src/views/tenantAllData/index.module.less

@@ -499,7 +499,7 @@
 
 .timerWrap {
   font-size: 14px;
-  width: 105px;
+  width: 90px;
   display: flex;
   align-items: center;
   justify-content: center;

+ 7 - 7
src/views/tenantAllData/index.tsx

@@ -62,15 +62,15 @@ export default defineComponent({
         registerMemberShipNum: 0
       } as any,
       perponStatus: false,
-      sortKey: 'CLASS' as 'CLASS' | 'MEMBER',
+      sortKey: 'MEMBER' as 'CLASS' | 'MEMBER',
       sortId: 'desc',
-      sortName: '报名人数降序',
-      sortType: 'desc',
+      sortName: '人数降序',
+      sortType: 'mdesc',
       sortList: [
-        { value: 'desc', text: '报名人数降序' },
-        { value: 'asc', text: '报名人数升序' },
-        { value: 'mdesc', text: '会员人数降序' },
-        { value: 'masc', text: '会员人数升序' }
+        // { value: 'desc', text: '报名人数降序' },
+        // { value: 'asc', text: '报名人数升序' },
+        { value: 'mdesc', text: '人数降序' },
+        { value: 'masc', text: '人数升序' }
       ] as any,
       page: 1,
       rows: 20,

+ 9 - 9
src/views/tenantAllData/tenantDataSchool.tsx

@@ -43,17 +43,17 @@ export default defineComponent({
         registerMemberShipNum: 0
       } as any,
       perponStatus: false,
-      sortKey: 'CLASS' as 'CLASS' | 'MEMBER' | 'GRADEYEAR',
+      sortKey: 'MEMBER' as 'CLASS' | 'MEMBER' | 'GRADEYEAR',
       sortId: 'desc',
-      sortName: '报名人数降序',
-      sortType: 'desc',
+      sortName: '人数降序',
+      sortType: 'mdesc',
       sortList: [
-        { value: 'desc', text: '报名人数降序' },
-        { value: 'asc', text: '报名人数升序' },
-        { value: 'mdesc', text: '会员人数降序' },
-        { value: 'masc', text: '会员人数升序' },
-        { value: 'gdesc', text: '按学年降序' },
-        { value: 'gasc', text: '按学年升序' }
+        // { value: 'desc', text: '报名人数降序' },
+        // { value: 'asc', text: '报名人数升序' },
+        { value: 'mdesc', text: '人数降序' },
+        { value: 'masc', text: '人数升序' },
+        // { value: 'gdesc', text: '按学年降序' },
+        // { value: 'gasc', text: '按学年升序' }
       ] as any,
       page: 1,
       rows: 20,

+ 1 - 1
vite.config.ts

@@ -14,7 +14,7 @@ function resolve(dir: string) {
 // https://vitejs.dev/config/
 // https://github.com/vitejs/vite/issues/1930 .env
 // const proxyUrl = 'https://test.lexiaoya.cn/';
-const proxyUrl = 'https://dev.kt.colexiu.com/';
+const proxyUrl = 'https://test.kt.colexiu.com/';
 // const proxyUrl = 'http://192.168.3.143:7093/';
 // const proxyUrl = 'https://dev.kt.colexiu.com/';
 export default defineConfig({