瀏覽代碼

refactor(ProductsPage): remove orders tab from product tabs

alvesantos 2 天之前
父節點
當前提交
ddb2579b1f
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/pages/products/ProductsPage.vue

+ 0 - 1
src/pages/products/ProductsPage.vue

@@ -111,7 +111,6 @@ const StockTab = defineAsyncComponent(() => import("./tabs/StockTab.vue"));
 const tabs = [
 const tabs = [
   { label: "Produtos", name: "products" },
   { label: "Produtos", name: "products" },
   { label: "Estoque", name: "stock" },
   { label: "Estoque", name: "stock" },
-  { label: "Pedidos", name: "orders" },
 ];
 ];
 
 
 const handleAdd = () => {
 const handleAdd = () => {