Commit 0901f9f0 authored by chenshouchao's avatar chenshouchao

feat: 修改模板更新时间字段

parent f7c30356
...@@ -286,7 +286,7 @@ const AddTemplate = observer((props: IAddTemplateProps) => { ...@@ -286,7 +286,7 @@ const AddTemplate = observer((props: IAddTemplateProps) => {
版本:{item.version} 版本:{item.version}
</span> </span>
<span className={style.templateLiInfoText}> <span className={style.templateLiInfoText}>
更新时间:{item.updateTime} 更新时间:{item.updatedTime}
</span> </span>
</div> </div>
<div className={style.templateLiDesc}>{item.description}</div> <div className={style.templateLiDesc}>{item.description}</div>
......
...@@ -77,7 +77,7 @@ const TemplateBox = (props: any) => { ...@@ -77,7 +77,7 @@ const TemplateBox = (props: any) => {
<Typography <Typography
sx={{ fontSize: "12px", fontWeight: "400", color: "#1370FF" }} sx={{ fontSize: "12px", fontWeight: "400", color: "#1370FF" }}
> >
更新时间:{info.updateTime} 更新时间:{info.updatedTime}
</Typography> </Typography>
</Box> </Box>
<Typography className={styles.templateDescText}> <Typography className={styles.templateDescText}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment