From 954446f5a88735b0033b49492ea7b658f2bb9e07 Mon Sep 17 00:00:00 2001 From: seatonwan9 Date: 星期二, 19 八月 2025 01:37:53 +0800 Subject: [PATCH] 定价管理-产品价格 --- src/views/productManage/product/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/productManage/product/index.vue b/src/views/productManage/product/index.vue index c2974f4..1bd5240 100644 --- a/src/views/productManage/product/index.vue +++ b/src/views/productManage/product/index.vue @@ -94,7 +94,7 @@ // 妯℃嫙浜у搧鏁版嵁 const mockProductList: ProductItem[] = [ { - id: '10001', + id: '1', name: '鏁板瓧鍖栦骇鍝丄', productType: '杞欢/骞冲彴', industry: '浜ら�氬熀纭�璁炬柦', @@ -106,7 +106,7 @@ shelfStatus: '寰呬笂鏋�' }, { - id: '10002', + id: '2', name: '鏁板瓧鍖栦骇鍝丅', productType: '纭欢/浼犳劅', industry: '甯傛斂宸ョ▼', @@ -118,7 +118,7 @@ shelfStatus: '宸蹭笂鏋�' }, { - id: '10003', + id: '3', name: '鏁板瓧鍖栦骇鍝丆', productType: '杞欢/骞冲彴', industry: '寤虹瓚宸ョ▼', -- Gitblit v1.8.0