Browse Source

ai分析字段名修改

shilipojs 2 years ago
parent
commit
1b013999e2

+ 2 - 1
src/views/system/user/profile/components/ai-analysis-dialog.vue

@@ -30,7 +30,7 @@
       </template>
       <template #group="{row}">
         <el-badge value="推荐" :hidden="!row.isRecommend" type="success">
-          <el-button :class="{'f-primary': row.allowSelect,'f-red':!row.allowSelect}">{{row.groupName}}</el-button>
+          <el-button type="mini" :class="{'f-primary': row.allowSelect,'f-red':!row.allowSelect}">{{row.groupName}}</el-button>
         </el-badge>
       </template>
       <template #colleges="{row}">
@@ -89,6 +89,7 @@ export default {
       return {
         groupName: {
           label: '选科组合',
+          width:'100px',
           slot: 'group'
         },
         scoreSumGroup: {

+ 5 - 5
src/views/system/user/profile/components/ai-round-select-resolvers/backTracking-ai-resolver-mixins.js

@@ -14,19 +14,19 @@ export default {
       })
       return {
         groupIndicator: {
-          label: '补录剩余计划'
+          label: '补录计划'
         },
         supplyRankInDisenroll: {
-          label: '补录人数排名'
+          label: '补录人数排名'
         },
         supplyBestIndicator: {
-          label: '补录组合成绩最人数'
+          label: '补录组合成绩最人数'
         },
         supplyRankInBest: {
-          label: '补录组合成绩最高人数排名'
+          label: '补录组合成绩最排名'
         },
         recommendRank: {
-          label: '补录推荐录取排名'
+          label: '补录最优推荐录取排名'
         },
       }
     }

+ 5 - 5
src/views/system/user/profile/components/ai-round-select-resolvers/finalAdjust-ai-resolver-mixins.js

@@ -14,19 +14,19 @@ export default {
       })
       return {
         towGroupIndicator: {
-          label: '二次补录剩余计划'
+          label: '二次补录计划'
         },
         towSupplyRankInDisenroll: {
-          label: '二次补录人数排名'
+          label: '二次补录人数排名'
         },
         towSupplyBestIndicator: {
-          label: '二次补录组合成绩最人数'
+          label: '二次补录组合成绩最人数'
         },
         towSupplyRankInBest: {
-          label: '二次补录组合成绩最高人数排名'
+          label: '二次补录组合成绩最排名'
         },
         towRecommendRank: {
-          label: '二次补录推荐录取排名'
+          label: '二次补录最优推荐录取排名'
         }
       }
     }