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: [
{
title: "预警推送",
description: "2024.9.15",
description: "推送时间: 2024.9.15",
},
{
title: "业务处理时间",
description: " 2024.9.16",
description: "受理日期: 2024.9.16",
},
{
title: "办结结果",
description: " 2024.10.16",
description: " 办结时间:2024.10.16",
},
],
});
@ -192,7 +192,7 @@ watch(
// data.stepdata[1].description = "2024.9.16";
// data.content.yw = data.menu[0].property;
// data.content.fzr = data.menu[0].yw;
data.stepdata[0].description = `推送时间2024.9.15`;
data.stepdata[1].description = `业务单位:${data.menu[0].yw} \n 业务负责人:${data.menu[0].property} \n 受理日期2024.9.16`;
data.stepdata[2].description = `办结时间2024.10.16`;