提交 f7b77d8b authored 作者: jinrongbin's avatar jinrongbin

同步国家库查询条件地块名称修改为地块名称或编码

上级 7b4cd749
...@@ -273,11 +273,11 @@ export const searchFormSchema: FormSchema[] = [ ...@@ -273,11 +273,11 @@ export const searchFormSchema: FormSchema[] = [
}, },
}, },
{ {
label: '地块名称', label: '地块名称或编码',
field: 'wrdkbm', field: 'wrdkbm',
component: 'Input', component: 'Input',
componentProps: { componentProps: {
placeholder: '地块名称或地块编码' placeholder: '地块名称或编码'
} }
}, },
{ {
...@@ -387,11 +387,11 @@ export const searchFormSchemaNo: FormSchema[] = [ ...@@ -387,11 +387,11 @@ export const searchFormSchemaNo: FormSchema[] = [
}, },
}, },
{ {
label: '地块名称', label: '地块名称或编码',
field: 'wrdkbm', field: 'wrdkbm',
component: 'Input', component: 'Input',
componentProps: { componentProps: {
placeholder: '地块名称或地块编码' placeholder: '地块名称或编码'
} }
} }
] ]
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论