mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 03:46:48 +08:00
init
This commit is contained in:
@@ -113,14 +113,14 @@
|
||||
label="状态"
|
||||
>
|
||||
<img :src="ongoing"
|
||||
style="width: 99px; height: 99px"
|
||||
style="width: 99px; height: 99px"
|
||||
/>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- :src="{ 0: nostarted, 1: completed, 2: ongoing }[scope.row.status]"-->
|
||||
<!-- :src="{ 0: nostarted, 1: completed, 2: ongoing }[scope.row.status]"-->
|
||||
<!-- 路径列表-->
|
||||
<!-- 路径详情图 -->
|
||||
<div
|
||||
@@ -176,11 +176,10 @@ async function gofun({routerId, name: routerName}) {
|
||||
// detail.value = data.data
|
||||
// state.showmapdetail = true;
|
||||
// router.push({path: "/pathdetails", query: {routerId}});
|
||||
// import.meta.env.DEV ? router.push({
|
||||
// path: "/pathdetails",
|
||||
// query: {routerId, routerName}
|
||||
// }) :
|
||||
window.open(`http://u-pre.boe.com/pc/forward?to=/fe-student/pathdetails¶ms=${encodeURIComponent(`routerId=${routerId}&routerName=${routerName}`)}`)
|
||||
import.meta.env.MODE === 'development' ? router.push({
|
||||
path: "/pathdetails",
|
||||
query: {routerId, routerName}
|
||||
}) : window.open(`http://u-pre.boe.com/pc/forward?to=/fe-student/pathdetails¶ms=${encodeURIComponent(`routerId=${routerId}&routerName=${routerName}`)}`)
|
||||
}
|
||||
|
||||
function toUnTask() {
|
||||
|
||||
Reference in New Issue
Block a user