Gogs 2 месяцев назад
Родитель
Сommit
bdf4c1d904
1 измененных файлов с 1 добавлено и 1 удалено
  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>