lxf 1 year ago
parent
commit
1055201a9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/subsidiary/order/management/index.vue

+ 1 - 1
src/views/subsidiary/order/management/index.vue

@@ -316,7 +316,7 @@ const config = computed(() => {
                 },
               }
             : {},
-          row.status == 0
+          row.status == 0 && row.flowStatus !== 2
             ? {
                 attrs: {
                   label: "编辑",