diff --git a/index.html b/index.html
index 757950f..f20ec3a 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
安全生产信息化平台
+ 交通运输安全生产综合管理系统
diff --git a/src/assets/images/public/logo.png b/src/assets/images/public/logo.png
index 2d041f0..8539a80 100644
Binary files a/src/assets/images/public/logo.png and b/src/assets/images/public/logo.png differ
diff --git a/src/assets/js/constant.js b/src/assets/js/constant.js
index 391752d..927399c 100644
--- a/src/assets/js/constant.js
+++ b/src/assets/js/constant.js
@@ -2,22 +2,49 @@
// 头部导航条切换的model
export const MODEL = {
- 1: "prevention",
- 2: "educationAndTraining",
- 3: "highRisk",
- 4: "monitor",
+ 1: "corpManagement",
+ 2: "mechanicalMaintenanceArchives",
+ 3: "prevention",
+ 4: "educationAndTraining",
5: "comprehensive",
6: "positioning",
};
// 头部导航条
export const MENU = [
- { title: "双重预防", model: MODEL["1"] },
- { title: "教育培训", model: MODEL["2"] },
- { title: "特殊作业", model: MODEL["3"] },
- { title: "监测预警", model: MODEL["4"] },
+ { title: "企业信息", model: MODEL["1"] },
+ { title: "机务档案", model: MODEL["2"] },
+ { title: "双重预防", model: MODEL["3"] },
+ { title: "教育培训", model: MODEL["4"] },
{ title: "综合管理", model: MODEL["5"] },
- { title: "人员定位", model: MODEL["6"] },
+ { title: "定位管理", model: MODEL["6"] },
];
+// 安全生成及电子运单管理
+export const PRACTITIONERMENU = [
+ { id: "李某某", name: "1" },
+ { id: "张某某", name: "2" },
+ { id: "刘某某", name: "3" },
+];
+export const TRUCKMENU = [
+ { id: "货AA3537", name: "1" },
+ { id: "货B73752", name: "2" },
+ { id: "货C87376", name: "3" },
+];
+export const PERSONTYPEMENU = [
+ { id: "其他", name: "1" },
+ { id: "驾驶员", name: "2" },
+ { id: "监控员", name: "3" },
+ { id: "押运员", name: "4" },
+ { id: "安全负责人", name: "5" },
+];
+export const CUSTOMERTYPEMENU = [
+ { id: "委托方", name: "1" },
+ { id: "确认方", name: "2" },
+];
+export const LOCATIONTYPEMENU = [
+ { id: "起运地", name: "1" },
+ { id: "目的地", name: "2" },
+];
+
export const PRINT_STYLE =
'