|
|
@@ -30,7 +30,7 @@ export const form = reactive({ |
|
|
|
{ type: 'select', key: 'flightHandId', label: '飞手', props: { options: pilotList, placeholder: '请选择飞手', clearable: true }}, |
|
|
|
{ type: 'select', key: 'equipmentId', label: '执飞无人机', props: { options: equipmentList, placeholder: '请选择执飞无人机', clearable: true }}, |
|
|
|
{ type: 'select', key: 'equipmentMountId', label: '挂载设备', props: { options: equipmentMountList, placeholder: '请选择挂载设备', clearable: true }}, |
|
|
|
{ type: 'select', key: 'cloudBoxId', label: '挂载盒子', isLive: 0, props: { options: cloudList, placeholder: '请选择盒子', clearable: true }}, |
|
|
|
{ type: 'select', key: 'cloudBoxId', label: '挂载盒子', isLive: 2, props: { options: cloudList, placeholder: '请选择盒子', clearable: true }}, |
|
|
|
{ type: 'select', key: 'photographyWay', label: '拍摄方式', props: { options: PHOTOGRAPHY_WAY, placeholder: '请选择拍摄方式', clearable: true }} |
|
|
|
], |
|
|
|
// 飞手接单 - 校验 |
|
|
@@ -44,7 +44,7 @@ export const form = reactive({ |
|
|
|
{ type: 'select', key: 'equipmentId', label: '执飞无人机', props: { options: equipmentList, placeholder: '请选择执飞无人机', clearable: true }}, |
|
|
|
{ type: 'select', key: 'photographyWay', label: '摄影方式', props: { options: PHOTOGRAPHY_WAY, placeholder: '请选择拍摄方式', clearable: true }}, |
|
|
|
{ type: 'select', key: 'equipmentMountId', label: '挂载设备', props: { options: equipmentMountList, placeholder: '请选择挂载设备', clearable: true }}, |
|
|
|
{ type: 'select', key: 'cloudBoxId', label: '盒子名称', isLive: 0, props: { options: cloudList, placeholder: '请选择盒子', clearable: true }} |
|
|
|
{ type: 'select', key: 'cloudBoxId', label: '盒子名称', isLive: 2, props: { options: cloudList, placeholder: '请选择盒子', clearable: true }} |
|
|
|
] |
|
|
|
}) |
|
|
|
|