From 88ce2001f07bd195caf2963c5437c7a30372f2eb Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Wed, 22 Nov 2023 14:08:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/InformationAdd/plant.vue | 216 - components/animal/detailCard.vue | 196 - components/animal/farmersCard.vue | 87 - components/aquatic/pondCard.vue | 121 - components/imgCard.vue | 65 - components/index/chick.vue | 323 - components/index/cultivation.vue | 343 - components/index/fishing.vue | 165 - components/index/planting.vue | 75 - components/plant/landInfo.vue | 3 + components/poultry/detailCard.vue | 197 - components/poultry/farmersCard.vue | 88 - components/supervision/index.vue | 223 - pages.json | 376 +- pages/InformationAdd/index.vue | 20 - pages/allPlant/index.vue | 187 - pages/aquatic/addAquatic.vue | 207 - pages/aquatic/addPond.vue | 228 - pages/aquatic/allRecordTable.vue | 87 - pages/aquatic/detail.vue | 351 - pages/aquatic/imgList.vue | 186 - pages/aquatic/updateGrow.vue | 126 - pages/detail/plant.vue | 405 - pages/feedIng/SingleDetail.vue | 162 - pages/feedIng/addPoultry.vue | 335 - pages/feedIng/allFeed.vue | 79 - pages/feedIng/allRecordTable.vue | 84 - pages/feedIng/allRecording.vue | 89 - pages/feedIng/feedDetail.vue | 445 - pages/feedIng/feedList.vue | 183 - pages/feedIng/histroyFeed.vue | 148 - pages/feedIng/histroyNote.vue | 11 - pages/feedIng/updateFeed.vue | 250 - pages/feedIng/vaccineInfo.vue | 218 - pages/growRecord/chick.vue | 652 - pages/growRecord/feedIng.vue | 653 - pages/growRecord/fish.vue | 649 - pages/growRecord/index.vue | 652 - pages/husbandryForm/Pest.vue | 231 + pages/husbandryForm/fertilize.vue | 230 + pages/husbandryForm/harvest.vue | 201 + pages/husbandryForm/irrigate.vue | 236 + pages/husbandryForm/sow.vue | 223 + pages/husbandryForm/weeding.vue | 230 + pages/index/index.vue | 33 +- pages/index/massif.vue | 47 +- pages/landDetail/index.vue | 235 + pages/live/live.nvue | 15 + pages/poultry/SingleDetail.vue | 164 - pages/poultry/addPoultry.vue | 330 - pages/poultry/allFeed.vue | 79 - pages/poultry/allRecording.vue | 84 - pages/poultry/feedDetail.vue | 415 - pages/poultry/feedList.vue | 183 - pages/poultry/histroyFeed.vue | 101 - pages/poultry/histroyNote.vue | 11 - pages/poultry/updateFeed.vue | 250 - pages/poultry/vaccineInfo.vue | 219 - pages/profile/index.vue | 306 - pages/records/index.vue | 121 - pages/supervision/captain.vue | 234 - pages/supervision/detail.vue | 227 - pages/supervision/farmerDeatil.vue | 210 - pages/supervision/group.vue | 179 - unpackage/dist/dev/.nvue/app.css.js | 2 +- unpackage/dist/dev/.nvue/app.js | 3 + unpackage/dist/dev/app-plus/__uniappview.html | 4 +- .../dist/dev/app-plus/app-config-service.js | 4 +- unpackage/dist/dev/app-plus/app-service.js | 29053 +++++----------- .../dist/dev/app-plus/pages/index/index.css | 9 +- 70 files changed, 10788 insertions(+), 31966 deletions(-) delete mode 100644 components/InformationAdd/plant.vue delete mode 100644 components/animal/detailCard.vue delete mode 100644 components/animal/farmersCard.vue delete mode 100644 components/aquatic/pondCard.vue delete mode 100644 components/imgCard.vue delete mode 100644 components/index/chick.vue delete mode 100644 components/index/cultivation.vue delete mode 100644 components/index/fishing.vue delete mode 100644 components/index/planting.vue delete mode 100644 components/poultry/detailCard.vue delete mode 100644 components/poultry/farmersCard.vue delete mode 100644 components/supervision/index.vue delete mode 100644 pages/InformationAdd/index.vue delete mode 100644 pages/allPlant/index.vue delete mode 100644 pages/aquatic/addAquatic.vue delete mode 100644 pages/aquatic/addPond.vue delete mode 100644 pages/aquatic/allRecordTable.vue delete mode 100644 pages/aquatic/detail.vue delete mode 100644 pages/aquatic/imgList.vue delete mode 100644 pages/aquatic/updateGrow.vue delete mode 100644 pages/detail/plant.vue delete mode 100644 pages/feedIng/SingleDetail.vue delete mode 100644 pages/feedIng/addPoultry.vue delete mode 100644 pages/feedIng/allFeed.vue delete mode 100644 pages/feedIng/allRecordTable.vue delete mode 100644 pages/feedIng/allRecording.vue delete mode 100644 pages/feedIng/feedDetail.vue delete mode 100644 pages/feedIng/feedList.vue delete mode 100644 pages/feedIng/histroyFeed.vue delete mode 100644 pages/feedIng/histroyNote.vue delete mode 100644 pages/feedIng/updateFeed.vue delete mode 100644 pages/feedIng/vaccineInfo.vue delete mode 100644 pages/growRecord/chick.vue delete mode 100644 pages/growRecord/feedIng.vue delete mode 100644 pages/growRecord/fish.vue delete mode 100644 pages/growRecord/index.vue create mode 100644 pages/husbandryForm/Pest.vue create mode 100644 pages/husbandryForm/fertilize.vue create mode 100644 pages/husbandryForm/harvest.vue create mode 100644 pages/husbandryForm/irrigate.vue create mode 100644 pages/husbandryForm/sow.vue create mode 100644 pages/husbandryForm/weeding.vue create mode 100644 pages/landDetail/index.vue create mode 100644 pages/live/live.nvue delete mode 100644 pages/poultry/SingleDetail.vue delete mode 100644 pages/poultry/addPoultry.vue delete mode 100644 pages/poultry/allFeed.vue delete mode 100644 pages/poultry/allRecording.vue delete mode 100644 pages/poultry/feedDetail.vue delete mode 100644 pages/poultry/feedList.vue delete mode 100644 pages/poultry/histroyFeed.vue delete mode 100644 pages/poultry/histroyNote.vue delete mode 100644 pages/poultry/updateFeed.vue delete mode 100644 pages/poultry/vaccineInfo.vue delete mode 100644 pages/profile/index.vue delete mode 100644 pages/records/index.vue delete mode 100644 pages/supervision/captain.vue delete mode 100644 pages/supervision/detail.vue delete mode 100644 pages/supervision/farmerDeatil.vue delete mode 100644 pages/supervision/group.vue diff --git a/components/InformationAdd/plant.vue b/components/InformationAdd/plant.vue deleted file mode 100644 index 9963e86..0000000 --- a/components/InformationAdd/plant.vue +++ /dev/null @@ -1,216 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/animal/detailCard.vue b/components/animal/detailCard.vue deleted file mode 100644 index cb039c9..0000000 --- a/components/animal/detailCard.vue +++ /dev/null @@ -1,196 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/animal/farmersCard.vue b/components/animal/farmersCard.vue deleted file mode 100644 index de4dac1..0000000 --- a/components/animal/farmersCard.vue +++ /dev/null @@ -1,87 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/aquatic/pondCard.vue b/components/aquatic/pondCard.vue deleted file mode 100644 index ac7935c..0000000 --- a/components/aquatic/pondCard.vue +++ /dev/null @@ -1,121 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/imgCard.vue b/components/imgCard.vue deleted file mode 100644 index ab60bc3..0000000 --- a/components/imgCard.vue +++ /dev/null @@ -1,65 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/index/chick.vue b/components/index/chick.vue deleted file mode 100644 index 012f046..0000000 --- a/components/index/chick.vue +++ /dev/null @@ -1,323 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/index/cultivation.vue b/components/index/cultivation.vue deleted file mode 100644 index dc0af51..0000000 --- a/components/index/cultivation.vue +++ /dev/null @@ -1,343 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/index/fishing.vue b/components/index/fishing.vue deleted file mode 100644 index 907a9a0..0000000 --- a/components/index/fishing.vue +++ /dev/null @@ -1,165 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/index/planting.vue b/components/index/planting.vue deleted file mode 100644 index 54d111f..0000000 --- a/components/index/planting.vue +++ /dev/null @@ -1,75 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/plant/landInfo.vue b/components/plant/landInfo.vue index c9c3d79..b1abaf6 100644 --- a/components/plant/landInfo.vue +++ b/components/plant/landInfo.vue @@ -87,6 +87,9 @@ \ No newline at end of file diff --git a/components/poultry/farmersCard.vue b/components/poultry/farmersCard.vue deleted file mode 100644 index fb199fe..0000000 --- a/components/poultry/farmersCard.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/supervision/index.vue b/components/supervision/index.vue deleted file mode 100644 index 83c3a8a..0000000 --- a/components/supervision/index.vue +++ /dev/null @@ -1,223 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages.json b/pages.json index a30608d..e6c03cd 100644 --- a/pages.json +++ b/pages.json @@ -13,318 +13,10 @@ "style": { "navigationStyle": "custom" } - }, { - "path": "pages/InformationAdd/index", - "style": { - "navigationBarTitleText": "信息添加", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/growRecord/index", - "style": { - "navigationBarTitleText": "生长记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/growRecord/feedIng", - "style": { - "navigationBarTitleText": "生长记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/growRecord/chick", - "style": { - "navigationBarTitleText": "生长记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/growRecord/fish", - "style": { - "navigationBarTitleText": "生长记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/detail/plant", - "style": { - "navigationBarTitleText": "详情", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/allPlant/index", - "style": { - "navigationBarTitleText": "全部种植", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/records/index", - "style": { - "navigationBarTitleText": "生长记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/profile/index", - "style": { - "navigationBarTitleText": "生长概况", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/feedIng/feedList", - "style": { - "navigationBarTitleText": "养殖列表", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } }, + // 和撒旦发射点恢复健康快点发货速度较快live harvest { - "path": "pages/feedIng/feedDetail", - "style": { - "navigationBarTitleText": "养殖详情", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/feedIng/histroyFeed", - "style": { - "navigationBarTitleText": "历史养殖记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/feedIng/updateFeed", - "style": { - "navigationBarTitleText": "更新饲养状态", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/feedIng/vaccineInfo", - "style": { - "navigationBarTitleText": "疫苗信息", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/feedIng/addPoultry", - "style": { - "navigationBarTitleText": "添加饲养动物", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/feedIng/allRecordTable", - "style": { - "navigationBarTitleText": "记录列表", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/feedIng/allFeed", - "style": { - "navigationBarTitleText": "全部养殖记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/feedIng/SingleDetail", - "style": { - "navigationBarTitleText": "单个详情", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/feedIng/allRecording", - "style": { - "navigationBarTitleText": "全部记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, - - - - { - "path": "pages/poultry/feedList", - "style": { - "navigationBarTitleText": "养殖列表", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/poultry/feedDetail", - "style": { - "navigationBarTitleText": "养殖详情", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/poultry/histroyFeed", - "style": { - "navigationBarTitleText": "历史养殖记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/poultry/updateFeed", - "style": { - "navigationBarTitleText": "更新饲养状态", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, - { - "path": "pages/poultry/vaccineInfo", - "style": { - "navigationBarTitleText": "疫苗信息", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/poultry/addPoultry", - "style": { - "navigationBarTitleText": "添加饲养动物", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/poultry/allFeed", - "style": { - "navigationBarTitleText": "全部养殖记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/poultry/SingleDetail", - "style": { - "navigationBarTitleText": "单个详情", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/poultry/allRecording", - "style": { - "navigationBarTitleText": "全部记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, - - { - "path": "pages/aquatic/addAquatic", - "style": { - "navigationBarTitleText": "添加养殖", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/aquatic/addPond", - "style": { - "navigationBarTitleText": "养殖信息", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/aquatic/updateGrow", - "style": { - "navigationBarTitleText": "更新生长记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/aquatic/allRecordTable", - "style": { - "navigationBarTitleText": "详情", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/aquatic/imgList", - "style": { - "navigationBarTitleText": "生长记录", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/aquatic/detail", - "style": { - "navigationBarTitleText": "详情", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/supervision/group", - "style": { - "navigationBarTitleText": "小组公司监管", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/supervision/captain", - "style": { - "navigationBarTitleText": "生产队长监管", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/supervision/farmerDeatil", - "style": { - "navigationBarTitleText": "农户详情", - "enablePullDownRefresh": false, - "navigationBarBackgroundColor": "#F4F4F4", - "navigationBarTextStyle": "black" - } - }, { - "path": "pages/supervision/detail", + "path": "pages/landDetail/index", "style": { "navigationBarTitleText": "土地详情", "enablePullDownRefresh": false, @@ -332,7 +24,69 @@ "navigationBarTextStyle": "black" } }, - // 和撒旦发射点恢复健康快点发货速度较快 + { + "path": "pages/husbandryForm/harvest", + "style": { + "navigationBarTitleText": "添加收获信息", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#F4F4F4", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/husbandryForm/Pest", + "style": { + "navigationBarTitleText": "添加虫害防治信息", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#F4F4F4", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/husbandryForm/irrigate", + "style": { + "navigationBarTitleText": "添加灌溉信息", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#F4F4F4", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/husbandryForm/weeding", + "style": { + "navigationBarTitleText": "添加除草信息", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#F4F4F4", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/husbandryForm/fertilize", + "style": { + "navigationBarTitleText": "添加施肥信息", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#F4F4F4", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/husbandryForm/sow", + "style": { + "navigationBarTitleText": "添加种植信息", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#F4F4F4", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/live/live", + "style": { + "navigationBarTitleText": "苗情监测", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#F4F4F4", + "navigationBarTextStyle": "black" + } + }, { "path": "pages/addLand/addLand", "style": { diff --git a/pages/InformationAdd/index.vue b/pages/InformationAdd/index.vue deleted file mode 100644 index a7d1a4d..0000000 --- a/pages/InformationAdd/index.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/allPlant/index.vue b/pages/allPlant/index.vue deleted file mode 100644 index 5e07cf5..0000000 --- a/pages/allPlant/index.vue +++ /dev/null @@ -1,187 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/aquatic/addAquatic.vue b/pages/aquatic/addAquatic.vue deleted file mode 100644 index 1037289..0000000 --- a/pages/aquatic/addAquatic.vue +++ /dev/null @@ -1,207 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/aquatic/addPond.vue b/pages/aquatic/addPond.vue deleted file mode 100644 index 2fd5fb0..0000000 --- a/pages/aquatic/addPond.vue +++ /dev/null @@ -1,228 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/aquatic/allRecordTable.vue b/pages/aquatic/allRecordTable.vue deleted file mode 100644 index 719ec68..0000000 --- a/pages/aquatic/allRecordTable.vue +++ /dev/null @@ -1,87 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/aquatic/detail.vue b/pages/aquatic/detail.vue deleted file mode 100644 index f56b049..0000000 --- a/pages/aquatic/detail.vue +++ /dev/null @@ -1,351 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/aquatic/imgList.vue b/pages/aquatic/imgList.vue deleted file mode 100644 index 04423e0..0000000 --- a/pages/aquatic/imgList.vue +++ /dev/null @@ -1,186 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/aquatic/updateGrow.vue b/pages/aquatic/updateGrow.vue deleted file mode 100644 index 60b3c7e..0000000 --- a/pages/aquatic/updateGrow.vue +++ /dev/null @@ -1,126 +0,0 @@ - - - - \ No newline at end of file diff --git a/pages/detail/plant.vue b/pages/detail/plant.vue deleted file mode 100644 index 0bfdfc8..0000000 --- a/pages/detail/plant.vue +++ /dev/null @@ -1,405 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/feedIng/SingleDetail.vue b/pages/feedIng/SingleDetail.vue deleted file mode 100644 index 5ef681a..0000000 --- a/pages/feedIng/SingleDetail.vue +++ /dev/null @@ -1,162 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/feedIng/addPoultry.vue b/pages/feedIng/addPoultry.vue deleted file mode 100644 index 74560b0..0000000 --- a/pages/feedIng/addPoultry.vue +++ /dev/null @@ -1,335 +0,0 @@ - - - - \ No newline at end of file diff --git a/pages/feedIng/allFeed.vue b/pages/feedIng/allFeed.vue deleted file mode 100644 index f4fab5b..0000000 --- a/pages/feedIng/allFeed.vue +++ /dev/null @@ -1,79 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/feedIng/allRecordTable.vue b/pages/feedIng/allRecordTable.vue deleted file mode 100644 index a07ae98..0000000 --- a/pages/feedIng/allRecordTable.vue +++ /dev/null @@ -1,84 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/feedIng/allRecording.vue b/pages/feedIng/allRecording.vue deleted file mode 100644 index 7d331d1..0000000 --- a/pages/feedIng/allRecording.vue +++ /dev/null @@ -1,89 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/feedIng/feedDetail.vue b/pages/feedIng/feedDetail.vue deleted file mode 100644 index e145737..0000000 --- a/pages/feedIng/feedDetail.vue +++ /dev/null @@ -1,445 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/feedIng/feedList.vue b/pages/feedIng/feedList.vue deleted file mode 100644 index 74a8972..0000000 --- a/pages/feedIng/feedList.vue +++ /dev/null @@ -1,183 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/feedIng/histroyFeed.vue b/pages/feedIng/histroyFeed.vue deleted file mode 100644 index ba6473d..0000000 --- a/pages/feedIng/histroyFeed.vue +++ /dev/null @@ -1,148 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/feedIng/histroyNote.vue b/pages/feedIng/histroyNote.vue deleted file mode 100644 index 407b787..0000000 --- a/pages/feedIng/histroyNote.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/feedIng/updateFeed.vue b/pages/feedIng/updateFeed.vue deleted file mode 100644 index 62b827e..0000000 --- a/pages/feedIng/updateFeed.vue +++ /dev/null @@ -1,250 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/feedIng/vaccineInfo.vue b/pages/feedIng/vaccineInfo.vue deleted file mode 100644 index e0dbc5f..0000000 --- a/pages/feedIng/vaccineInfo.vue +++ /dev/null @@ -1,218 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/growRecord/chick.vue b/pages/growRecord/chick.vue deleted file mode 100644 index 63814fc..0000000 --- a/pages/growRecord/chick.vue +++ /dev/null @@ -1,652 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/growRecord/feedIng.vue b/pages/growRecord/feedIng.vue deleted file mode 100644 index cf90a91..0000000 --- a/pages/growRecord/feedIng.vue +++ /dev/null @@ -1,653 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/growRecord/fish.vue b/pages/growRecord/fish.vue deleted file mode 100644 index 34db44e..0000000 --- a/pages/growRecord/fish.vue +++ /dev/null @@ -1,649 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/growRecord/index.vue b/pages/growRecord/index.vue deleted file mode 100644 index c5258ee..0000000 --- a/pages/growRecord/index.vue +++ /dev/null @@ -1,652 +0,0 @@ - - - - - \ No newline at end of file diff --git a/pages/husbandryForm/Pest.vue b/pages/husbandryForm/Pest.vue new file mode 100644 index 0000000..58b02e0 --- /dev/null +++ b/pages/husbandryForm/Pest.vue @@ -0,0 +1,231 @@ + + + + + \ No newline at end of file diff --git a/pages/husbandryForm/fertilize.vue b/pages/husbandryForm/fertilize.vue new file mode 100644 index 0000000..f5fad2f --- /dev/null +++ b/pages/husbandryForm/fertilize.vue @@ -0,0 +1,230 @@ + + + + + \ No newline at end of file diff --git a/pages/husbandryForm/harvest.vue b/pages/husbandryForm/harvest.vue new file mode 100644 index 0000000..22f6042 --- /dev/null +++ b/pages/husbandryForm/harvest.vue @@ -0,0 +1,201 @@ + + + + + \ No newline at end of file diff --git a/pages/husbandryForm/irrigate.vue b/pages/husbandryForm/irrigate.vue new file mode 100644 index 0000000..c9dbf6f --- /dev/null +++ b/pages/husbandryForm/irrigate.vue @@ -0,0 +1,236 @@ + + + + + \ No newline at end of file diff --git a/pages/husbandryForm/sow.vue b/pages/husbandryForm/sow.vue new file mode 100644 index 0000000..007f2d0 --- /dev/null +++ b/pages/husbandryForm/sow.vue @@ -0,0 +1,223 @@ + + + + + \ No newline at end of file diff --git a/pages/husbandryForm/weeding.vue b/pages/husbandryForm/weeding.vue new file mode 100644 index 0000000..b4a35e1 --- /dev/null +++ b/pages/husbandryForm/weeding.vue @@ -0,0 +1,230 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 501a044..a72fae7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,13 +1,24 @@