diff --git a/apps/web-antd/public/wx-xingyu.png b/apps/web-antd/public/wx-xingyu.png index 5e4b6017d..da2e45a34 100644 Binary files a/apps/web-antd/public/wx-xingyu.png and b/apps/web-antd/public/wx-xingyu.png differ diff --git a/apps/web-antd/src/views/erp/stock/out/modules/item-form.vue b/apps/web-antd/src/views/erp/stock/out/modules/item-form.vue index 0c51c2979..7578a45ef 100644 --- a/apps/web-antd/src/views/erp/stock/out/modules/item-form.vue +++ b/apps/web-antd/src/views/erp/stock/out/modules/item-form.vue @@ -98,7 +98,7 @@ function handleAdd() { totalPrice: undefined, remark: undefined, }; - tableData.value.push(newRow); + tableData.value.push(newRow as any); // 通知父组件更新 emit('update:items', [...tableData.value]); } diff --git a/apps/web-ele/public/wx-xingyu.png b/apps/web-ele/public/wx-xingyu.png index 5e4b6017d..da2e45a34 100644 Binary files a/apps/web-ele/public/wx-xingyu.png and b/apps/web-ele/public/wx-xingyu.png differ diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/coupon-card/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/coupon-card/property.vue index 447d97484..75ee00e71 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/coupon-card/property.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/coupon-card/property.vue @@ -27,7 +27,8 @@ import * as CouponTemplateApi from '#/api/mall/promotion/coupon/couponTemplate'; import ColorInput from '#/components/color-input/index.vue'; import ComponentContainerProperty from '#/components/diy-editor/components/component-container-property.vue'; import UploadImg from '#/components/upload/image-upload.vue'; -import CouponSelect from '#/views/mall/promotion/coupon/components/coupon-select.vue'; +// TODO: 添加组件 +// import CouponSelect from '#/views/mall/promotion/coupon/components/coupon-select.vue'; // 优惠券卡片属性面板 defineOptions({ name: 'CouponCardProperty' }); diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/product-card/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/product-card/property.vue index e0b3dfb77..7c6905012 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/product-card/property.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/product-card/property.vue @@ -19,7 +19,8 @@ import { import ColorInput from '#/components/color-input/index.vue'; import UploadImg from '#/components/upload/image-upload.vue'; -import SpuShowcase from '#/views/mall/product/spu/components/spu-showcase.vue'; +// TODO: 添加组件 +// import SpuShowcase from '#/views/mall/product/spu/components/spu-showcase.vue'; // 商品卡片属性面板 defineOptions({ name: 'ProductCardProperty' }); @@ -33,7 +34,7 @@ const formData = useVModel(props, 'modelValue', emit); - + diff --git a/apps/web-ele/src/components/diy-editor/components/mobile/product-list/property.vue b/apps/web-ele/src/components/diy-editor/components/mobile/product-list/property.vue index f4e6d9686..6203f7e30 100644 --- a/apps/web-ele/src/components/diy-editor/components/mobile/product-list/property.vue +++ b/apps/web-ele/src/components/diy-editor/components/mobile/product-list/property.vue @@ -1,6 +1,8 @@