lxf 1 年之前
父節點
當前提交
fc802fd90e

+ 1 - 1
src/views/group/BOM/management/index.vue

@@ -376,7 +376,7 @@ const config = computed(() => {
                 : {
                     attrs: {
                       label: "删除",
-                      type: "primary",
+                      type: "danger",
                       text: true,
                     },
                     el: "button",

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

@@ -333,7 +333,7 @@ const config = computed(() => {
             ? {
                 attrs: {
                   label: "删除",
-                  type: "primary",
+                  type: "danger",
                   text: true,
                 },
                 el: "button",

+ 1 - 1
src/views/group/product/groupSKU/index.vue

@@ -182,7 +182,7 @@ const config = computed(() => {
           {
             attrs: {
               label: "删除",
-              type: "primary",
+              type: "danger",
               text: true,
             },
             el: "button",

+ 1 - 1
src/views/group/selling-price/price-system/index.vue

@@ -112,7 +112,7 @@ const config = computed(() => {
           {
             attrs: {
               label: "删除",
-              type: "primary",
+              type: "danger",
               text: true,
             },
             el: "button",

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

@@ -274,7 +274,7 @@ const config = computed(() => {
             ? {
                 attrs: {
                   label: "删除",
-                  type: "primary",
+                  type: "danger",
                   text: true,
                 },
                 el: "button",

+ 1 - 1
src/views/system/dict/dictCommonDtl.vue

@@ -94,7 +94,7 @@ const config = computed(() => {
           {
             attrs: {
               label: "删除",
-              type: "primary",
+              type: "danger",
               text: true,
             },
             el: "button",

+ 1 - 1
src/views/system/dict/dictCommonType.vue

@@ -173,7 +173,7 @@ const config = computed(() => {
           // {
           //   attrs: {
           //     label: "删除",
-          //     type: "primary",
+          //     type: "danger",
           //     text: true,
           //   },
           //   el: "button",

+ 1 - 1
src/views/system/dict/dictTenantDtl.vue

@@ -94,7 +94,7 @@ const config = computed(() => {
             {
               attrs: {
                 label: "删除",
-                type: "primary",
+                type: "danger",
                 text: true,
               },
               el: "button",

+ 1 - 1
src/views/system/dict/dictTenantType.vue

@@ -190,7 +190,7 @@ const config = computed(() => {
             {
               attrs: {
                 label: "删除",
-                type: "primary",
+                type: "danger",
                 text: true,
               },
               el: "button",