From 2c6b290ae54d99ae2b723e9951662a59ecac5a7d Mon Sep 17 00:00:00 2001 From: 15004070936 <1097449274@qq.com> Date: Fri, 8 May 2026 16:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mall/product/index.vue | 5 +++++ .../mall/publishProduct/productSelect.vue | 21 ++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/views/mall/product/index.vue b/src/views/mall/product/index.vue index cf71169..52939a6 100644 --- a/src/views/mall/product/index.vue +++ b/src/views/mall/product/index.vue @@ -93,6 +93,11 @@ + + + {{ row.updateTime?row.updateTime.substr(0,10):row.createTime.substr(0,10) }} + + 编码:{{ row.outProductId }} - - - 品牌:{{ row.brandName }} - 分类:{{ row.productCategoryName }} - - - + 价格:{{ row.price }} - 排序:{{ row.sort }} - + - + + + + + + + {{ row.updateTime?row.updateTime.substr(0,10):row.createTime.substr(0,10) }} + +