Browse Source

辅助指标选择指标问题

gks 1 năm trước cách đây
mục cha
commit
2aa95dbf3d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>