|
@@ -68,7 +68,7 @@ export default {
|
|
|
return this.operationBtn({
|
|
|
shenshu: {
|
|
|
conditions: ({ row, index, column }) => {
|
|
|
- return row.appraiseStatus == 'C'
|
|
|
+ return !(!['A', 'D', 'T'].includes(row.appraiseStatus) && row.appraiseApplyId)
|
|
|
},
|
|
|
click: ({ row, index, column }) => {
|
|
|
this.$router.push({
|