|
@@ -314,7 +314,7 @@ export default {
|
|
|
monthRejection: {
|
|
|
prompt: "是否确定驳回?",
|
|
|
conditions: ({ row, index, column }) => {
|
|
|
- return true
|
|
|
+ return row.status == "NOT"
|
|
|
},
|
|
|
click: ({ row, index, column }) => {
|
|
|
settleMonthWagesBatchReject([row.id]).then(res => {
|