From 456855000a54ce89bace2af99808ba6f5dd91733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=B4=AA=E9=9C=9E?= Date: Mon, 1 Apr 2024 17:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=B2=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/components/annualTraining.vue | 132 +++++++++++++ src/views/index/components/count.vue | 177 ++++++------------ .../index/components/doublePrevention.vue | 54 ++++++ .../components/doublePreventionCheck.vue | 135 +++++++++++++ src/views/index/components/info.vue | 94 ++++++++++ .../rectificationOfHiddenDangers.vue | 86 +++++++++ src/views/index/components/statistics.vue | 86 +++++++++ .../index/components/trainingStatistics.vue | 52 +++++ src/views/index/components/waybill.vue | 53 ++++++ src/views/index/index.vue | 48 +++-- 10 files changed, 779 insertions(+), 138 deletions(-) create mode 100644 src/views/index/components/annualTraining.vue create mode 100644 src/views/index/components/doublePrevention.vue create mode 100644 src/views/index/components/doublePreventionCheck.vue create mode 100644 src/views/index/components/info.vue create mode 100644 src/views/index/components/rectificationOfHiddenDangers.vue create mode 100644 src/views/index/components/statistics.vue create mode 100644 src/views/index/components/trainingStatistics.vue create mode 100644 src/views/index/components/waybill.vue diff --git a/src/views/index/components/annualTraining.vue b/src/views/index/components/annualTraining.vue new file mode 100644 index 0000000..1df6b04 --- /dev/null +++ b/src/views/index/components/annualTraining.vue @@ -0,0 +1,132 @@ + + + + + diff --git a/src/views/index/components/count.vue b/src/views/index/components/count.vue index 3163d35..95113d5 100644 --- a/src/views/index/components/count.vue +++ b/src/views/index/components/count.vue @@ -1,140 +1,77 @@ diff --git a/src/views/index/components/doublePrevention.vue b/src/views/index/components/doublePrevention.vue new file mode 100644 index 0000000..ab58944 --- /dev/null +++ b/src/views/index/components/doublePrevention.vue @@ -0,0 +1,54 @@ + + + + diff --git a/src/views/index/components/doublePreventionCheck.vue b/src/views/index/components/doublePreventionCheck.vue new file mode 100644 index 0000000..d3b534d --- /dev/null +++ b/src/views/index/components/doublePreventionCheck.vue @@ -0,0 +1,135 @@ + + + + diff --git a/src/views/index/components/info.vue b/src/views/index/components/info.vue new file mode 100644 index 0000000..f7f7878 --- /dev/null +++ b/src/views/index/components/info.vue @@ -0,0 +1,94 @@ + + + + diff --git a/src/views/index/components/rectificationOfHiddenDangers.vue b/src/views/index/components/rectificationOfHiddenDangers.vue new file mode 100644 index 0000000..747a8d9 --- /dev/null +++ b/src/views/index/components/rectificationOfHiddenDangers.vue @@ -0,0 +1,86 @@ + + + + diff --git a/src/views/index/components/statistics.vue b/src/views/index/components/statistics.vue new file mode 100644 index 0000000..fa3cd9c --- /dev/null +++ b/src/views/index/components/statistics.vue @@ -0,0 +1,86 @@ + + + + diff --git a/src/views/index/components/trainingStatistics.vue b/src/views/index/components/trainingStatistics.vue new file mode 100644 index 0000000..1693945 --- /dev/null +++ b/src/views/index/components/trainingStatistics.vue @@ -0,0 +1,52 @@ + + + + diff --git a/src/views/index/components/waybill.vue b/src/views/index/components/waybill.vue new file mode 100644 index 0000000..04e5a48 --- /dev/null +++ b/src/views/index/components/waybill.vue @@ -0,0 +1,53 @@ + + + + diff --git a/src/views/index/index.vue b/src/views/index/index.vue index 7e93c5f..6a913dd 100644 --- a/src/views/index/index.vue +++ b/src/views/index/index.vue @@ -3,25 +3,29 @@ - - - - - - + - + - - + + + + + + + + + + + - - - - + + + @@ -29,11 +33,19 @@