This commit is contained in:
yuping
2022-12-15 18:47:40 +08:00
parent f2a41b9cc8
commit b2258cb6e2

View File

@@ -113,14 +113,14 @@
label="状态" label="状态"
> >
<img :src="ongoing" <img :src="ongoing"
style="width: 99px; height: 99px" style="width: 99px; height: 99px"
/> />
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
</div> </div>
<!-- :src="{ 0: nostarted, 1: completed, 2: ongoing }[scope.row.status]"--> <!-- :src="{ 0: nostarted, 1: completed, 2: ongoing }[scope.row.status]"-->
<!-- 路径列表--> <!-- 路径列表-->
<!-- 路径详情图 --> <!-- 路径详情图 -->
<div <div
@@ -176,11 +176,10 @@ async function gofun({routerId, name: routerName}) {
// detail.value = data.data // detail.value = data.data
// state.showmapdetail = true; // state.showmapdetail = true;
// router.push({path: "/pathdetails", query: {routerId}}); // router.push({path: "/pathdetails", query: {routerId}});
// import.meta.env.DEV ? router.push({ import.meta.env.MODE === 'development' ? router.push({
// path: "/pathdetails", path: "/pathdetails",
// query: {routerId, routerName} query: {routerId, routerName}
// }) : }) : window.open(`http://u-pre.boe.com/pc/forward?to=/fe-student/pathdetails&params=${encodeURIComponent(`routerId=${routerId}&routerName=${routerName}`)}`)
window.open(`http://u-pre.boe.com/pc/forward?to=/fe-student/pathdetails&params=${encodeURIComponent(`routerId=${routerId}&routerName=${routerName}`)}`)
} }
function toUnTask() { function toUnTask() {