From f88d2029c7b2c66fcf0a9dffdc55da75b939c2ea Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Tue, 12 Aug 2025 10:55:54 +0800
Subject: [PATCH] 修改
---
src/views/hazardousChemicals/homePage/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/hazardousChemicals/homePage/index.vue b/src/views/hazardousChemicals/homePage/index.vue
index 24cc320..77daae5 100644
--- a/src/views/hazardousChemicals/homePage/index.vue
+++ b/src/views/hazardousChemicals/homePage/index.vue
@@ -81,7 +81,7 @@
<div style="display: flex;flex-direction: column;margin-left: 20px">
<span style="font-size: 16px;font-weight: 600">{{item.description}}
</span>
- <span style="font-size: 14px;color: #8a8f97;margin-top: 5px">{{item.useTime}}</span>
+ <span style="font-size: 14px;color: #8a8f97;margin-top: 5px">{{item.createTime}}</span>
</div>
</div>
<el-divider style="margin: 15px 0" v-if="index != data.hazmatData.length-1"></el-divider>
--
Gitblit v1.9.2