This commit is contained in:
parent
5a12338dcb
commit
2e38e6096b
|
@ -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`;
|
||||
|
|
Loading…
Reference in New Issue