|
@@ -51,7 +51,6 @@ const sysdictdata = DictDataStore();
|
|
const unitStudioApply = UnitStudioApplyStore();
|
|
const unitStudioApply = UnitStudioApplyStore();
|
|
let fields: Ref<any[]> = ref([
|
|
let fields: Ref<any[]> = ref([
|
|
{ label: '单位名称', model: 'company', isSearch: true },
|
|
{ label: '单位名称', model: 'company', isSearch: true },
|
|
- // { label: '单位地址', model: 'address', isSearch: true },
|
|
|
|
{ label: '行业领域', model: 'fields', type: 'select', isSearch: true },
|
|
{ label: '行业领域', model: 'fields', type: 'select', isSearch: true },
|
|
{ label: '技术需求方向', model: 'direction', isSearch: true },
|
|
{ label: '技术需求方向', model: 'direction', isSearch: true },
|
|
]);
|
|
]);
|