From eed32e32a711675873138137f533b932a600b967 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 17 Oct 2023 11:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A2=E9=BE=99web=E7=AB=AF=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Announce/AppAnnounce/AppAnnounce.vue | 79 ++ .../Announce/AppAnnounce/components/Add.vue | 988 ++++++++++++++++++ .../AppAnnounce/components/ChooseMaterial.vue | 221 ++++ .../AppAnnounce/components/Detail.vue | 783 ++++++++++++++ .../Announce/AppAnnounce/components/List.vue | 432 ++++++++ .../Announce/AppAnnounce/components/Phone.vue | 344 ++++++ .../AppAnnounceStatistics.vue | 924 ++++++++++++++++ project/lulong/AppHelp/AppHelp.vue | 76 ++ project/lulong/AppHelp/components/Add.vue | 177 ++++ project/lulong/AppHelp/components/Detail.vue | 294 ++++++ project/lulong/AppHelp/components/GagList.vue | 109 ++ project/lulong/AppHelp/components/List.vue | 181 ++++ .../AppIntegralStatistics.vue | 652 ++++++++++++ .../AppIntegratingAudit.vue | 68 ++ .../AppIntegratingAudit/components/Detail.vue | 270 +++++ .../AppIntegratingAudit/components/List.vue | 293 ++++++ .../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 | 512 +++++++++ .../components/GoodsList.vue | 229 ++++ .../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 ++++ .../AppResidentInfo/AppResidentInfo.vue | 69 ++ .../lulong/AppResidentInfo/components/Add.vue | 717 +++++++++++++ .../AppResidentInfo/components/Detail.vue | 122 +++ .../AppResidentInfo/components/List.vue | 181 ++++ .../AppResidentIntegrating.vue | 64 ++ .../components/Detail.vue | 181 ++++ .../components/List.vue | 278 +++++ 37 files changed, 10779 insertions(+) create mode 100644 project/lulong/Announce/AppAnnounce/AppAnnounce.vue create mode 100644 project/lulong/Announce/AppAnnounce/components/Add.vue create mode 100644 project/lulong/Announce/AppAnnounce/components/ChooseMaterial.vue create mode 100644 project/lulong/Announce/AppAnnounce/components/Detail.vue create mode 100644 project/lulong/Announce/AppAnnounce/components/List.vue create mode 100644 project/lulong/Announce/AppAnnounce/components/Phone.vue create mode 100644 project/lulong/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue create mode 100644 project/lulong/AppHelp/AppHelp.vue create mode 100644 project/lulong/AppHelp/components/Add.vue create mode 100644 project/lulong/AppHelp/components/Detail.vue create mode 100644 project/lulong/AppHelp/components/GagList.vue create mode 100644 project/lulong/AppHelp/components/List.vue create mode 100644 project/lulong/AppIntegralStatistics/AppIntegralStatistics.vue create mode 100644 project/lulong/AppIntegratingAudit/AppIntegratingAudit.vue create mode 100644 project/lulong/AppIntegratingAudit/components/Detail.vue create mode 100644 project/lulong/AppIntegratingAudit/components/List.vue create mode 100644 project/lulong/AppIntegratingPublic/AppIntegratingPublic.vue create mode 100644 project/lulong/AppIntegratingPublic/components/Add.vue create mode 100644 project/lulong/AppIntegratingPublic/components/List.vue create mode 100644 project/lulong/AppIntegratingRules/AppIntegratingRules.vue create mode 100644 project/lulong/AppIntegratingRules/components/List.vue create mode 100644 project/lulong/AppIntegratingSupermarket/AppIntegratingSupermarket.vue create mode 100644 project/lulong/AppIntegratingSupermarket/components/AddStore.vue create mode 100644 project/lulong/AppIntegratingSupermarket/components/GoodsList.vue create mode 100644 project/lulong/AppIntegratingSupermarket/components/StoreList.vue create mode 100644 project/lulong/AppIntegratingSupermarket/components/addGoods.vue create mode 100644 project/lulong/AppIntegratingTask/AppIntegratingTask.vue create mode 100644 project/lulong/AppIntegratingTask/components/Add.vue create mode 100644 project/lulong/AppIntegratingTask/components/Detail.vue create mode 100644 project/lulong/AppIntegratingTask/components/List.vue create mode 100644 project/lulong/AppResidentInfo/AppResidentInfo.vue create mode 100644 project/lulong/AppResidentInfo/components/Add.vue create mode 100644 project/lulong/AppResidentInfo/components/Detail.vue create mode 100644 project/lulong/AppResidentInfo/components/List.vue create mode 100644 project/lulong/AppResidentIntegrating/AppResidentIntegrating.vue create mode 100644 project/lulong/AppResidentIntegrating/components/Detail.vue create mode 100644 project/lulong/AppResidentIntegrating/components/List.vue diff --git a/project/lulong/Announce/AppAnnounce/AppAnnounce.vue b/project/lulong/Announce/AppAnnounce/AppAnnounce.vue new file mode 100644 index 00000000..69262475 --- /dev/null +++ b/project/lulong/Announce/AppAnnounce/AppAnnounce.vue @@ -0,0 +1,79 @@ + + + + + diff --git a/project/lulong/Announce/AppAnnounce/components/Add.vue b/project/lulong/Announce/AppAnnounce/components/Add.vue new file mode 100644 index 00000000..479c8579 --- /dev/null +++ b/project/lulong/Announce/AppAnnounce/components/Add.vue @@ -0,0 +1,988 @@ + + + + + diff --git a/project/lulong/Announce/AppAnnounce/components/ChooseMaterial.vue b/project/lulong/Announce/AppAnnounce/components/ChooseMaterial.vue new file mode 100644 index 00000000..39051eea --- /dev/null +++ b/project/lulong/Announce/AppAnnounce/components/ChooseMaterial.vue @@ -0,0 +1,221 @@ + + + + + diff --git a/project/lulong/Announce/AppAnnounce/components/Detail.vue b/project/lulong/Announce/AppAnnounce/components/Detail.vue new file mode 100644 index 00000000..e6ca22aa --- /dev/null +++ b/project/lulong/Announce/AppAnnounce/components/Detail.vue @@ -0,0 +1,783 @@ + + + + + diff --git a/project/lulong/Announce/AppAnnounce/components/List.vue b/project/lulong/Announce/AppAnnounce/components/List.vue new file mode 100644 index 00000000..c6646502 --- /dev/null +++ b/project/lulong/Announce/AppAnnounce/components/List.vue @@ -0,0 +1,432 @@ + + + + + diff --git a/project/lulong/Announce/AppAnnounce/components/Phone.vue b/project/lulong/Announce/AppAnnounce/components/Phone.vue new file mode 100644 index 00000000..8e7b5dc6 --- /dev/null +++ b/project/lulong/Announce/AppAnnounce/components/Phone.vue @@ -0,0 +1,344 @@ + + + + + diff --git a/project/lulong/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue b/project/lulong/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue new file mode 100644 index 00000000..e9454be7 --- /dev/null +++ b/project/lulong/Announce/AppAnnounceStatistics/AppAnnounceStatistics.vue @@ -0,0 +1,924 @@ + + + + + diff --git a/project/lulong/AppHelp/AppHelp.vue b/project/lulong/AppHelp/AppHelp.vue new file mode 100644 index 00000000..7a70e60c --- /dev/null +++ b/project/lulong/AppHelp/AppHelp.vue @@ -0,0 +1,76 @@ + + + + + diff --git a/project/lulong/AppHelp/components/Add.vue b/project/lulong/AppHelp/components/Add.vue new file mode 100644 index 00000000..fb6f39f1 --- /dev/null +++ b/project/lulong/AppHelp/components/Add.vue @@ -0,0 +1,177 @@ + + + + + diff --git a/project/lulong/AppHelp/components/Detail.vue b/project/lulong/AppHelp/components/Detail.vue new file mode 100644 index 00000000..dc485f13 --- /dev/null +++ b/project/lulong/AppHelp/components/Detail.vue @@ -0,0 +1,294 @@ + + + + + diff --git a/project/lulong/AppHelp/components/GagList.vue b/project/lulong/AppHelp/components/GagList.vue new file mode 100644 index 00000000..5f8d8859 --- /dev/null +++ b/project/lulong/AppHelp/components/GagList.vue @@ -0,0 +1,109 @@ + + + + + diff --git a/project/lulong/AppHelp/components/List.vue b/project/lulong/AppHelp/components/List.vue new file mode 100644 index 00000000..4e1cbdd1 --- /dev/null +++ b/project/lulong/AppHelp/components/List.vue @@ -0,0 +1,181 @@ + + + + + diff --git a/project/lulong/AppIntegralStatistics/AppIntegralStatistics.vue b/project/lulong/AppIntegralStatistics/AppIntegralStatistics.vue new file mode 100644 index 00000000..d655b5b3 --- /dev/null +++ b/project/lulong/AppIntegralStatistics/AppIntegralStatistics.vue @@ -0,0 +1,652 @@ + + + + + diff --git a/project/lulong/AppIntegratingAudit/AppIntegratingAudit.vue b/project/lulong/AppIntegratingAudit/AppIntegratingAudit.vue new file mode 100644 index 00000000..86218f6c --- /dev/null +++ b/project/lulong/AppIntegratingAudit/AppIntegratingAudit.vue @@ -0,0 +1,68 @@ + + + + + diff --git a/project/lulong/AppIntegratingAudit/components/Detail.vue b/project/lulong/AppIntegratingAudit/components/Detail.vue new file mode 100644 index 00000000..5891a2dc --- /dev/null +++ b/project/lulong/AppIntegratingAudit/components/Detail.vue @@ -0,0 +1,270 @@ + + + + + diff --git a/project/lulong/AppIntegratingAudit/components/List.vue b/project/lulong/AppIntegratingAudit/components/List.vue new file mode 100644 index 00000000..50b5834b --- /dev/null +++ b/project/lulong/AppIntegratingAudit/components/List.vue @@ -0,0 +1,293 @@ + + + + + diff --git a/project/lulong/AppIntegratingPublic/AppIntegratingPublic.vue b/project/lulong/AppIntegratingPublic/AppIntegratingPublic.vue new file mode 100644 index 00000000..407106a5 --- /dev/null +++ b/project/lulong/AppIntegratingPublic/AppIntegratingPublic.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/project/lulong/AppIntegratingPublic/components/Add.vue b/project/lulong/AppIntegratingPublic/components/Add.vue new file mode 100644 index 00000000..39c90c06 --- /dev/null +++ b/project/lulong/AppIntegratingPublic/components/Add.vue @@ -0,0 +1,138 @@ + + + + + diff --git a/project/lulong/AppIntegratingPublic/components/List.vue b/project/lulong/AppIntegratingPublic/components/List.vue new file mode 100644 index 00000000..5b54fb3f --- /dev/null +++ b/project/lulong/AppIntegratingPublic/components/List.vue @@ -0,0 +1,192 @@ + + + + + diff --git a/project/lulong/AppIntegratingRules/AppIntegratingRules.vue b/project/lulong/AppIntegratingRules/AppIntegratingRules.vue new file mode 100644 index 00000000..004417a9 --- /dev/null +++ b/project/lulong/AppIntegratingRules/AppIntegratingRules.vue @@ -0,0 +1,43 @@ + + + + + diff --git a/project/lulong/AppIntegratingRules/components/List.vue b/project/lulong/AppIntegratingRules/components/List.vue new file mode 100644 index 00000000..f3c50e4d --- /dev/null +++ b/project/lulong/AppIntegratingRules/components/List.vue @@ -0,0 +1,611 @@ + + + + + diff --git a/project/lulong/AppIntegratingSupermarket/AppIntegratingSupermarket.vue b/project/lulong/AppIntegratingSupermarket/AppIntegratingSupermarket.vue new file mode 100644 index 00000000..1b5c55a8 --- /dev/null +++ b/project/lulong/AppIntegratingSupermarket/AppIntegratingSupermarket.vue @@ -0,0 +1,106 @@ + + + + + diff --git a/project/lulong/AppIntegratingSupermarket/components/AddStore.vue b/project/lulong/AppIntegratingSupermarket/components/AddStore.vue new file mode 100644 index 00000000..0a249a5f --- /dev/null +++ b/project/lulong/AppIntegratingSupermarket/components/AddStore.vue @@ -0,0 +1,512 @@ + + + + + diff --git a/project/lulong/AppIntegratingSupermarket/components/GoodsList.vue b/project/lulong/AppIntegratingSupermarket/components/GoodsList.vue new file mode 100644 index 00000000..a57f1783 --- /dev/null +++ b/project/lulong/AppIntegratingSupermarket/components/GoodsList.vue @@ -0,0 +1,229 @@ + + + + + diff --git a/project/lulong/AppIntegratingSupermarket/components/StoreList.vue b/project/lulong/AppIntegratingSupermarket/components/StoreList.vue new file mode 100644 index 00000000..a8ccca6e --- /dev/null +++ b/project/lulong/AppIntegratingSupermarket/components/StoreList.vue @@ -0,0 +1,227 @@ + + + + + diff --git a/project/lulong/AppIntegratingSupermarket/components/addGoods.vue b/project/lulong/AppIntegratingSupermarket/components/addGoods.vue new file mode 100644 index 00000000..994d4367 --- /dev/null +++ b/project/lulong/AppIntegratingSupermarket/components/addGoods.vue @@ -0,0 +1,237 @@ + + + + + diff --git a/project/lulong/AppIntegratingTask/AppIntegratingTask.vue b/project/lulong/AppIntegratingTask/AppIntegratingTask.vue new file mode 100644 index 00000000..7e858122 --- /dev/null +++ b/project/lulong/AppIntegratingTask/AppIntegratingTask.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/project/lulong/AppIntegratingTask/components/Add.vue b/project/lulong/AppIntegratingTask/components/Add.vue new file mode 100644 index 00000000..e0bbb072 --- /dev/null +++ b/project/lulong/AppIntegratingTask/components/Add.vue @@ -0,0 +1,433 @@ + + + + + diff --git a/project/lulong/AppIntegratingTask/components/Detail.vue b/project/lulong/AppIntegratingTask/components/Detail.vue new file mode 100644 index 00000000..a27e8f77 --- /dev/null +++ b/project/lulong/AppIntegratingTask/components/Detail.vue @@ -0,0 +1,192 @@ + + + + + diff --git a/project/lulong/AppIntegratingTask/components/List.vue b/project/lulong/AppIntegratingTask/components/List.vue new file mode 100644 index 00000000..bb9e69dc --- /dev/null +++ b/project/lulong/AppIntegratingTask/components/List.vue @@ -0,0 +1,223 @@ + + + + + diff --git a/project/lulong/AppResidentInfo/AppResidentInfo.vue b/project/lulong/AppResidentInfo/AppResidentInfo.vue new file mode 100644 index 00000000..42940222 --- /dev/null +++ b/project/lulong/AppResidentInfo/AppResidentInfo.vue @@ -0,0 +1,69 @@ + + + + + diff --git a/project/lulong/AppResidentInfo/components/Add.vue b/project/lulong/AppResidentInfo/components/Add.vue new file mode 100644 index 00000000..8f6b3120 --- /dev/null +++ b/project/lulong/AppResidentInfo/components/Add.vue @@ -0,0 +1,717 @@ + + + diff --git a/project/lulong/AppResidentInfo/components/Detail.vue b/project/lulong/AppResidentInfo/components/Detail.vue new file mode 100644 index 00000000..c824b6e3 --- /dev/null +++ b/project/lulong/AppResidentInfo/components/Detail.vue @@ -0,0 +1,122 @@ + + + + + diff --git a/project/lulong/AppResidentInfo/components/List.vue b/project/lulong/AppResidentInfo/components/List.vue new file mode 100644 index 00000000..58388a3d --- /dev/null +++ b/project/lulong/AppResidentInfo/components/List.vue @@ -0,0 +1,181 @@ + + + + + diff --git a/project/lulong/AppResidentIntegrating/AppResidentIntegrating.vue b/project/lulong/AppResidentIntegrating/AppResidentIntegrating.vue new file mode 100644 index 00000000..8375ba1a --- /dev/null +++ b/project/lulong/AppResidentIntegrating/AppResidentIntegrating.vue @@ -0,0 +1,64 @@ + + + + + diff --git a/project/lulong/AppResidentIntegrating/components/Detail.vue b/project/lulong/AppResidentIntegrating/components/Detail.vue new file mode 100644 index 00000000..3736ece9 --- /dev/null +++ b/project/lulong/AppResidentIntegrating/components/Detail.vue @@ -0,0 +1,181 @@ + + + + + diff --git a/project/lulong/AppResidentIntegrating/components/List.vue b/project/lulong/AppResidentIntegrating/components/List.vue new file mode 100644 index 00000000..41200369 --- /dev/null +++ b/project/lulong/AppResidentIntegrating/components/List.vue @@ -0,0 +1,278 @@ + + + + +