|
|
@ -315,12 +315,12 @@ |
|
|
|
}); |
|
|
|
}); |
|
|
|
} else if (record.annualCompState === "1") { |
|
|
|
} else if (record.annualCompState === "1") { |
|
|
|
actions.unshift({ |
|
|
|
actions.unshift({ |
|
|
|
label: '修改', |
|
|
|
label: '申请修改', |
|
|
|
onClick: handleSubmitandApply.bind(null, record), |
|
|
|
onClick: handleSubmitandApply.bind(null, record), |
|
|
|
}); |
|
|
|
}); |
|
|
|
} else if (record.annualCompState === "2") { |
|
|
|
} else if (record.annualCompState === "2") { |
|
|
|
actions.unshift({ |
|
|
|
actions.unshift({ |
|
|
|
label: '修改', |
|
|
|
label: '申请修改', |
|
|
|
onClick: handleSubmitandApply.bind(null, record), |
|
|
|
onClick: handleSubmitandApply.bind(null, record), |
|
|
|
}); |
|
|
|
}); |
|
|
|
} else if (record.annualCompState === "3") { |
|
|
|
} else if (record.annualCompState === "3") { |
|
|
|