From 4912638fc5fc26958a0b0401aa332e0f549cb7c2 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Mon, 22 Apr 2024 16:04:19 +0800
Subject: [PATCH] first
---
src/page/user/Warehouse/data.list.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/page/user/Warehouse/data.list.vue b/src/page/user/Warehouse/data.list.vue
index cef0ff2..42f79e6 100644
--- a/src/page/user/Warehouse/data.list.vue
+++ b/src/page/user/Warehouse/data.list.vue
@@ -33,7 +33,7 @@
{{ $t(item.orderDirection) }}
</div>
</div>
- {{ item.stockCode }}
+ {{ item.stockSpell }}
</div>
<!-- <div @click="$router.push('/Stockdetail')"></div> -->
<van-row>
@@ -125,7 +125,7 @@
<div style="text-align: left">
<div class="sport-content-title2">{{ $t("持倉時間") }}</div>
<div class="sport-content-text2">
- {{ $moment(item.buyOrderTime).format("YYYY-MM-DD HH:mm:ss") }}
+ {{ $moment(item.buyOrderTime).format("DD-MM-YYYY hh:mm:ss A") }}
</div>
</div>
</van-col>
@@ -184,6 +184,9 @@
type: Object,
default: {},
},
+ },
+ mounted() {
+ this.getList();
},
data() {
return {
@@ -444,6 +447,4 @@
text-align: right;
}
}
-
-
</style>
--
Gitblit v1.9.3