|
@@ -44,7 +44,7 @@ const demand = [
|
|
|
{ index: 4, field: 'end_time', type: 'date', zh: '结束时间' },
|
|
|
{ index: 5, field: 'money', type: 'date', zh: '价格' },
|
|
|
{ index: 6, field: 'type', type: 'dict', code: 'type', zh: '类型' },
|
|
|
- { index: 7, field: 'field', type: 'dict', code: 'field', zh: '行业领域' },
|
|
|
+ { index: 7, field: 'field', zh: '行业领域' },
|
|
|
{ index: 8, field: 'urgent', type: 'dict', code: 'urgent', zh: '需求紧急度' },
|
|
|
{ index: 9, field: 'method', type: 'dict', code: 'method', zh: '合作方式' },
|
|
|
{ index: 10, field: 'area', type: 'area', zh: '地区' },
|
|
@@ -67,7 +67,7 @@ const supply = [
|
|
|
{ index: 4, field: 'end_time', type: 'date', zh: '结束时间' },
|
|
|
{ index: 5, field: 'money', type: 'date', zh: '价格' },
|
|
|
{ index: 6, field: 'type', type: 'dict', code: 'type', zh: '类型' },
|
|
|
- { index: 7, field: 'field', type: 'dict', code: 'field', zh: '行业领域' },
|
|
|
+ { index: 7, field: 'field', zh: '行业领域' },
|
|
|
{ index: 8, field: 'urgent', type: 'dict', code: 'urgent', zh: '需求紧急度' },
|
|
|
{ index: 9, field: 'method', type: 'dict', code: 'method', zh: '合作方式' },
|
|
|
{ index: 10, field: 'area', type: 'area', zh: '地区' },
|