diff --git a/buyer/src/components/indexDecorate/ModelFormItem.vue b/buyer/src/components/indexDecorate/ModelFormItem.vue
index f2a7b312..4d948c53 100644
--- a/buyer/src/components/indexDecorate/ModelFormItem.vue
+++ b/buyer/src/components/indexDecorate/ModelFormItem.vue
@@ -81,14 +81,17 @@
-
+
+
+
diff --git a/manager/src/views/promotion/kanjia/kanjiaActivityAddGoods.vue b/manager/src/views/promotion/kanjia/kanjiaActivityAddGoods.vue
index 0bdd2fe0..24863082 100644
--- a/manager/src/views/promotion/kanjia/kanjiaActivityAddGoods.vue
+++ b/manager/src/views/promotion/kanjia/kanjiaActivityAddGoods.vue
@@ -8,8 +8,8 @@
-
+
@@ -292,28 +292,28 @@ export default {
// 已选商品批量选择
this.selectedGoods = e;
},
- delSelectGoods() {
- // 多选删除商品
- if (this.selectedGoods.length <= 0) {
- this.$Message.warning("您还未选择要删除的数据");
- return;
- }
- this.$Modal.confirm({
- title: "确认删除",
- content: "您确认要删除所选商品吗?",
- onOk: () => {
- let ids = [];
- this.selectedGoods.forEach(function (e) {
- ids.push(e.id);
- });
- this.form.promotionGoodsList = this.form.promotionGoodsList.filter(
- (item) => {
- return !ids.includes(item.id);
- }
- );
- },
- });
- },
+ // delSelectGoods() {
+ // // 多选删除商品
+ // if (this.selectedGoods.length <= 0) {
+ // this.$Message.warning("您还未选择要删除的数据");
+ // return;
+ // }
+ // this.$Modal.confirm({
+ // title: "确认删除",
+ // content: "您确认要删除所选商品吗?",
+ // onOk: () => {
+ // let ids = [];
+ // this.selectedGoods.forEach(function (e) {
+ // ids.push(e.id);
+ // });
+ // this.form.promotionGoodsList = this.form.promotionGoodsList.filter(
+ // (item) => {
+ // return !ids.includes(item.id);
+ // }
+ // );
+ // },
+ // });
+ // },
delGoods(index) {
// 删除商品
this.form.promotionGoodsList.splice(index, 1);
diff --git a/seller/src/views/order/after-order/reurnGoodsOrderDetail.vue b/seller/src/views/order/after-order/reurnGoodsOrderDetail.vue
index 1d758761..2a53296d 100644
--- a/seller/src/views/order/after-order/reurnGoodsOrderDetail.vue
+++ b/seller/src/views/order/after-order/reurnGoodsOrderDetail.vue
@@ -91,7 +91,7 @@
申请退款金额
{{ afterSaleInfo.applyRefundPrice | unitPrice('¥') }}
-
+
- 实际退款金额
-