Gogs hace 2 meses
padre
commit
bdf4c1d904
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/order/related/index.vue

+ 1 - 1
src/views/order/related/index.vue

@@ -32,7 +32,7 @@
             </td>
           </tr>
           <tr v-else-if="!loading && coPurchaseData.length === 0">
-            <td colspan="3">暂时没有找到商品组合数据...</td>
+            <td colspan="3">暂时没有找到商品组合数据...</td>
           </tr>
         </tbody>
       </table>