|
@@ -664,7 +664,7 @@ export default {
|
|
|
// 信息部审核
|
|
|
InfoDepartmentAudit: {
|
|
|
conditions: ({ row, index, column }) => {
|
|
|
- return row.isSecond == false && row.status == 'OK'
|
|
|
+ return row.isSecond == false && row.status == 'WAIT_CENTER'
|
|
|
},
|
|
|
click: ({ row, index, column }) => {
|
|
|
appraiseApplyApplyDetail({
|
|
@@ -681,7 +681,7 @@ export default {
|
|
|
// 结算组审核
|
|
|
clearingSectionAudit: {
|
|
|
conditions: ({ row, index, column }) => {
|
|
|
- return true
|
|
|
+ return row.isSecond == true && row.status == 'WAIT_CENTER'
|
|
|
},
|
|
|
click: ({ row, index, column }) => {
|
|
|
appraiseApplyApplyDetail({
|