linwenxin 4 місяців тому
батько
коміт
8901c190e8
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      src/views/workOrder/appraise/index.vue

+ 3 - 0
src/views/workOrder/appraise/index.vue

@@ -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',