liuhj 4 tygodni temu
rodzic
commit
c966f833d3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/statistics/Groupreports.vue

+ 1 - 1
src/components/statistics/Groupreports.vue

@@ -14,7 +14,7 @@
                     <el-option
                     v-for="item in inputArr"
                     :key="item.id"
-                    :label="item.teamName+' '+item.clientUnit+' '+item.clientName"
+                    :label="item.teamName+' '+item.clientUnit"
                     :value="item.teamName">
                     </el-option>
                 </el-select>