Explorar el Código

辅助指标选择指标问题

gks hace 1 año
padre
commit
2aa95dbf3d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>