liuhj 4 주 전
부모
커밋
c966f833d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>