Parcourir la source

Merge branch '新建订单流程' into 测试

lxf il y a 1 an
Parent
commit
fd17b8a66b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/subsidiary/order/management/index.vue

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

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