瀏覽代碼

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 }) => {