Browse Source

京东采购单
1、隐藏回告按钮

liqihao 1 year ago
parent
commit
63e0347b75
1 changed files with 13 additions and 13 deletions
  1. 13 13
      src/views/WDLY/jd/order/index.vue

+ 13 - 13
src/views/WDLY/jd/order/index.vue

@@ -686,19 +686,19 @@ const config = computed(() => {
                 },
               }
             : {},
-          row.businessStatus == 1 && row.isCanConfirm
-            ? {
-                attrs: {
-                  label: "回告",
-                  type: "danger",
-                  text: true,
-                },
-                el: "button",
-                click() {
-                  getTellDtl(row);
-                },
-              }
-            : {},
+          // row.businessStatus == 1 && row.isCanConfirm
+          //   ? {
+          //       attrs: {
+          //         label: "回告",
+          //         type: "danger",
+          //         text: true,
+          //       },
+          //       el: "button",
+          //       click() {
+          //         getTellDtl(row);
+          //       },
+          //     }
+          //   : {},
         ];
       },
     },