|
@@ -79,6 +79,9 @@ export default {
|
|
|
operation() {
|
|
|
return this.operationBtn({
|
|
|
settleAccounts: {
|
|
|
+ conditions: ({ row, index, column }) => {
|
|
|
+ return row.status == 'ING'
|
|
|
+ },
|
|
|
click: ({ row, index, column }) => {
|
|
|
recycSettleBatchSettle([row.id]).then(res => {
|
|
|
this.$message({ type: 'success', message: `成功!` })
|