临时修改,代码合并完后再改回

dev
wangpeng 2024-03-04 11:19:52 +08:00
parent cb7561603b
commit 3a29de3267
4 changed files with 10 additions and 37 deletions

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" />
<title>交通运输安全生产综合管理系统</title> <title>危化安全生产管理平台</title>
</head> </head>
<body> <body>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -2,49 +2,22 @@
// 头部导航条切换的model // 头部导航条切换的model
export const MODEL = { export const MODEL = {
1: "corpManagement", 1: "prevention",
2: "mechanicalMaintenanceArchives", 2: "educationAndTraining",
3: "prevention", 3: "highRisk",
4: "educationAndTraining", 4: "monitor",
5: "comprehensive", 5: "comprehensive",
6: "positioning", 6: "positioning",
}; };
// 头部导航条 // 头部导航条
export const MENU = [ export const MENU = [
{ title: "企业信息", model: MODEL["1"] }, { title: "双重预防", model: MODEL["1"] },
{ title: "机务档案", model: MODEL["2"] }, { title: "教育培训", model: MODEL["2"] },
{ title: "双重预防", model: MODEL["3"] }, { title: "高危作业管理", model: MODEL["3"] },
{ title: "教育培训", model: MODEL["4"] }, { title: "监测预警", model: MODEL["4"] },
{ title: "综合管理", model: MODEL["5"] }, { 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 = export const PRINT_STYLE =
'<style type="text/css" media="print">\n' + '<style type="text/css" media="print">\n' +
" @page { size: landscape; }\n" + " @page { size: landscape; }\n" +

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="login"> <div class="login">
<div class="main"> <div class="main">
<div class="title">交通运输安全生产综合管理系统</div> <div class="title">危化安全生产管理平台</div>
<div class="form"> <div class="form">
<el-form <el-form
ref="formRef" ref="formRef"