From ae36dc20aea3d2f74d893305d9f94a1845d8fa20 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 06 九月 2024 10:17:50 +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