zs 8 ماه پیش
والد
کامیت
ed5e067f9b
4فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      src/views/achievement/index.vue
  2. 1 1
      src/views/demand/demand/index.vue
  3. 1 1
      src/views/demand/supply/index.vue
  4. 1 1
      src/views/project/index.vue

+ 1 - 1
src/views/achievement/index.vue

@@ -29,7 +29,7 @@
               <el-radio v-for="i in isUseList" :key="i.id" :label="i.value">{{ i.label }}</el-radio>
             </template>
             <template #field>
-              <el-option v-for="i in fieldList" :key="i.id" :label="i.label" :value="i.value"></el-option>
+              <el-option v-for="i in fieldList" :key="i.id" :label="i.label" :value="i.label"></el-option>
             </template>
             <template #attribute>
               <el-option v-for="i in attributeList" :key="i.id" :label="i.label" :value="i.value"></el-option>

+ 1 - 1
src/views/demand/demand/index.vue

@@ -29,7 +29,7 @@
               <el-radio v-for="i in isUseList" :key="i.id" :label="i.value">{{ i.label }}</el-radio>
             </template>
             <template #field>
-              <el-option v-for="i in fieldList" :key="i.id" :label="i.label" :value="i.value"></el-option>
+              <el-option v-for="i in fieldList" :key="i.id" :label="i.label" :value="i.label"></el-option>
             </template>
             <template #industry>
               <el-option v-for="i in sectorList" :key="i.id" :label="i.title" :value="i.title"></el-option>

+ 1 - 1
src/views/demand/supply/index.vue

@@ -29,7 +29,7 @@
               <el-radio v-for="i in isUseList" :key="i.id" :label="i.value">{{ i.label }}</el-radio>
             </template>
             <template #field>
-              <el-option v-for="i in fieldList" :key="i.id" :label="i.label" :value="i.value"></el-option>
+              <el-option v-for="i in fieldList" :key="i.id" :label="i.label" :value="i.label"></el-option>
             </template>
             <template #urgent>
               <el-option v-for="i in urgentList" :key="i.id" :label="i.label" :value="i.value"></el-option>

+ 1 - 1
src/views/project/index.vue

@@ -43,7 +43,7 @@
               <el-radio v-for="i in isUseList" :key="i.id" :label="i.value">{{ i.label }}</el-radio>
             </template>
             <template #field>
-              <el-option v-for="i in fieldList" :key="i.id" :label="i.label" :value="i.value"></el-option>
+              <el-option v-for="i in fieldList" :key="i.id" :label="i.label" :value="i.label"></el-option>
             </template>
             <template #type>
               <el-option v-for="i in typeList" :key="i.id" :label="i.label" :value="i.value"></el-option>