From 10d467a1e71d1f2f4135013902a5b1fde4e43b0e Mon Sep 17 00:00:00 2001 From: Panzihang <819652404@qq.com> Date: Wed, 12 Jul 2023 13:48:01 +0800 Subject: [PATCH] =?UTF-8?q?7.12=20pan=20=E6=9D=82=E9=A1=B9=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 5 + pages/shipWork/mixWork.vue | 8 +- pages/shipWork/shiftAdd.vue | 428 +++++++++++++----- pages/shipWork/shiftDetails.vue | 300 ++++++++++++ uni_modules/custom-tabs/changelog.md | 22 + .../custom-tab-pane/custom-tab-pane.vue | 72 +++ .../components/custom-tabs/custom-tabs.vue | 221 +++++++++ uni_modules/custom-tabs/package.json | 83 ++++ uni_modules/custom-tabs/readme.md | 149 ++++++ 9 files changed, 1181 insertions(+), 107 deletions(-) create mode 100644 pages/shipWork/shiftDetails.vue create mode 100644 uni_modules/custom-tabs/changelog.md create mode 100644 uni_modules/custom-tabs/components/custom-tab-pane/custom-tab-pane.vue create mode 100644 uni_modules/custom-tabs/components/custom-tabs/custom-tabs.vue create mode 100644 uni_modules/custom-tabs/package.json create mode 100644 uni_modules/custom-tabs/readme.md diff --git a/pages.json b/pages.json index 38f4816..04b1cd0 100644 --- a/pages.json +++ b/pages.json @@ -47,6 +47,11 @@ "style": { "navigationBarTitleText": "杂项作业查看(工班信息)" } + }, { + "path": "pages/shipWork/shiftDetails", + "style": { + "navigationBarTitleText": "工班信息详情" + } }, { "path": "pages/monitor/index", diff --git a/pages/shipWork/mixWork.vue b/pages/shipWork/mixWork.vue index ad6b278..4d122c1 100644 --- a/pages/shipWork/mixWork.vue +++ b/pages/shipWork/mixWork.vue @@ -18,7 +18,7 @@