From dc1af138e2baef43ee3a2f8f4a0fc29fbc6d25f7 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Fri, 18 Apr 2025 14:42:22 +0800 Subject: [PATCH] 250418 --- src/views/shop/dealerWithdraw/index.vue | 2 +- src/views/shop/goods/components/goodsEdit.vue | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/shop/dealerWithdraw/index.vue b/src/views/shop/dealerWithdraw/index.vue index 22f6428..2cfd951 100644 --- a/src/views/shop/dealerWithdraw/index.vue +++ b/src/views/shop/dealerWithdraw/index.vue @@ -183,7 +183,7 @@ const columns = ref([ align: 'center', customRender: ({text}) => { if (text === 0) return '' - else return dayjs(text).format('YYYY-MM-DD HH:mm:ss') + else return dayjs(text * 1000).format('YYYY-MM-DD HH:mm:ss') } }, { diff --git a/src/views/shop/goods/components/goodsEdit.vue b/src/views/shop/goods/components/goodsEdit.vue index a884cde..564d846 100644 --- a/src/views/shop/goods/components/goodsEdit.vue +++ b/src/views/shop/goods/components/goodsEdit.vue @@ -121,9 +121,9 @@ v-model:value="form.unitName" /> - +
普通用户购物价格
- + -
会员购物价格
+
牛八哥会员购物价格
有赠品 @@ -178,7 +178,7 @@ - +