Commit 0901f9f0 authored by chenshouchao's avatar chenshouchao

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

parent f7c30356
......@@ -286,7 +286,7 @@ const AddTemplate = observer((props: IAddTemplateProps) => {
版本:{item.version}
</span>
<span className={style.templateLiInfoText}>
更新时间:{item.updateTime}
更新时间:{item.updatedTime}
</span>
</div>
<div className={style.templateLiDesc}>{item.description}</div>
......
......@@ -77,7 +77,7 @@ const TemplateBox = (props: any) => {
<Typography
sx={{ fontSize: "12px", fontWeight: "400", color: "#1370FF" }}
>
更新时间:{info.updateTime}
更新时间:{info.updatedTime}
</Typography>
</Box>
<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