|
@@ -11,7 +11,7 @@
|
|
|
<el-option v-for="i in sectorList" :key="i.id" :label="i.title" :value="i.title"></el-option>
|
|
|
</template>
|
|
|
<template #method>
|
|
|
- <el-option v-for="i in methodList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
|
+ <el-option v-for="i in methodList" :key="i.id" :label="i.label" :value="i.label"></el-option>
|
|
|
</template>
|
|
|
</custom-search-bar>
|
|
|
<custom-button-bar :fields="buttonFields" @add="toAdd" @select="toMoreDelect"></custom-button-bar>
|
|
@@ -39,7 +39,7 @@
|
|
|
<el-option v-for="i in urgentList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
|
</template>
|
|
|
<template #method>
|
|
|
- <el-option v-for="i in methodList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
|
+ <el-option v-for="i in methodList" :key="i.id" :label="i.label" :value="i.label"></el-option>
|
|
|
</template>
|
|
|
<template #area>
|
|
|
<el-cascader v-model="form.area" :props="{ value: 'name', label: 'name' }" :options="cityList" style="width: 100%" />
|
|
@@ -121,7 +121,7 @@ const formFields = ref([
|
|
|
{ label: t('pages.demand.tags'), model: 'tags', custom: true },
|
|
|
{ label: t('pages.demand.field'), model: 'field', type: 'select' },
|
|
|
{ label: t('pages.demand.urgent'), model: 'urgent', type: 'select' },
|
|
|
- { label: t('pages.demand.method'), model: 'method', type: 'select' },
|
|
|
+ { label: t('pages.demand.method'), model: 'method', type: 'selectMany' },
|
|
|
{ label: t('pages.demand.money'), model: 'money' },
|
|
|
{ label: t('pages.demand.industry'), model: 'industry', type: 'select' },
|
|
|
{ label: t('pages.demand.company'), model: 'company' },
|