|
@@ -111,6 +111,18 @@
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
+ field: 'sgTtkSn',
|
|
|
+ component: 'Input',
|
|
|
+ required: true,
|
|
|
+ label: '深光rtk插件sn',
|
|
|
+ componentProps: {
|
|
|
+ maxLength: 50,
|
|
|
+ },
|
|
|
+ colProps: {
|
|
|
+ span: 20,
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
field: 'operator',
|
|
|
component: 'Input',
|
|
|
required: true,
|
|
@@ -241,6 +253,7 @@
|
|
|
{ field: 'mountPoint', ifShow },
|
|
|
{ field: 'port', ifShow },
|
|
|
{ field: 'userName', ifShow },
|
|
|
+ { field: 'sgTtkSn', ifShow },
|
|
|
{ field: 'password', ifShow },
|
|
|
{ field: 'operator', ifShow },
|
|
|
]);
|
|
@@ -253,6 +266,7 @@
|
|
|
{ field: 'cameraSnCode', required },
|
|
|
{ field: 'rtkType', required },
|
|
|
{ field: 'rtkSnCode', required },
|
|
|
+ { field: 'sgTtkSn', required },
|
|
|
{ field: 'ipAddr', required },
|
|
|
{ field: 'mountPoint', required },
|
|
|
{ field: 'port', required },
|