fix:工单池去掉工单名称查询

This commit is contained in:
2025-09-15 17:01:36 +08:00
parent e752c0a254
commit 42ee639943
2 changed files with 5 additions and 6 deletions

View File

@@ -9,11 +9,11 @@ export const querySchema: FormSchemaGetter = () => [
fieldName: 'orderNo', fieldName: 'orderNo',
label: '工单编号', label: '工单编号',
}, },
{ // {
component: 'Input', // component: 'Input',
fieldName: 'orderName', // fieldName: 'orderName',
label: '工单名称', // label: '工单名称',
}, // },
{ {
component: 'Select', component: 'Select',
componentProps: { componentProps: {

View File

@@ -112,7 +112,6 @@ onMounted(loadTree);
:field-names="{ title: 'label', key: 'id' }" :field-names="{ title: 'label', key: 'id' }"
:tree-data="roomTreeArray" :tree-data="roomTreeArray"
:virtual="false" :virtual="false"
default-expand-all
> >
<template #title="{ label,id }"> <template #title="{ label,id }">
<span v-if="label.indexOf(searchValue) > -1" :style="selectStyle(id)"> <span v-if="label.indexOf(searchValue) > -1" :style="selectStyle(id)">