Parcourir la source

fix:解决冲突

lupeng il y a 1 mois
Parent
commit
94ad77b698
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  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>