Merge pull request 'lukeyan' (#120) from lukeyan into master

Reviewed-on: #120
pull/125/head
lukeyan 1 year ago
commit 0e96f5bc07

@ -25,14 +25,14 @@
</div> </div>
<div class="key_person_text">重点人员核查</div> <div class="key_person_text">重点人员核查</div>
</div> </div>
<!-- 重点物品核查 --> <!-- 警情通报 -->
<div class="list_box key_item"> <div class="list_box key_item">
<div class="key_item_icon_box"> <div class="key_item_icon_box">
<!-- 遮罩层 负责旋转动画 --> <!-- 遮罩层 负责旋转动画 -->
<div class="blue_mark turn"></div> <div class="blue_mark turn"></div>
<div class="key_item_icon"></div> <div class="key_item_icon"></div>
</div> </div>
<div class="key_item_text">重点物品核查</div> <div class="key_item_text">警情通报</div>
</div> </div>
<!-- 企业纠纷调解 --> <!-- 企业纠纷调解 -->
<div class="list_box company_dispute"> <div class="list_box company_dispute">
@ -88,14 +88,14 @@
</div> </div>
<div class="statement_text">统计报表</div> <div class="statement_text">统计报表</div>
</div> </div>
<!-- 经侦最佳指标 --> <!-- 企业反馈 -->
<div class="list_box target"> <div class="list_box target">
<div class="target_icon_box"> <div class="target_icon_box">
<!-- 遮罩层 负责旋转动画 --> <!-- 遮罩层 负责旋转动画 -->
<div class="blue_mark turn"></div> <div class="blue_mark turn"></div>
<div class="target_icon"></div> <div class="target_icon"></div>
</div> </div>
<div class="target_text">经侦最佳指标</div> <div class="target_text">企业反馈</div>
</div> </div>
</div> </div>
<!-- 跳转至人员背景审查详情 --> <!-- 跳转至人员背景审查详情 -->

@ -3,7 +3,7 @@
<div> <div>
<el-table <el-table
:data="abnormal_table_data.rows" :data="abnormal_table_data.rows"
height="285" height="270"
:header-cell-style="table_header" :header-cell-style="table_header"
:cell-style="{ background: 'revert', 'text-align': 'center' }" :cell-style="{ background: 'revert', 'text-align': 'center' }"
@expand-change="to_expand" @expand-change="to_expand"

@ -3,7 +3,7 @@
<div> <div>
<el-table <el-table
:data="normal_table_data.rows" :data="normal_table_data.rows"
height="285" height="270"
:header-cell-style="table_header" :header-cell-style="table_header"
:cell-style="{ background: 'revert', 'text-align': 'center' }" :cell-style="{ background: 'revert', 'text-align': 'center' }"
> >

@ -18,7 +18,7 @@
<div class="item_text_left_text"> <div class="item_text_left_text">
<div class="item_text_cell">企业名称:</div> <div class="item_text_cell">企业名称:</div>
<div class="item_text_cell">审核原因:</div> <div class="item_text_cell">审核原因:</div>
<div class="item_text_cell">审查人数:</div> <div class="item_text_cell">上报人数:</div>
</div> </div>
<div class="item_text_left_value"> <div class="item_text_left_value">
<div class="item_value_cell">{{ this.form_data.companyName }}</div> <div class="item_value_cell">{{ this.form_data.companyName }}</div>

@ -24,7 +24,7 @@
<div class="cell_body_information"> <div class="cell_body_information">
<div class="cell_body_information_text"> <div class="cell_body_information_text">
<div class="text_cell">审查原因:</div> <div class="text_cell">审查原因:</div>
<div class="text_cell">审查人数:</div> <div class="text_cell">上报人数:</div>
<div class="text_cell">申请时间:</div> <div class="text_cell">申请时间:</div>
<div class="text_cell">审查结果:</div> <div class="text_cell">审查结果:</div>
</div> </div>
@ -46,7 +46,7 @@
<div class="cell_body_information"> <div class="cell_body_information">
<div class="cell_body_information_text"> <div class="cell_body_information_text">
<div class="text_cell">审查原因:</div> <div class="text_cell">审查原因:</div>
<div class="text_cell">审查人数:</div> <div class="text_cell">上报人数:</div>
<div class="text_cell">申请时间:</div> <div class="text_cell">申请时间:</div>
<div class="text_cell">审查结果:</div> <div class="text_cell">审查结果:</div>
</div> </div>
@ -115,7 +115,7 @@ export default {
res.rows[i].abnormal_num = res.rows[ res.rows[i].abnormal_num = res.rows[
i i
].examinationResultDetail.substring( ].examinationResultDetail.substring(
res.rows[i].examinationResultDetail.indexOf("正常") + 3, res.rows[i].examinationResultDetail.indexOf("正常,") + 3,
res.rows[i].examinationResultDetail.indexOf("人异常") res.rows[i].examinationResultDetail.indexOf("人异常")
); );
console.log(res.rows[i].abnormal_num); console.log(res.rows[i].abnormal_num);

@ -1,399 +1,464 @@
<template> <template>
<div class="mainBox scroll-target"> <div class="mainBox scroll-target">
<div class="topZS"></div> <div class="topZS"></div>
<div class="title"> <div class="title">
企业员工<span>{{ total }}</span> 企业员工<span>{{ total }}</span
</div> >
<el-form :model="formInline" class="search">
<el-form-item label="员工姓名:" class="formItem">
<el-input v-model.trim="formInline.staffName" clearable class="formIpt"></el-input>
</el-form-item>
<el-button type="primary" @click="getList(formInline.staffName ? activeName : '全部')">搜索</el-button>
</el-form>
<div class="monitorBox">
<el-tabs type="border-card" v-model="activeName">
<el-tab-pane v-for="(item, index) in wpCount" :key="index" :name="item.type">
<div class="paneInner" slot="label" @click="getList(item.type)">{{ item.type
}}{{ item.number }}</div>
</el-tab-pane>
</el-tabs>
<el-table :cell-style="{ background: 'revert' }" :data="tableData" class="table"
style="width: calc(100% - 40px); margin:0 20px;" :row-style="tableRowStyle"
:header-row-style="tableHeaderColor" :header-cell-style="tableHeaderCellColor">
<el-table-column type="index" width="50" label="序号">
</el-table-column>
<el-table-column show-overflow-tooltip label="照片" width="80">
<template slot-scope="scope">
<img :src="scope.row.picUrl" class="ygzp" alt="" v-if="scope.row.picUrl">
<img src="../../assets/archives/touxiang.png" class="ygzp" alt="" v-else>
</template>
</el-table-column>
<el-table-column show-overflow-tooltip label="姓名" width="80">
<template slot-scope="scope">
<div class="staffName">{{ scope.row.staffName }}</div>
</template>
</el-table-column>
<el-table-column show-overflow-tooltip prop="sexCn" label="性别" width="60">
</el-table-column>
<el-table-column show-overflow-tooltip label="身份证号" width="180">
<template slot-scope="scope">
<div class="identityId">{{ scope.row.identityId }}</div>
</template>
</el-table-column>
<el-table-column show-overflow-tooltip prop="staffTypeCn" label="人员类型" width="90">
</el-table-column>
<el-table-column show-overflow-tooltip label="家庭住址" prop="homeAddress">
</el-table-column>
<el-table-column show-overflow-tooltip prop="contactInfo" label="联系方式" width="150">
</el-table-column>
<el-table-column show-overflow-tooltip prop="staffPosition" label="职位" width="120">
</el-table-column>
</el-table>
</div>
<div class="block">
<el-pagination style="float:right;margin:5px;" class="msg-pagination-container" :background="true"
@size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="pageNum"
:page-sizes="[5]" layout="total, sizes, prev, pager, next, jumper" :total="total">
</el-pagination>
</div>
<div class="bottomZS"></div>
</div> </div>
<el-form :model="formInline" class="search">
<el-form-item label="员工姓名:" class="formItem">
<el-input
v-model.trim="formInline.staffName"
clearable
class="formIpt"
></el-input>
</el-form-item>
<el-button
type="primary"
@click="getList(formInline.staffName ? activeName : '全部')"
>搜索</el-button
>
</el-form>
<div class="monitorBox">
<el-tabs type="border-card" v-model="activeName">
<el-tab-pane
v-for="(item, index) in wpCount"
:key="index"
:name="item.type"
>
<div class="paneInner" slot="label" @click="getList(item.type)">
{{ item.type }}({{ item.number }})
</div> </el-tab-pane
>
</el-tabs>
<el-table
:cell-style="{ background: 'revert' }"
:data="tableData"
class="table"
style="width: calc(100% - 40px); margin: 0 20px"
:row-style="tableRowStyle"
:header-row-style="tableHeaderColor"
:header-cell-style="tableHeaderCellColor"
>
<el-table-column type="index" width="50" label="序号">
</el-table-column>
<el-table-column show-overflow-tooltip label="照片" width="80">
<template slot-scope="scope">
<img
:src="scope.row.picUrl"
class="ygzp"
alt=""
v-if="scope.row.picUrl"
/>
<img
src="../../assets/archives/touxiang.png"
class="ygzp"
alt=""
v-else
/>
</template>
</el-table-column>
<el-table-column show-overflow-tooltip label="姓名" width="80">
<template slot-scope="scope">
<div class="staffName">{{ scope.row.staffName }}</div>
</template>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="sexCn"
label="性别"
width="60"
>
</el-table-column>
<el-table-column show-overflow-tooltip label="身份证号" width="180">
<template slot-scope="scope">
<div class="identityId">{{ scope.row.identityId }}</div>
</template>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="staffTypeCn"
label="人员类型"
width="90"
>
</el-table-column>
<el-table-column
show-overflow-tooltip
label="家庭住址"
prop="homeAddress"
>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="contactInfo"
label="联系方式"
width="150"
>
</el-table-column>
<el-table-column
show-overflow-tooltip
prop="staffPosition"
label="职位"
width="120"
>
</el-table-column>
</el-table>
</div>
<div class="block">
<el-pagination
style="float: right; margin: 5px"
class="msg-pagination-container"
:background="true"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
:current-page="pageNum"
:page-sizes="[5]"
layout="total, sizes, prev, pager, next, jumper"
:total="total"
>
</el-pagination>
</div>
<div class="bottomZS"></div>
</div>
</template> </template>
<script> <script>
import { tbSafeCompanyStaff, tbSafeCompanyStaffCount } from '@/api/archives' import { tbSafeCompanyStaff, tbSafeCompanyStaffCount } from "@/api/archives";
export default { export default {
props: ['companyID'], props: ["companyID"],
data() { data() {
return { return {
formInline: {}, formInline: {},
pageSize: 5, pageSize: 5,
pageNum: 1, pageNum: 1,
total: 0, total: 0,
tableData: [], tableData: [],
wpCount: {}, wpCount: {},
goodsType: null, goodsType: null,
activeName: '全部', activeName: "全部",
};
},
created() {
this.getList();
},
methods: {
getWpTotal() {
tbSafeCompanyStaffCount({
companyId: this.companyID,
...this.formInline,
}).then((res) => {
this.wpCount = res.data;
this.wpCount.forEach((item) => {
if (item.type == "全部") {
this.wpCount = this.wpCount.filter((a) => a.type != "全部");
this.wpCount.unshift(item);
}
});
});
},
getList(val) {
if (val) {
this.activeName = val;
if (val == "全部") {
this.goodsType = null;
} else if (val == "普通员工") {
this.goodsType = 1;
} else if (val == "重点岗位") {
this.goodsType = 2;
} else if (val == "专家人员") {
this.goodsType = 3;
} else if (val == "重点人员") {
this.goodsType = 4;
} }
}
console.log(this.activeName, "this.activeName");
tbSafeCompanyStaff({
pageSize: this.pageSize,
pageNum: this.pageNum,
...this.formInline,
companyId: this.companyID,
staffType: this.goodsType,
}).then((res) => {
this.tableData = res.data;
this.total = res.total;
});
this.getWpTotal();
}, },
created() { showDia() {
this.getList() this.diaVisible = true;
}, },
methods: { tableRowStyle({ rowIndex }) {
getWpTotal() { if ((rowIndex + 1) % 2 == 1) {
tbSafeCompanyStaffCount({ companyId: this.companyID, ...this.formInline, }).then(res => { return { background: "rgba(0,0,0,0)", color: "#fff", border: "0" };
this.wpCount = res.data } else {
this.wpCount.forEach((item) => { return {
if (item.type == '全部') { background: "rgba(61, 85, 102, 0.16)",
this.wpCount = this.wpCount.filter(a => a.type != '全部') border: "0",
this.wpCount.unshift(item) color: "#fff",
} };
}); }
})
},
getList(val) {
if (val) {
this.activeName = val
if (val == '全部') {
this.goodsType = null
} else if (val == '普通员工') {
this.goodsType = 1
} else if (val == '重点岗位') {
this.goodsType = 2
} else if (val == '专家人员') {
this.goodsType = 3
} else if (val == '重点人员') {
this.goodsType = 4
}
}
console.log(this.activeName, 'this.activeName');
tbSafeCompanyStaff({ pageSize: this.pageSize, pageNum: this.pageNum, ...this.formInline, companyId: this.companyID, staffType: this.goodsType }).then(res => {
this.tableData = res.data
this.total = res.total
})
this.getWpTotal()
},
showDia() {
this.diaVisible = true
},
tableRowStyle({ rowIndex }) {
if ((rowIndex + 1) % 2 == 1) {
return { 'background': 'rgba(0,0,0,0)', 'color': '#fff', 'border': '0' }
} else {
return { 'background': 'rgba(61, 85, 102, 0.16)', 'border': '0', 'color': '#fff' }
}
},
tableHeaderColor() {
return { 'background': 'linear-gradient( rgba(38, 88, 76, 0.6) 100%, rgba(55, 131, 128, 0.6) 100%, rgba(34, 74, 53, 0.46) 46%)' }
// return { 'background': 'url("~@/assets/archives/9910.png") no-repeat;', 'background-size': '100% 100%;', 'color': '#fff' }
},
tableHeaderCellColor() {
return { 'background': 'rgba(0,0,0,0)', 'border': '0', 'color': '#fff' }
},
handleSizeChange(val) {
this.pageNum = 1;
this.pageSize = val;
this.getList()
},
handleCurrentChange(val) {
this.pageNum = val;
this.getList()
},
}, },
} tableHeaderColor() {
return {
background:
"linear-gradient( rgba(38, 88, 76, 0.6) 100%, rgba(55, 131, 128, 0.6) 100%, rgba(34, 74, 53, 0.46) 46%)",
};
// return { 'background': 'url("~@/assets/archives/9910.png") no-repeat;', 'background-size': '100% 100%;', 'color': '#fff' }
},
tableHeaderCellColor() {
return { background: "rgba(0,0,0,0)", border: "0", color: "#fff" };
},
handleSizeChange(val) {
this.pageNum = 1;
this.pageSize = val;
this.getList();
},
handleCurrentChange(val) {
this.pageNum = val;
this.getList();
},
},
};
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.mainBox { .mainBox {
width: 100%;
height: 620px;
background: url("~@/assets/companyFile/背景22136.png") no-repeat;
background-size: 100% 100%;
padding: 70px 20px 60px;
box-sizing: border-box;
display: flex;
position: relative;
margin-top: 20px;
.monitorBox {
width: 100%; width: 100%;
height: 620px; height: 100%;
background: url('~@/assets/companyFile/背景22136.png') no-repeat;
background-size: 100% 100%;
padding: 70px 20px 60px;
box-sizing: border-box;
display: flex;
position: relative;
margin-top: 20px;
.monitorBox {
width: 100%;
height: 100%;
flex-wrap: wrap;
}
flex-wrap: wrap; /deep/.el-input__inner {
// background: url('~@/assets/companyFile/2121.png') no-repeat;
background: url("~@/assets/companyFile/矩形备份 18.png") no-repeat;
background-size: 100% 100%;
border: 1px solid rgba(40, 132, 126, 1);
color: rgba(234, 246, 255, 0.7);
.el-range-separator {
color: #ccc;
} }
/deep/.el-input__inner { .el-range-input {
// background: url('~@/assets/companyFile/2121.png') no-repeat; background: rgba(0, 0, 0, 0);
background: url('~@/assets/companyFile/矩形备份 18.png') no-repeat; color: #ccc;
background-size: 100% 100%;
border: 1px solid rgba(40, 132, 126, 1);
color: rgba(234, 246, 255, 0.7);
;
.el-range-separator {
color: #ccc;
}
.el-range-input {
background: rgba(0, 0, 0, 0);
color: #ccc;
}
} }
}
/deep/.el-tabs--border-card {
background: rgba(0, 0, 0, 0);
border: 0;
height: 50px;
width: calc(100% - 40px);
margin: 0 20px;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
.el-tabs__header {
display: inline-block;
width: auto;
background: linear-gradient(
180deg,
rgba(234, 241, 248, 0.1) 0%,
rgba(208, 222, 238, 0.1) 100%
);
opacity: 0.7;
border: 1px solid #5b748c;
.el-tabs__nav {
display: inline-block;
width: auto;
display: flex;
}
/deep/.el-tabs--border-card { .el-tabs__item {
background: rgba(0, 0, 0, 0); width: 130px;
border: 0; border: 0;
height: 50px; color: #eaf6ff;
width: calc(100% - 40px); padding: 5px;
margin: 0 20px; box-sizing: border-box;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04); display: flex;
align-items: center;
.el-tabs__header {
display: inline-block;
width: auto;
background: linear-gradient(180deg, rgba(234, 241, 248, 0.1) 0%, rgba(208, 222, 238, 0.1) 100%);
opacity: 0.7;
border: 1px solid #5B748C;
.el-tabs__nav {
display: inline-block;
width: auto;
display: flex;
}
.el-tabs__item {
width: 130px;
border: 0;
color: #EAF6FF;
padding: 5px;
box-sizing: border-box;
display: flex;
align-items: center;
.paneInner {
width: 120px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
}
.el-tabs__item:not(:last-child)::after {
content: '';
width: 1px;
height: 20px;
background: #EAF6FF;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
.el-tabs__item.is-active {
background: rgba(0, 0, 0, 0);
border: 0;
color: #4BFFAD;
padding: 5px;
box-sizing: border-box;
.paneInner {
background: rgba(129, 255, 204, 0.26);
}
}
}
}
/deep/.el-table { .paneInner {
background: rgba(0, 0, 0, 0); width: 120px;
height: 100%;
td.el-table__cell { display: flex;
border: 0; justify-content: center;
box-sizing: border-box; align-items: center;
padding: 5px 0;
} }
}
.el-tabs__item:not(:last-child)::after {
content: "";
width: 1px;
height: 20px;
background: #eaf6ff;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}
.el-tabs__item.is-active {
background: rgba(0, 0, 0, 0);
.ygzp { border: 0;
width: 40px; color: #4bffad;
height: 60px; padding: 5px;
margin-top: 5px; box-sizing: border-box;
}
.identityId { .paneInner {
color: #30C4FF; background: rgba(129, 255, 204, 0.26);
letter-spacing: 1px;
cursor: pointer;
} }
}
}
}
.xiangqing { /deep/.el-table {
background: rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0);
border: 0;
color: rgba(48, 196, 255, 0.7);
cursor: pointer;
}
.alarmType { td.el-table__cell {
width: 72px; border: 0;
height: 32px; box-sizing: border-box;
font-size: 14px; padding: 5px 0;
color: rgba(255, 255, 255, 0.9);
letter-spacing: 1px;
font-weight: 400;
.red {
width: 100%;
height: 100%;
background: rgba(152, 7, 7, 0.21);
border: 1px solid rgba(214, 38, 38, 1);
display: flex;
justify-content: center;
align-items: center;
}
.yellow {
width: 100%;
height: 100%;
background: rgba(152, 95, 7, 0.21);
border: 1px solid rgba(255, 169, 38, 1);
display: flex;
justify-content: center;
align-items: center;
}
}
} }
.title { .ygzp {
position: absolute; width: 40px;
top: 14px; height: 60px;
left: 20px; margin-top: 5px;
width: 162px; }
height: 36px;
line-height: 36;
font-size: 16px;
color: #EBFFF4;
letter-spacing: 2px;
line-height: 36px;
text-shadow: 0 0 9px rgba(21, 255, 195, 0.60);
font-weight: 400;
span { .identityId {
color: #FF9191; color: #30c4ff;
} letter-spacing: 1px;
cursor: pointer;
} }
.picForm { .xiangqing {
/deep/ .el-dialog { background: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0); border: 0;
background: url('~@/assets/companyFile/背景091.png') no-repeat; color: rgba(48, 196, 255, 0.7);
background-size: 100% 100%; cursor: pointer;
width: 1041px;
height: 420px;
position: relative;
.el-dialog__title {
font-size: 16px;
color: #EBFFF4;
letter-spacing: 2px;
text-shadow: 0 0 9px rgba(21, 255, 195, 0.77);
font-weight: 400;
}
.el-dialog__body {
box-sizing: border-box;
height: 360px;
.scopeQuantity {
letter-spacing: 2px;
}
}
}
} }
/deep/.el-form-item { .alarmType {
width: 72px;
height: 32px;
font-size: 14px;
color: rgba(255, 255, 255, 0.9);
letter-spacing: 1px;
font-weight: 400;
.red {
width: 100%;
height: 100%;
background: rgba(152, 7, 7, 0.21);
border: 1px solid rgba(214, 38, 38, 1);
display: flex; display: flex;
margin-left: 20px; justify-content: center;
align-items: center;
}
.el-form-item__label { .yellow {
color: #EAF6FF; width: 100%;
letter-spacing: 1px; height: 100%;
text-align: center; background: rgba(152, 95, 7, 0.21);
font-weight: 400; border: 1px solid rgba(255, 169, 38, 1);
display: flex;
justify-content: center;
align-items: center;
}
}
}
.title {
position: absolute;
top: 14px;
left: 20px;
width: 162px;
height: 36px;
line-height: 36;
font-size: 16px;
color: #ebfff4;
letter-spacing: 2px;
line-height: 36px;
text-shadow: 0 0 9px rgba(21, 255, 195, 0.6);
font-weight: 400;
span {
color: #ff9191;
}
}
.picForm {
/deep/ .el-dialog {
background-color: rgba(0, 0, 0, 0);
background: url("~@/assets/companyFile/背景091.png") no-repeat;
background-size: 100% 100%;
width: 1041px;
height: 420px;
position: relative;
.el-dialog__title {
font-size: 16px;
color: #ebfff4;
letter-spacing: 2px;
text-shadow: 0 0 9px rgba(21, 255, 195, 0.77);
font-weight: 400;
}
.el-dialog__body {
box-sizing: border-box;
height: 360px;
.scopeQuantity {
letter-spacing: 2px;
} }
}
} }
}
/deep/.el-button--primary { /deep/.el-form-item {
margin-top: 5px; display: flex;
margin-left: 20px; margin-left: 20px;
width: 60px;
height: 30px; .el-form-item__label {
line-height: 30px; color: #eaf6ff;
padding: 0; letter-spacing: 1px;
text-align: center; text-align: center;
background: rgba(0, 0, 0, 0); font-weight: 400;
border: 0;
background: url('~@/assets/companyFile/2121.png') no-repeat;
background-size: 100% 100%;
font-size: 14px;
color: #F8FBFF;
letter-spacing: 0.89px;
font-weight: 500;
} }
}
/deep/.el-button--primary {
margin-top: 5px;
margin-left: 20px;
width: 60px;
height: 30px;
line-height: 30px;
padding: 0;
text-align: center;
background: rgba(0, 0, 0, 0);
border: 0;
background: url("~@/assets/companyFile/2121.png") no-repeat;
background-size: 100% 100%;
font-size: 14px;
color: #f8fbff;
letter-spacing: 0.89px;
font-weight: 500;
}
} }
</style> </style>

@ -17,6 +17,10 @@
>综合指数</el-menu-item >综合指数</el-menu-item
> >
<div class="shu"></div> <div class="shu"></div>
<el-menu-item index="6" route="/home/applySupermarket"
>安商惠企</el-menu-item
>
<div class="shu"></div>
<el-menu-item index="2" route="/home/realtimeWarning" <el-menu-item index="2" route="/home/realtimeWarning"
>实时预警</el-menu-item >实时预警</el-menu-item
> >
@ -33,10 +37,6 @@
>企业档案</el-menu-item >企业档案</el-menu-item
> >
<div class="shu"></div> <div class="shu"></div>
<el-menu-item index="6" route="/home/applySupermarket"
>应用超市</el-menu-item
>
<div class="shu"></div>
<el-menu-item index="7" route="/home/systemManagement/safeIndex" <el-menu-item index="7" route="/home/systemManagement/safeIndex"
>系统管理</el-menu-item >系统管理</el-menu-item
> >

File diff suppressed because it is too large Load Diff

@ -344,7 +344,7 @@ export default {
font-weight: 500; font-weight: 500;
.blue { .blue {
font-size: 20px; font-size: 36px;
color: #66d9ff; color: #66d9ff;
letter-spacing: 1.25px; letter-spacing: 1.25px;
text-align: right; text-align: right;
@ -352,7 +352,7 @@ export default {
} }
.yellow { .yellow {
font-size: 20px; font-size: 36px;
color: #fef699; color: #fef699;
letter-spacing: 1.25px; letter-spacing: 1.25px;
text-align: right; text-align: right;
@ -361,7 +361,7 @@ export default {
.red { .red {
font-family: AlimamaShuHeiTi; font-family: AlimamaShuHeiTi;
font-size: 20px; font-size: 36px;
color: #fa3737; color: #fa3737;
letter-spacing: 1.25px; letter-spacing: 1.25px;
text-align: right; text-align: right;

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save