|
@@ -8,7 +8,7 @@
|
|
<el-option v-for="i in typeList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
<el-option v-for="i in typeList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
</template>
|
|
</template>
|
|
<template #maturity>
|
|
<template #maturity>
|
|
- <el-option v-for="i in maturityList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
|
|
|
|
+ <el-option v-for="i in maturityList" :key="i.id" :label="i.label" :value="i.label"></el-option>
|
|
</template>
|
|
</template>
|
|
<template #skill>
|
|
<template #skill>
|
|
<el-option v-for="i in skillList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
<el-option v-for="i in skillList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
@@ -49,7 +49,7 @@
|
|
<el-option v-for="i in typeList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
<el-option v-for="i in typeList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
</template>
|
|
</template>
|
|
<template #maturity>
|
|
<template #maturity>
|
|
- <el-option v-for="i in maturityList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
|
|
|
|
+ <el-option v-for="i in maturityList" :key="i.id" :label="i.label" :value="i.label"></el-option>
|
|
</template>
|
|
</template>
|
|
<template #skill>
|
|
<template #skill>
|
|
<el-option v-for="i in skillList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|
|
<el-option v-for="i in skillList" :key="i.id" :label="i.label" :value="i.value"></el-option>
|