From c1e1ac4b8b1664e4a051418d6252f349ad97820c Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 4 Jul 2024 17:31:16 +0800 Subject: [PATCH] cv --- .../AppIntegratingTask/AppIntegratingTask.vue | 70 ++ .../AppIntegratingTask/components/Add.vue | 433 ++++++++++++ .../AppIntegratingTask/components/Detail.vue | 192 ++++++ .../AppIntegratingTask/components/List.vue | 223 ++++++ .../AppIntegralStatistics.vue | 652 ++++++++++++++++++ .../AppIntegratingAudit.vue | 68 ++ .../AppIntegratingAudit/components/Detail.vue | 270 ++++++++ .../AppIntegratingAudit/components/List.vue | 293 ++++++++ .../AppIntegratingDjust.vue | 62 ++ .../AppIntegratingDjust/components/List.vue | 357 ++++++++++ .../AppIntegratingOrder.vue | 116 ++++ .../components/GirdDetail.vue | 172 +++++ .../components/GirdList.vue | 252 +++++++ .../components/ResidentDetail.vue | 172 +++++ .../components/ResidentList.vue | 262 +++++++ .../AppIntegratingPublic.vue | 63 ++ .../AppIntegratingPublic/components/Add.vue | 138 ++++ .../AppIntegratingPublic/components/List.vue | 192 ++++++ .../AppIntegratingRules.vue | 43 ++ .../AppIntegratingRules/components/List.vue | 611 ++++++++++++++++ .../AppIntegratingSupermarket.vue | 106 +++ .../components/AddStore.vue | 629 +++++++++++++++++ .../components/GoodsList.vue | 226 ++++++ .../components/StoreList.vue | 227 ++++++ .../components/addGoods.vue | 237 +++++++ .../AppIntegratingTask/AppIntegratingTask.vue | 70 ++ .../AppIntegratingTask/components/Add.vue | 433 ++++++++++++ .../AppIntegratingTask/components/Detail.vue | 192 ++++++ .../AppIntegratingTask/components/List.vue | 223 ++++++ 29 files changed, 6984 insertions(+) create mode 100644 project/biaopin/AppIntegratingTask/AppIntegratingTask.vue create mode 100644 project/biaopin/AppIntegratingTask/components/Add.vue create mode 100644 project/biaopin/AppIntegratingTask/components/Detail.vue create mode 100644 project/biaopin/AppIntegratingTask/components/List.vue create mode 100644 project/wuxi/AppIntegralStatistics/AppIntegralStatistics.vue create mode 100644 project/wuxi/AppIntegratingAudit/AppIntegratingAudit.vue create mode 100644 project/wuxi/AppIntegratingAudit/components/Detail.vue create mode 100644 project/wuxi/AppIntegratingAudit/components/List.vue create mode 100644 project/wuxi/AppIntegratingDjust/AppIntegratingDjust.vue create mode 100644 project/wuxi/AppIntegratingDjust/components/List.vue create mode 100644 project/wuxi/AppIntegratingOrder/AppIntegratingOrder.vue create mode 100644 project/wuxi/AppIntegratingOrder/components/GirdDetail.vue create mode 100644 project/wuxi/AppIntegratingOrder/components/GirdList.vue create mode 100644 project/wuxi/AppIntegratingOrder/components/ResidentDetail.vue create mode 100644 project/wuxi/AppIntegratingOrder/components/ResidentList.vue create mode 100644 project/wuxi/AppIntegratingPublic/AppIntegratingPublic.vue create mode 100644 project/wuxi/AppIntegratingPublic/components/Add.vue create mode 100644 project/wuxi/AppIntegratingPublic/components/List.vue create mode 100644 project/wuxi/AppIntegratingRules/AppIntegratingRules.vue create mode 100644 project/wuxi/AppIntegratingRules/components/List.vue create mode 100644 project/wuxi/AppIntegratingSupermarket/AppIntegratingSupermarket.vue create mode 100644 project/wuxi/AppIntegratingSupermarket/components/AddStore.vue create mode 100644 project/wuxi/AppIntegratingSupermarket/components/GoodsList.vue create mode 100644 project/wuxi/AppIntegratingSupermarket/components/StoreList.vue create mode 100644 project/wuxi/AppIntegratingSupermarket/components/addGoods.vue create mode 100644 project/wuxi/AppIntegratingTask/AppIntegratingTask.vue create mode 100644 project/wuxi/AppIntegratingTask/components/Add.vue create mode 100644 project/wuxi/AppIntegratingTask/components/Detail.vue create mode 100644 project/wuxi/AppIntegratingTask/components/List.vue diff --git a/project/biaopin/AppIntegratingTask/AppIntegratingTask.vue b/project/biaopin/AppIntegratingTask/AppIntegratingTask.vue new file mode 100644 index 00000000..7e858122 --- /dev/null +++ b/project/biaopin/AppIntegratingTask/AppIntegratingTask.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/project/biaopin/AppIntegratingTask/components/Add.vue b/project/biaopin/AppIntegratingTask/components/Add.vue new file mode 100644 index 00000000..e0bbb072 --- /dev/null +++ b/project/biaopin/AppIntegratingTask/components/Add.vue @@ -0,0 +1,433 @@ + + + + + diff --git a/project/biaopin/AppIntegratingTask/components/Detail.vue b/project/biaopin/AppIntegratingTask/components/Detail.vue new file mode 100644 index 00000000..a27e8f77 --- /dev/null +++ b/project/biaopin/AppIntegratingTask/components/Detail.vue @@ -0,0 +1,192 @@ + + + + + diff --git a/project/biaopin/AppIntegratingTask/components/List.vue b/project/biaopin/AppIntegratingTask/components/List.vue new file mode 100644 index 00000000..bb9e69dc --- /dev/null +++ b/project/biaopin/AppIntegratingTask/components/List.vue @@ -0,0 +1,223 @@ + + + + + diff --git a/project/wuxi/AppIntegralStatistics/AppIntegralStatistics.vue b/project/wuxi/AppIntegralStatistics/AppIntegralStatistics.vue new file mode 100644 index 00000000..627e51da --- /dev/null +++ b/project/wuxi/AppIntegralStatistics/AppIntegralStatistics.vue @@ -0,0 +1,652 @@ + + + + + diff --git a/project/wuxi/AppIntegratingAudit/AppIntegratingAudit.vue b/project/wuxi/AppIntegratingAudit/AppIntegratingAudit.vue new file mode 100644 index 00000000..86218f6c --- /dev/null +++ b/project/wuxi/AppIntegratingAudit/AppIntegratingAudit.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/project/wuxi/AppIntegratingAudit/components/Detail.vue b/project/wuxi/AppIntegratingAudit/components/Detail.vue new file mode 100644 index 00000000..5891a2dc --- /dev/null +++ b/project/wuxi/AppIntegratingAudit/components/Detail.vue @@ -0,0 +1,270 @@ + + + + + diff --git a/project/wuxi/AppIntegratingAudit/components/List.vue b/project/wuxi/AppIntegratingAudit/components/List.vue new file mode 100644 index 00000000..50b5834b --- /dev/null +++ b/project/wuxi/AppIntegratingAudit/components/List.vue @@ -0,0 +1,293 @@ + + + + + diff --git a/project/wuxi/AppIntegratingDjust/AppIntegratingDjust.vue b/project/wuxi/AppIntegratingDjust/AppIntegratingDjust.vue new file mode 100644 index 00000000..4bd4363c --- /dev/null +++ b/project/wuxi/AppIntegratingDjust/AppIntegratingDjust.vue @@ -0,0 +1,62 @@ + + + + + diff --git a/project/wuxi/AppIntegratingDjust/components/List.vue b/project/wuxi/AppIntegratingDjust/components/List.vue new file mode 100644 index 00000000..f762ce3c --- /dev/null +++ b/project/wuxi/AppIntegratingDjust/components/List.vue @@ -0,0 +1,357 @@ + + + + + diff --git a/project/wuxi/AppIntegratingOrder/AppIntegratingOrder.vue b/project/wuxi/AppIntegratingOrder/AppIntegratingOrder.vue new file mode 100644 index 00000000..ffed4121 --- /dev/null +++ b/project/wuxi/AppIntegratingOrder/AppIntegratingOrder.vue @@ -0,0 +1,116 @@ + + + + + diff --git a/project/wuxi/AppIntegratingOrder/components/GirdDetail.vue b/project/wuxi/AppIntegratingOrder/components/GirdDetail.vue new file mode 100644 index 00000000..166e84f7 --- /dev/null +++ b/project/wuxi/AppIntegratingOrder/components/GirdDetail.vue @@ -0,0 +1,172 @@ + + + + + diff --git a/project/wuxi/AppIntegratingOrder/components/GirdList.vue b/project/wuxi/AppIntegratingOrder/components/GirdList.vue new file mode 100644 index 00000000..ee551ee0 --- /dev/null +++ b/project/wuxi/AppIntegratingOrder/components/GirdList.vue @@ -0,0 +1,252 @@ + + + + + diff --git a/project/wuxi/AppIntegratingOrder/components/ResidentDetail.vue b/project/wuxi/AppIntegratingOrder/components/ResidentDetail.vue new file mode 100644 index 00000000..6e9b044c --- /dev/null +++ b/project/wuxi/AppIntegratingOrder/components/ResidentDetail.vue @@ -0,0 +1,172 @@ + + + + + diff --git a/project/wuxi/AppIntegratingOrder/components/ResidentList.vue b/project/wuxi/AppIntegratingOrder/components/ResidentList.vue new file mode 100644 index 00000000..abde0ad3 --- /dev/null +++ b/project/wuxi/AppIntegratingOrder/components/ResidentList.vue @@ -0,0 +1,262 @@ + + + + + diff --git a/project/wuxi/AppIntegratingPublic/AppIntegratingPublic.vue b/project/wuxi/AppIntegratingPublic/AppIntegratingPublic.vue new file mode 100644 index 00000000..407106a5 --- /dev/null +++ b/project/wuxi/AppIntegratingPublic/AppIntegratingPublic.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/project/wuxi/AppIntegratingPublic/components/Add.vue b/project/wuxi/AppIntegratingPublic/components/Add.vue new file mode 100644 index 00000000..39c90c06 --- /dev/null +++ b/project/wuxi/AppIntegratingPublic/components/Add.vue @@ -0,0 +1,138 @@ + + + + + diff --git a/project/wuxi/AppIntegratingPublic/components/List.vue b/project/wuxi/AppIntegratingPublic/components/List.vue new file mode 100644 index 00000000..5b54fb3f --- /dev/null +++ b/project/wuxi/AppIntegratingPublic/components/List.vue @@ -0,0 +1,192 @@ + + + + + diff --git a/project/wuxi/AppIntegratingRules/AppIntegratingRules.vue b/project/wuxi/AppIntegratingRules/AppIntegratingRules.vue new file mode 100644 index 00000000..004417a9 --- /dev/null +++ b/project/wuxi/AppIntegratingRules/AppIntegratingRules.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/project/wuxi/AppIntegratingRules/components/List.vue b/project/wuxi/AppIntegratingRules/components/List.vue new file mode 100644 index 00000000..f3c50e4d --- /dev/null +++ b/project/wuxi/AppIntegratingRules/components/List.vue @@ -0,0 +1,611 @@ + + + + + diff --git a/project/wuxi/AppIntegratingSupermarket/AppIntegratingSupermarket.vue b/project/wuxi/AppIntegratingSupermarket/AppIntegratingSupermarket.vue new file mode 100644 index 00000000..1b5c55a8 --- /dev/null +++ b/project/wuxi/AppIntegratingSupermarket/AppIntegratingSupermarket.vue @@ -0,0 +1,106 @@ + + + + + diff --git a/project/wuxi/AppIntegratingSupermarket/components/AddStore.vue b/project/wuxi/AppIntegratingSupermarket/components/AddStore.vue new file mode 100644 index 00000000..caf680b8 --- /dev/null +++ b/project/wuxi/AppIntegratingSupermarket/components/AddStore.vue @@ -0,0 +1,629 @@ + + + + + diff --git a/project/wuxi/AppIntegratingSupermarket/components/GoodsList.vue b/project/wuxi/AppIntegratingSupermarket/components/GoodsList.vue new file mode 100644 index 00000000..cbe645ba --- /dev/null +++ b/project/wuxi/AppIntegratingSupermarket/components/GoodsList.vue @@ -0,0 +1,226 @@ + + + + + diff --git a/project/wuxi/AppIntegratingSupermarket/components/StoreList.vue b/project/wuxi/AppIntegratingSupermarket/components/StoreList.vue new file mode 100644 index 00000000..a8ccca6e --- /dev/null +++ b/project/wuxi/AppIntegratingSupermarket/components/StoreList.vue @@ -0,0 +1,227 @@ + + + + + diff --git a/project/wuxi/AppIntegratingSupermarket/components/addGoods.vue b/project/wuxi/AppIntegratingSupermarket/components/addGoods.vue new file mode 100644 index 00000000..994d4367 --- /dev/null +++ b/project/wuxi/AppIntegratingSupermarket/components/addGoods.vue @@ -0,0 +1,237 @@ + + + + + diff --git a/project/wuxi/AppIntegratingTask/AppIntegratingTask.vue b/project/wuxi/AppIntegratingTask/AppIntegratingTask.vue new file mode 100644 index 00000000..7e858122 --- /dev/null +++ b/project/wuxi/AppIntegratingTask/AppIntegratingTask.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/project/wuxi/AppIntegratingTask/components/Add.vue b/project/wuxi/AppIntegratingTask/components/Add.vue new file mode 100644 index 00000000..e0bbb072 --- /dev/null +++ b/project/wuxi/AppIntegratingTask/components/Add.vue @@ -0,0 +1,433 @@ + + + + + diff --git a/project/wuxi/AppIntegratingTask/components/Detail.vue b/project/wuxi/AppIntegratingTask/components/Detail.vue new file mode 100644 index 00000000..a27e8f77 --- /dev/null +++ b/project/wuxi/AppIntegratingTask/components/Detail.vue @@ -0,0 +1,192 @@ + + + + + diff --git a/project/wuxi/AppIntegratingTask/components/List.vue b/project/wuxi/AppIntegratingTask/components/List.vue new file mode 100644 index 00000000..bb9e69dc --- /dev/null +++ b/project/wuxi/AppIntegratingTask/components/List.vue @@ -0,0 +1,223 @@ + + + + +