From e2ced904fc506856a32dcffa4a2dd4912e95d4af Mon Sep 17 00:00:00 2001 From: shenyuan Date: Sat, 17 Dec 2022 16:32:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AC=BE=E5=BC=8F=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/zyclothsstyle/ZyClothsStyleList.vue | 376 +++++++++--------- .../modules/ZyClothsStyleListDetail.vue | 220 ++++++++++ 2 files changed, 409 insertions(+), 187 deletions(-) create mode 100644 ant-design-vue-jeecg/src/views/zyclothsstyle/modules/ZyClothsStyleListDetail.vue diff --git a/ant-design-vue-jeecg/src/views/zyclothsstyle/ZyClothsStyleList.vue b/ant-design-vue-jeecg/src/views/zyclothsstyle/ZyClothsStyleList.vue index f7f7eda2..33ad0d9f 100644 --- a/ant-design-vue-jeecg/src/views/zyclothsstyle/ZyClothsStyleList.vue +++ b/ant-design-vue-jeecg/src/views/zyclothsstyle/ZyClothsStyleList.vue @@ -131,207 +131,209 @@ + \ No newline at end of file diff --git a/ant-design-vue-jeecg/src/views/zyclothsstyle/modules/ZyClothsStyleListDetail.vue b/ant-design-vue-jeecg/src/views/zyclothsstyle/modules/ZyClothsStyleListDetail.vue new file mode 100644 index 00000000..3481cd14 --- /dev/null +++ b/ant-design-vue-jeecg/src/views/zyclothsstyle/modules/ZyClothsStyleListDetail.vue @@ -0,0 +1,220 @@ + + + \ No newline at end of file