diff --git a/src/views/IO/workOrder/orderSearch/data.ts b/src/views/IO/workOrder/orderSearch/data.ts index 55913cd..2f4c081 100644 --- a/src/views/IO/workOrder/orderSearch/data.ts +++ b/src/views/IO/workOrder/orderSearch/data.ts @@ -96,14 +96,6 @@ export const formSchemas: FormSchema[] = [ options: [], }, }, - { - label: '编号', - field: 'id', - component: 'Input', - componentProps: { - placeholder: '输入编号', - }, - }, { field: 'faultLocation', label: '故障地点', diff --git a/src/views/IO/workOrder/orderSearch/index.vue b/src/views/IO/workOrder/orderSearch/index.vue index 64e1aed..41483ec 100644 --- a/src/views/IO/workOrder/orderSearch/index.vue +++ b/src/views/IO/workOrder/orderSearch/index.vue @@ -91,7 +91,7 @@ i.value = i.pointName; i.label = i.pointName; }); - formSchemas[6].componentProps.options = faultLocationOptions.value; + formSchemas[5].componentProps.options = faultLocationOptions.value; }; const getOptions = () => { getProjectOptions();