From 5e92980e040ad23f6940a62de0cc0c67b4f4713e Mon Sep 17 00:00:00 2001 From: wangjiadong <1654135867@qq.com> Date: Thu, 5 Jan 2023 10:54:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/CustomerShoppingCartList.vue | 14 ++--- .../admin/modules/ZyGoodsForm.vue | 8 ++- .../admin/modules/ZyGoodsModal.vue | 62 +++++++++++++++++++ 3 files changed, 74 insertions(+), 10 deletions(-) create mode 100644 ant-design-vue-jeecg/src/views/customershoppingcart/admin/modules/ZyGoodsModal.vue diff --git a/ant-design-vue-jeecg/src/views/customershoppingcart/admin/CustomerShoppingCartList.vue b/ant-design-vue-jeecg/src/views/customershoppingcart/admin/CustomerShoppingCartList.vue index 07af446d..6d3df2ad 100644 --- a/ant-design-vue-jeecg/src/views/customershoppingcart/admin/CustomerShoppingCartList.vue +++ b/ant-design-vue-jeecg/src/views/customershoppingcart/admin/CustomerShoppingCartList.vue @@ -115,17 +115,15 @@ 总计:{{ totalPrice }}元 - - - + \ No newline at end of file