From c50517a26c49189a300364c909a519d26eee1485 Mon Sep 17 00:00:00 2001 From: haha Date: Sun, 13 Apr 2025 22:28:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=A7=E5=B1=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/module/module-one-3-2.vue | 24 + .../src/components/module/module-one-3-3.vue | 27 + yanzhu-bigscreen/src/views/init.js | 4 + yanzhu-bigscreen/src/views/projectDetail.vue | 3095 ++++++++--------- .../src/views/schedule/photography.vue | 357 +- 5 files changed, 1752 insertions(+), 1755 deletions(-) create mode 100644 yanzhu-bigscreen/src/components/module/module-one-3-2.vue create mode 100644 yanzhu-bigscreen/src/components/module/module-one-3-3.vue diff --git a/yanzhu-bigscreen/src/components/module/module-one-3-2.vue b/yanzhu-bigscreen/src/components/module/module-one-3-2.vue new file mode 100644 index 00000000..1665e511 --- /dev/null +++ b/yanzhu-bigscreen/src/components/module/module-one-3-2.vue @@ -0,0 +1,24 @@ + + + diff --git a/yanzhu-bigscreen/src/components/module/module-one-3-3.vue b/yanzhu-bigscreen/src/components/module/module-one-3-3.vue new file mode 100644 index 00000000..3f4fef53 --- /dev/null +++ b/yanzhu-bigscreen/src/components/module/module-one-3-3.vue @@ -0,0 +1,27 @@ + + + diff --git a/yanzhu-bigscreen/src/views/init.js b/yanzhu-bigscreen/src/views/init.js index ed385199..b3fcd77d 100644 --- a/yanzhu-bigscreen/src/views/init.js +++ b/yanzhu-bigscreen/src/views/init.js @@ -13,6 +13,8 @@ import moduleOne21 from "../components/module/module-one-2-1.vue"; import moduleOne22 from "../components/module/module-one-2-2.vue"; import moduleOne23 from "../components/module/module-one-2-3.vue"; import moduleOne31 from "../components/module/module-one-3-1.vue"; +import moduleOne32 from "../components/module/module-one-3-2.vue"; +import moduleOne33 from "../components/module/module-one-3-3.vue"; import staffSurveyChart from "../components/staffSurveyChart.vue"; import trendChartLine from "../components/trend-chart-line.vue"; import trendLineChart from "../components/trend-line-chart.vue"; @@ -36,6 +38,8 @@ Vue.component("module-one-2-1", moduleOne21); Vue.component("module-one-2-2", moduleOne22); Vue.component("module-one-2-3", moduleOne23); Vue.component("module-one-3-1", moduleOne31); +Vue.component("module-one-3-2", moduleOne32); +Vue.component("module-one-3-3", moduleOne33); Vue.component("people-number", peopleNumber); Vue.component("staff-survey-chart", staffSurveyChart); Vue.component("trend-chart-line", trendChartLine); diff --git a/yanzhu-bigscreen/src/views/projectDetail.vue b/yanzhu-bigscreen/src/views/projectDetail.vue index e7bf5aea..a550feab 100644 --- a/yanzhu-bigscreen/src/views/projectDetail.vue +++ b/yanzhu-bigscreen/src/views/projectDetail.vue @@ -1,1701 +1,1618 @@ diff --git a/yanzhu-bigscreen/src/views/schedule/photography.vue b/yanzhu-bigscreen/src/views/schedule/photography.vue index 68511130..cb8b0bcf 100644 --- a/yanzhu-bigscreen/src/views/schedule/photography.vue +++ b/yanzhu-bigscreen/src/views/schedule/photography.vue @@ -1,183 +1,208 @@