|
@@ -8,7 +8,8 @@ const SearchSupplyBaseSchema = [
|
|
|
key: 'searchType',
|
|
|
label: '搜索范围:',
|
|
|
defaultVal: [],
|
|
|
- _name: 'type',
|
|
|
+ _name: 'searchType',
|
|
|
+ labelHeight: '22px',
|
|
|
_type: 'component',
|
|
|
expand: {
|
|
|
component: SearchScopeSelector,
|
|
@@ -38,7 +39,8 @@ const SearchSupplyBaseSchema = [
|
|
|
key: 'regionMap',
|
|
|
label: '选择区域:',
|
|
|
defaultVal: [],
|
|
|
- _name: 'type',
|
|
|
+ _name: 'regionMap',
|
|
|
+ labelHeight: '32px',
|
|
|
_type: 'component',
|
|
|
expand: {
|
|
|
component: RegionCollapseSelector,
|
|
@@ -50,7 +52,7 @@ const SearchSupplyBaseSchema = [
|
|
|
key: 'time',
|
|
|
label: '发布时间:',
|
|
|
defaultVal: {},
|
|
|
- _name: 'type',
|
|
|
+ _name: 'time',
|
|
|
_type: 'component',
|
|
|
expand: {
|
|
|
component: TimeSelector,
|
|
@@ -65,8 +67,9 @@ const SearchSupplyBaseSchema = [
|
|
|
key: 'status',
|
|
|
label: '信息状态:',
|
|
|
defaultVal: '0',
|
|
|
- _name: 'type',
|
|
|
+ _name: 'status',
|
|
|
_type: 'component',
|
|
|
+ labelHeight: '24px',
|
|
|
expand: {
|
|
|
component: TagSelector,
|
|
|
props: {
|