浏览代码

细节调整

shilipojs 2 年之前
父节点
当前提交
0702e32385

+ 4 - 0
src/views/career/zhiyuan/components/recommend.vue

@@ -264,6 +264,10 @@ export default {
           })
         }
       })
+       if(wishes.length < 3) {
+        this.$message.warning('至少选择三个专业组')
+         return
+      }
       const data = {
         batch: this.batch.batch,
         detail:{

+ 1 - 1
src/views/career/zhiyuan/components/zhiyuan-list.vue

@@ -72,7 +72,7 @@
         </div>
       </template>
       <template #t7="{row}">
-        <p type="primary"> {{ `共有专业${row.recruitPlan.majorCount}个` }}</p>
+        <p type="primary"> {{ `专业(${row.recruitPlan.majorCount}个)` }}</p>
         <p class="f12 f-primary" v-show="row.majors.filter(major => {return major.selected}).length">  已填  <span>{{ row.majors.filter(major => {return major.selected}).length }}</span> </p>
       </template>
       <template #expand="{row,$index}">