|
@@ -7,19 +7,19 @@ const { t } = useI18n();
|
|
|
|
|
|
export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
- title: 'camera_name',
|
|
|
- dataIndex: 'camera_name',
|
|
|
+ title: 'cameraName',
|
|
|
+ dataIndex: 'cameraName',
|
|
|
ellipsis: false,
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
- title: 'camera_type',
|
|
|
- dataIndex: 'camera_type',
|
|
|
+ title: 'cameraType',
|
|
|
+ dataIndex: 'cameraType',
|
|
|
width: 80,
|
|
|
},
|
|
|
{
|
|
|
- title: 'scene_source',
|
|
|
- dataIndex: 'scene_source',
|
|
|
+ title: 'sceneSource',
|
|
|
+ dataIndex: 'sceneSource',
|
|
|
width: 80,
|
|
|
},
|
|
|
{
|
|
@@ -28,48 +28,36 @@ export const columns: BasicColumn[] = [
|
|
|
width: 80,
|
|
|
},
|
|
|
{
|
|
|
- title: 'scene_resolution',
|
|
|
- dataIndex: 'scene_resolution',
|
|
|
+ title: 'sceneResolution',
|
|
|
+ dataIndex: 'sceneResolution',
|
|
|
width: 50,
|
|
|
},
|
|
|
{
|
|
|
- title: 'scene_from',
|
|
|
- dataIndex: 'scene_from',
|
|
|
+ title: 'sceneFrom',
|
|
|
+ dataIndex: 'sceneFrom',
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
- title: 'scene_kind',
|
|
|
- dataIndex: 'scene_kind',
|
|
|
+ title: 'sceneKind',
|
|
|
+ dataIndex: 'sceneKind',
|
|
|
// slots: { customRender: 'orderStatus' },
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
- title: 'skybox_type',
|
|
|
- dataIndex: 'skybox_type',
|
|
|
+ title: 'skyboxType',
|
|
|
+ dataIndex: 'skyboxType',
|
|
|
// slots: { customRender: 'orderStatus' },
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
- title: 'app_obj_split_type',
|
|
|
- dataIndex: 'app_obj_split_type',
|
|
|
+ title: 'appObjSplitType',
|
|
|
+ dataIndex: 'appObjSplitType',
|
|
|
// slots: { customRender: 'orderStatus' },
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
- title: 'pc_obj_split_type',
|
|
|
- dataIndex: 'pc_obj_split_type',
|
|
|
- // slots: { customRender: 'orderStatus' },
|
|
|
- width: 100,
|
|
|
- },
|
|
|
- {
|
|
|
- title: '场景码前缀',
|
|
|
- dataIndex: 'scene_kind',
|
|
|
- // slots: { customRender: 'orderStatus' },
|
|
|
- width: 100,
|
|
|
- },
|
|
|
- {
|
|
|
- title: 'wifi前缀',
|
|
|
- dataIndex: 'scene_kind',
|
|
|
+ title: 'pcObjSplitType',
|
|
|
+ dataIndex: 'pcObjSplitType',
|
|
|
// slots: { customRender: 'orderStatus' },
|
|
|
width: 100,
|
|
|
},
|
|
@@ -78,7 +66,7 @@ export const searchForm: Partial<FormProps> = {
|
|
|
labelWidth: 100,
|
|
|
schemas: [
|
|
|
{
|
|
|
- field: 'orderSn',
|
|
|
+ field: 'cameraName',
|
|
|
label: '设备名称',
|
|
|
component: 'Input',
|
|
|
componentProps: {
|
|
@@ -103,28 +91,28 @@ export const InvoiceSchemas: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'camera_name',
|
|
|
+ field: 'cameraName',
|
|
|
component: 'Input',
|
|
|
required: true,
|
|
|
- label: 'camera_name',
|
|
|
+ label: 'cameraName',
|
|
|
colProps: {
|
|
|
span: 18,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'camera_type',
|
|
|
+ field: 'cameraType',
|
|
|
required: true,
|
|
|
component: 'Input',
|
|
|
- label: 'camera_type',
|
|
|
+ label: 'cameraType',
|
|
|
colProps: {
|
|
|
span: 18,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'scene_source',
|
|
|
+ field: 'sceneSource',
|
|
|
component: 'Input',
|
|
|
required: true,
|
|
|
- label: 'scene_source',
|
|
|
+ label: 'sceneSource',
|
|
|
colProps: {
|
|
|
span: 18,
|
|
|
},
|
|
@@ -139,82 +127,64 @@ export const InvoiceSchemas: FormSchema[] = [
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'scene_resolution',
|
|
|
- component: 'Input',
|
|
|
- required: true,
|
|
|
- label: 'scene_resolution',
|
|
|
- colProps: {
|
|
|
- span: 18,
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'scene_from',
|
|
|
- component: 'Input',
|
|
|
- required: true,
|
|
|
- label: 'scene_from',
|
|
|
- colProps: {
|
|
|
- span: 18,
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'scene_kind',
|
|
|
+ field: 'sceneResolution',
|
|
|
component: 'Input',
|
|
|
required: true,
|
|
|
- label: 'scene_kind',
|
|
|
+ label: 'sceneResolution',
|
|
|
colProps: {
|
|
|
span: 18,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'split_type',
|
|
|
+ field: 'sceneFrom',
|
|
|
component: 'Input',
|
|
|
required: true,
|
|
|
- label: 'split_type',
|
|
|
+ label: 'sceneFrom',
|
|
|
colProps: {
|
|
|
span: 18,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'skybox_type',
|
|
|
+ field: 'sceneKind',
|
|
|
component: 'Input',
|
|
|
required: true,
|
|
|
- label: 'skybox_type',
|
|
|
+ label: 'sceneKind',
|
|
|
colProps: {
|
|
|
span: 18,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'app_obj_split_type',
|
|
|
+ field: 'splitType',
|
|
|
component: 'Input',
|
|
|
required: true,
|
|
|
- label: 'app_obj_split_type',
|
|
|
+ label: 'splitType',
|
|
|
colProps: {
|
|
|
span: 18,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'pc_obj_split_type',
|
|
|
+ field: 'skyboxType',
|
|
|
component: 'Input',
|
|
|
required: true,
|
|
|
- label: 'pc_obj_split_type',
|
|
|
+ label: 'skyboxType',
|
|
|
colProps: {
|
|
|
span: 18,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'camera_name',
|
|
|
+ field: 'appObjSplitType',
|
|
|
component: 'Input',
|
|
|
required: true,
|
|
|
- label: '场景码前缀',
|
|
|
+ label: 'appObjSplitType',
|
|
|
colProps: {
|
|
|
span: 18,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'camera_name',
|
|
|
+ field: 'pcObjSplitType',
|
|
|
component: 'Input',
|
|
|
required: true,
|
|
|
- label: 'wifi前缀',
|
|
|
+ label: 'pcObjSplitType',
|
|
|
colProps: {
|
|
|
span: 18,
|
|
|
},
|