Commit 62843a21 authored by Mac's avatar Mac

1

parent 332ebdfe
...@@ -80,8 +80,12 @@ ...@@ -80,8 +80,12 @@
</el-table-column> </el-table-column>
<el-table-column prop="OrderId" label="订单号"> <el-table-column prop="OrderId" label="订单号">
<template slot-scope="scope"> <template slot-scope="scope">
<div style="cursor: pointer;text-decoration: underline;" @click="goUrlorderList('/sale/orderStatistics',scope.row.OrderId)">
{{scope.row.OrderId}}
</div>
<div style="cursor: pointer;text-decoration: underline;" @click='goorderUrl(scope.row.OrderId)'> <div style="cursor: pointer;text-decoration: underline;" @click='goorderUrl(scope.row.OrderId)'>
{{scope.row.OrderId}} </div> 发放次数
</div>
</template> </template>
</el-table-column> </el-table-column>
...@@ -247,6 +251,11 @@ ...@@ -247,6 +251,11 @@
goreturn() { goreturn() {
this.$router.go(-1); this.$router.go(-1);
}, },
goUrlorderList(path,ID){//订单跳转
this.OpenNewUrl(path, {
OrderId: ID,
});
},
goUrlclass(path,Names){//班级 goUrlclass(path,Names){//班级
let Name = encodeURI(Names) let Name = encodeURI(Names)
this.OpenNewUrl(path, { this.OpenNewUrl(path, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment