Răsfoiți Sursa

Merge branch 'master' into 测试

lxf 1 an în urmă
părinte
comite
6b8df1ecd2
1 a modificat fișierele cu 4 adăugiri și 2 ștergeri
  1. 4 2
      src/views/group/order/management/index.vue

+ 4 - 2
src/views/group/order/management/index.vue

@@ -371,7 +371,8 @@ const config = computed(() => {
                   clickSelect(row);
                 },
               }
-            : {
+            : row.status == 40 || row.status == 50
+            ? {
                 attrs: {
                   label: "售后",
                   type: "primary",
@@ -381,7 +382,8 @@ const config = computed(() => {
                 click() {
                   clickAfterSale(row);
                 },
-              },
+              }
+            : {},
           !props.selectStatus && row.status && row.status != 0
             ? {
                 attrs: {