瀏覽代碼

no message

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