|
@@ -130,6 +130,9 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
refund: {
|
|
refund: {
|
|
|
|
+ conditions: ({ row, index, column }) => {
|
|
|
|
+ return row.payValue > row.retValue
|
|
|
|
+ },
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
this.$prompt('退款金额', '退款', {
|
|
this.$prompt('退款金额', '退款', {
|
|
confirmButtonText: '确定',
|
|
confirmButtonText: '确定',
|