소스 검색

feat:销售退货单 - 驳回状态不能编辑

Moss 1 년 전
부모
커밋
a0f0fc58f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/mallManagement/order/sales_return_order_list/index.vue

+ 1 - 1
src/views/mallManagement/order/sales_return_order_list/index.vue

@@ -732,7 +732,7 @@ export default {
       return this.operationBtn({
         edit: {
           conditions: ({ row, index, column }) => {
-            return row.examineStatus != 'OK'
+            return row.examineStatus != 'OK' && row.examineStatus != 'FAIL'
           },
           btnType: 'text',
           click: ({ row, index, column }) => {