|
@@ -273,7 +273,6 @@ export default {
|
|
|
},
|
|
|
operation() {
|
|
|
return (h, { row, index, column }) => {
|
|
|
- console.log(row)
|
|
|
return (
|
|
|
<div class="operation-btns">
|
|
|
{row.examineStatus == 'WAIT' && this.$checkBtnRole('examine', this.$route.meta.roles) ? (
|
|
@@ -321,12 +320,12 @@ export default {
|
|
|
<el-popconfirm
|
|
|
style="margin-left: 10px"
|
|
|
title="二次退押吗?"
|
|
|
- onConfirm={() => {
|
|
|
+ onOnConfirm={() => {
|
|
|
this.secondRefund(row)
|
|
|
}}
|
|
|
>
|
|
|
<el-button slot="reference" type="text" size="mini">
|
|
|
- 二次退押{' '}
|
|
|
+ 二次退押
|
|
|
</el-button>
|
|
|
</el-popconfirm>
|
|
|
) : null}
|