From 61893ff4703f69c2f0e9e5ead15c9105959db62c Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Sat, 22 Nov 2025 17:32:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 49 ++ pages/apply/subPages/SK/SK003List.vue | 357 ++++++++++++ pages/apply/subPages/SK/SK003Show.vue | 410 +++++++++++++ .../subPages/SK/enterprise/checkDetail.vue | 84 +++ .../subPages/SK/enterprise/checkList.vue | 420 ++++++++++++++ .../subPages/SK/enterprise/checkShow.vue | 99 ++++ .../apply/subPages/SK/enterprise/jobList.vue | 542 ++++++++++++++++++ .../subPages/SK/enterprise/jobRiskShow.vue | 155 +++++ .../subPages/SK/enterprise/riskInspec.vue | 102 ++++ .../apply/subPages/SK/enterprise/summary.vue | 212 +++++++ 10 files changed, 2430 insertions(+) create mode 100644 pages/apply/subPages/SK/SK003List.vue create mode 100644 pages/apply/subPages/SK/SK003Show.vue create mode 100644 pages/apply/subPages/SK/enterprise/checkDetail.vue create mode 100644 pages/apply/subPages/SK/enterprise/checkList.vue create mode 100644 pages/apply/subPages/SK/enterprise/checkShow.vue create mode 100644 pages/apply/subPages/SK/enterprise/jobList.vue create mode 100644 pages/apply/subPages/SK/enterprise/jobRiskShow.vue create mode 100644 pages/apply/subPages/SK/enterprise/riskInspec.vue create mode 100644 pages/apply/subPages/SK/enterprise/summary.vue diff --git a/pages.json b/pages.json index 53521b4..2106f8b 100644 --- a/pages.json +++ b/pages.json @@ -1584,6 +1584,55 @@ "style": { "navigationBarTitleText": "检查内容维护" } + }, { + "path": "SK003List", + "style": { + "navigationBarTitleText": "企业库" + } + }, { + "path": "SK003Show", + "style": { + "navigationBarTitleText": "企业库" + } + }] + }, + { + "root": "pages/apply/subPages/SK/enterprise", + "pages": [{ + "path": "checkDetail", + "style": { + "navigationBarTitleText": "检查明细" + } + },{ + "path": "riskInspec", + "style": { + "navigationBarTitleText": "隐患查看" + } + },{ + "path": "jobList", + "style": { + "navigationBarTitleText": "岗位风险清单" + } + },{ + "path": "jobRiskShow", + "style": { + "navigationBarTitleText": "岗位风险清单" + } + },{ + "path": "checkList", + "style": { + "navigationBarTitleText": "检查清单" + } + },{ + "path": "checkShow", + "style": { + "navigationBarTitleText": "检查清单" + } + },{ + "path": "summary", + "style": { + "navigationBarTitleText": "汇总" + } }] }, { diff --git a/pages/apply/subPages/SK/SK003List.vue b/pages/apply/subPages/SK/SK003List.vue new file mode 100644 index 0000000..67f8552 --- /dev/null +++ b/pages/apply/subPages/SK/SK003List.vue @@ -0,0 +1,357 @@ + + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/SK/SK003Show.vue b/pages/apply/subPages/SK/SK003Show.vue new file mode 100644 index 0000000..c4141c7 --- /dev/null +++ b/pages/apply/subPages/SK/SK003Show.vue @@ -0,0 +1,410 @@ + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/SK/enterprise/checkDetail.vue b/pages/apply/subPages/SK/enterprise/checkDetail.vue new file mode 100644 index 0000000..ca4cb02 --- /dev/null +++ b/pages/apply/subPages/SK/enterprise/checkDetail.vue @@ -0,0 +1,84 @@ + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/SK/enterprise/checkList.vue b/pages/apply/subPages/SK/enterprise/checkList.vue new file mode 100644 index 0000000..da78cdf --- /dev/null +++ b/pages/apply/subPages/SK/enterprise/checkList.vue @@ -0,0 +1,420 @@ + + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/SK/enterprise/checkShow.vue b/pages/apply/subPages/SK/enterprise/checkShow.vue new file mode 100644 index 0000000..c6efdcf --- /dev/null +++ b/pages/apply/subPages/SK/enterprise/checkShow.vue @@ -0,0 +1,99 @@ + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/SK/enterprise/jobList.vue b/pages/apply/subPages/SK/enterprise/jobList.vue new file mode 100644 index 0000000..db24ef2 --- /dev/null +++ b/pages/apply/subPages/SK/enterprise/jobList.vue @@ -0,0 +1,542 @@ + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/SK/enterprise/jobRiskShow.vue b/pages/apply/subPages/SK/enterprise/jobRiskShow.vue new file mode 100644 index 0000000..8d36e1a --- /dev/null +++ b/pages/apply/subPages/SK/enterprise/jobRiskShow.vue @@ -0,0 +1,155 @@ + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/SK/enterprise/riskInspec.vue b/pages/apply/subPages/SK/enterprise/riskInspec.vue new file mode 100644 index 0000000..6a4a789 --- /dev/null +++ b/pages/apply/subPages/SK/enterprise/riskInspec.vue @@ -0,0 +1,102 @@ + + + + + \ No newline at end of file diff --git a/pages/apply/subPages/SK/enterprise/summary.vue b/pages/apply/subPages/SK/enterprise/summary.vue new file mode 100644 index 0000000..3be9440 --- /dev/null +++ b/pages/apply/subPages/SK/enterprise/summary.vue @@ -0,0 +1,212 @@ + + + + + + \ No newline at end of file