|
@@ -646,6 +646,9 @@ export default {
|
|
},
|
|
},
|
|
// 二次申诉
|
|
// 二次申诉
|
|
secondStatement: {
|
|
secondStatement: {
|
|
|
|
+ conditions: ({ row, index, column }) => {
|
|
|
|
+ return true
|
|
|
|
+ },
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
appraiseApplyApplyDetail({
|
|
appraiseApplyApplyDetail({
|
|
id: row.id
|
|
id: row.id
|
|
@@ -660,6 +663,9 @@ export default {
|
|
},
|
|
},
|
|
// 信息部审核
|
|
// 信息部审核
|
|
InfoDepartmentAudit: {
|
|
InfoDepartmentAudit: {
|
|
|
|
+ conditions: ({ row, index, column }) => {
|
|
|
|
+ return true
|
|
|
|
+ },
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
appraiseApplyApplyDetail({
|
|
appraiseApplyApplyDetail({
|
|
id: row.id
|
|
id: row.id
|
|
@@ -674,6 +680,9 @@ export default {
|
|
},
|
|
},
|
|
// 结算组审核
|
|
// 结算组审核
|
|
clearingSectionAudit: {
|
|
clearingSectionAudit: {
|
|
|
|
+ conditions: ({ row, index, column }) => {
|
|
|
|
+ return true
|
|
|
|
+ },
|
|
click: ({ row, index, column }) => {
|
|
click: ({ row, index, column }) => {
|
|
appraiseApplyApplyDetail({
|
|
appraiseApplyApplyDetail({
|
|
id: row.id
|
|
id: row.id
|