1b8a4dff by 任超

style:进度查询

1 parent cc5a39ba
......@@ -85,14 +85,10 @@ export default {
{
slsj: "2022-5-12",
ywh: 111111111111
},
{
slsj: "2022-5-13",
ywh: 111111111111
},
],
},
};
}
]
}
}
},
methods: {
// 初始化数据
......@@ -101,6 +97,8 @@ export default {
console.log(name, sort);
},
openDialog () {
const { href } = this.$router.resolve('/fqsq')
window.open(href, '_blank');
}
}
}
......