|
@@ -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'),
|