Commit 4608548c by wangguangchao

trnrel交易复核按钮事件提交

parent d83c249d
...@@ -401,7 +401,7 @@ ...@@ -401,7 +401,7 @@
label="操作" label="操作"
width="200px" width="200px"
> >
<template> <template slot-scope="scope">
<!-- <a :href="`/#/display/${scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照</a>--> <!-- <a :href="`/#/display/${scope.row['10'].toLowerCase()}?trn=${scope.row['1']}`" target="_blank" >显示快照</a>-->
<!-- <a href="javascript:void(0)" @click="display(scope.$index, scope.row)" <!-- <a href="javascript:void(0)" @click="display(scope.$index, scope.row)"
>显示快照</a >显示快照</a
...@@ -418,6 +418,7 @@ ...@@ -418,6 +418,7 @@
style="margin-left: 0" style="margin-left: 0"
size="small" size="small"
type="primary" type="primary"
@click="onRelrow(scope.row)"
> >
复核 复核
......
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