tangning 1 kuukausi sitten
vanhempi
commit
7ef149923d
1 muutettua tiedostoa jossa 18 lisäystä ja 0 poistoa
  1. 18 0
      src/views/equity/data.tsx

+ 18 - 0
src/views/equity/data.tsx

@@ -39,6 +39,12 @@ export const columns: BasicColumn[] = [
     width: 180,
   },
   {
+    title: t('routes.empower.cameraSn'),
+    dataIndex: 'cameraSn',
+    ellipsis: false,
+    width: 180,
+  },
+  {
     title: t('routes.equity.Type'),
     dataIndex: 'incrementTypeId',
     width: 120,
@@ -136,6 +142,18 @@ export const searchForm: Partial<FormProps> = {
       },
     },
     {
+      field: 'cameraSn',
+      label: t('routes.empower.cameraSn'),
+      component: 'Input',
+      componentProps: {
+        maxLength: 100,
+      },
+      colProps: {
+        xl: 6,
+        xxl: 6,
+      },
+    },
+    {
       field: 'incrementTypeId',
       component: 'ApiSelect',
       label: t('routes.equity.Type'),