tangning 1 سال پیش
والد
کامیت
8ad259404d
1فایلهای تغییر یافته به همراه20 افزوده شده و 13 حذف شده
  1. 20 13
      src/views/account/details/data.ts

+ 20 - 13
src/views/account/details/data.ts

@@ -202,8 +202,8 @@ export const equityColumns: BasicColumn[] = [
 ];
 export const equitySearchForm: Partial<FormProps> = {
   labelWidth: 100,
-  autoSubmitOnEnter:true,
-  autoAdvancedLine:1,
+  autoSubmitOnEnter: true,
+  autoAdvancedLine: 1,
   actionColOptions: {
     span: 24,
   },
@@ -215,13 +215,14 @@ export const equitySearchForm: Partial<FormProps> = {
       componentProps: {
         maxLength: 100,
         format: 'YYYY-MM-DD',
-        valueFormat:'YYYY-MM-DD',
+        valueFormat: 'YYYY-MM-DD',
       },
       colProps: {
         xl: 7,
         xxl: 7,
       },
-    },{
+    },
+    {
       field: 'orderSn',
       label: '订单号',
       component: 'Input',
@@ -232,7 +233,8 @@ export const equitySearchForm: Partial<FormProps> = {
         xl: 7,
         xxl: 7,
       },
-    },{
+    },
+    {
       field: 'userName',
       label: '用户账号',
       component: 'Input',
@@ -243,7 +245,8 @@ export const equitySearchForm: Partial<FormProps> = {
         xl: 7,
         xxl: 7,
       },
-    },{
+    },
+    {
       field: 'tradeNum',
       label: '交易号',
       component: 'Input',
@@ -259,8 +262,8 @@ export const equitySearchForm: Partial<FormProps> = {
 };
 export const orderSearchForm: Partial<FormProps> = {
   labelWidth: 100,
-  autoSubmitOnEnter:true,
-  autoAdvancedLine:1,
+  autoSubmitOnEnter: true,
+  autoAdvancedLine: 1,
   actionColOptions: {
     span: 24,
   },
@@ -272,13 +275,14 @@ export const orderSearchForm: Partial<FormProps> = {
       componentProps: {
         maxLength: 100,
         format: 'YYYY-MM-DD',
-        valueFormat:'YYYY-MM-DD',
+        valueFormat: 'YYYY-MM-DD',
       },
       colProps: {
         xl: 7,
         xxl: 7,
       },
-    },{
+    },
+    {
       field: 'orderSn',
       label: '订单号',
       component: 'Input',
@@ -289,7 +293,8 @@ export const orderSearchForm: Partial<FormProps> = {
         xl: 7,
         xxl: 7,
       },
-    },{
+    },
+    {
       field: 'tradeNum',
       label: '交易号',
       component: 'Input',
@@ -329,11 +334,13 @@ export const dowmColumns: BasicColumn[] = [
     title: '用户账号',
     dataIndex: 'userName',
     width: 120,
-  },{
+  },
+  {
     title: 'SN码',
     dataIndex: 'snCode',
     width: 120,
-  },{
+  },
+  {
     title: '场景',
     dataIndex: 'sceneNum',
     width: 100,