Explorar el Código

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

liqihao hace 1 año
padre
commit
63e0347b75
Se han modificado 1 ficheros con 13 adiciones y 13 borrados
  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);
+          //       },
+          //     }
+          //   : {},
         ];
       },
     },