liuhj 1 月之前
父節點
當前提交
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>