소스 검색

fix:解决冲突

lupeng 3 달 전
부모
커밋
94ad77b698
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      src/views/statistic/report/toPrintTables.vue

+ 1 - 5
src/views/statistic/report/toPrintTables.vue

@@ -123,11 +123,7 @@ defineExpose({
                   </tr>
                 </thead>
                 <tbody>
-                  <tr
-                    v-for="(item, index) in tableData.salesReportList"
-                    :key="index"
-                  >
-                    <td>{{ index }}</td>
+                
                   <tr v-for="(item, index) in tableData.salesReportList" :key="index">
                     <td>{{ item.created }}</td>
                     <td>{{ item.materialModel }}</td>