This commit is contained in:
duanxiaohai 2024-11-19 20:28:16 +08:00
parent 5a12338dcb
commit 2e38e6096b
2 changed files with 4 additions and 4 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -156,15 +156,15 @@ const data = reactive({
stepdata: [ stepdata: [
{ {
title: "预警推送", title: "预警推送",
description: "2024.9.15", description: "推送时间: 2024.9.15",
}, },
{ {
title: "业务处理时间", title: "业务处理时间",
description: " 2024.9.16", description: "受理日期: 2024.9.16",
}, },
{ {
title: "办结结果", title: "办结结果",
description: " 2024.10.16", description: " 办结时间:2024.10.16",
}, },
], ],
}); });