|
@@ -67,6 +67,9 @@ export default {
|
|
|
operation() {
|
|
|
return this.operationBtn({
|
|
|
shenshu: {
|
|
|
+ conditions: ({ row, index, column }) => {
|
|
|
+ return row.appraiseStatus == 'C'
|
|
|
+ },
|
|
|
click: ({ row, index, column }) => {
|
|
|
this.$router.push({
|
|
|
name: 'appraisalStatement',
|