Ver Fonte

辅助指标选择指标问题

gks há 1 ano atrás
pai
commit
2aa95dbf3d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/AuxiliaryIndex/index.vue

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

@@ -170,7 +170,7 @@
             <el-option
               v-for="(item, i) in indList"
               :key="item.value"
-              :label="item.quotaName"
+              :label="item.content"
               :value="item.id"
             >
             </el-option>