ソースを参照

Merge branch 'master' into 测试

lxf 1 年間 前
コミット
6b8df1ecd2
1 ファイル変更4 行追加2 行削除
  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: {