feat: 甘肃调整为湖南
This commit is contained in:
@ -189,7 +189,7 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}, 1e4)
|
}, 1e4)
|
||||||
// }
|
// }
|
||||||
document.title = "甘肃省烟草商业系统安全管理信息化平台"
|
document.title = "湖南中烟商业系统安全管理信息化平台"
|
||||||
if (BGcolor.value && BGcolor.value != null) {
|
if (BGcolor.value && BGcolor.value != null) {
|
||||||
getcolorinit()
|
getcolorinit()
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,7 +20,7 @@ export default {
|
|||||||
routerName: "", //改变路由名称
|
routerName: "", //改变路由名称
|
||||||
routerSeeName: "", //查看进度改变路由名称
|
routerSeeName: "", //查看进度改变路由名称
|
||||||
userName: getItem("USERNAME") || "",
|
userName: getItem("USERNAME") || "",
|
||||||
defaultDeptName: "甘肃省烟草专卖局"
|
defaultDeptName: "湖南省烟草专卖局"
|
||||||
}),
|
}),
|
||||||
mutations: {
|
mutations: {
|
||||||
setToken(state, token) {
|
setToken(state, token) {
|
||||||
|
|||||||
@ -33,7 +33,7 @@ const props = defineProps({
|
|||||||
},
|
},
|
||||||
currentDeptName: {
|
currentDeptName: {
|
||||||
type: String,
|
type: String,
|
||||||
default: "甘肃省烟草专卖局(公司)"
|
default: "湖南省烟草专卖局(公司)"
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
const queryData = ref({
|
const queryData = ref({
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<div class="left-top">
|
<div class="left-top">
|
||||||
<img style="width: 40%;height: 100%;object-fit: cover;" src="@/assets/images/warn_bj2.png" alt="">
|
<img style="width: 40%;height: 100%;object-fit: cover;" src="@/assets/images/warn_bj2.png" alt="">
|
||||||
<div style="width: 60%;">
|
<div style="width: 60%;">
|
||||||
<div class="top-title">甘肃烟草局重大安全隐患</div>
|
<div class="top-title">湖南烟草局重大安全隐患</div>
|
||||||
<div class="top-content">员工张文行车中未系安全带,未戴安全帽,未穿反光衣,在开车中抽烟,并接打电话</div>
|
<div class="top-content">员工张文行车中未系安全带,未戴安全帽,未穿反光衣,在开车中抽烟,并接打电话</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -116,4 +116,4 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -588,7 +588,7 @@ function onDownload(row) {
|
|||||||
const blob = new Blob([byteArray], {
|
const blob = new Blob([byteArray], {
|
||||||
type: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
|
type: 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
|
||||||
});
|
});
|
||||||
const fileName = `甘肃烟草安委会会议签到表.docx`;
|
const fileName = `湖南中烟安委会会议签到表.docx`;
|
||||||
downloadFile(blob, fileName)
|
downloadFile(blob, fileName)
|
||||||
console.log('文件下载成功:', fileName);
|
console.log('文件下载成功:', fileName);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
:isSort="true" :actionsW='"250"'>
|
:isSort="true" :actionsW='"250"'>
|
||||||
<template #belongCountryname="{ row }">
|
<template #belongCountryname="{ row }">
|
||||||
<span>{{ row.belongCountryname ? row.belongCountryname : (row.belongCityname ? row.belongCityname
|
<span>{{ row.belongCountryname ? row.belongCountryname : (row.belongCityname ? row.belongCityname
|
||||||
: "甘肃省烟草专卖局(公司)") }}</span>
|
: "湖南中烟专卖局(公司)") }}</span>
|
||||||
</template>
|
</template>
|
||||||
<template #pitfallLevel="{ row }">
|
<template #pitfallLevel="{ row }">
|
||||||
<dict-tag :options="D_DBZ_YHDJ" :value="row.pitfallLevel" :tag="false"></dict-tag>
|
<dict-tag :options="D_DBZ_YHDJ" :value="row.pitfallLevel" :tag="false"></dict-tag>
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
</el-icon>
|
</el-icon>
|
||||||
<span>导出台账</span>
|
<span>导出台账</span>
|
||||||
</el-button>
|
</el-button>
|
||||||
<!-- <el-button class="mr10" type="primary" @click="downloadTemplate('01', '甘肃省烟草专卖局(公司)安全/环境适用法律法规及其他要求清单')">
|
<!-- <el-button class="mr10" type="primary" @click="downloadTemplate('01', '湖南省烟草专卖局(公司)安全/环境适用法律法规及其他要求清单')">
|
||||||
<el-icon>
|
<el-icon>
|
||||||
<Download />
|
<Download />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<header @mousemove="mousefn" @mouseleave="outfn">
|
<header @mousemove="mousefn" @mouseleave="outfn">
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div class="left">甘肃省烟草专卖局 </div>
|
<div class="left">湖南中烟专卖局 </div>
|
||||||
<div class="middle">安全管理信息系统</div>
|
<div class="middle">安全管理信息系统</div>
|
||||||
<div class="all" v-if="show">
|
<div class="all" v-if="show">
|
||||||
<button :class="showbth ? 'all_but' : 'bth'" @click="closedFn">
|
<button :class="showbth ? 'all_but' : 'bth'" @click="closedFn">
|
||||||
@ -129,4 +129,4 @@ header {
|
|||||||
border: 1px solid #33a1ad !important;
|
border: 1px solid #33a1ad !important;
|
||||||
background: rgb(5 76 63 / 20%) !important;
|
background: rgb(5 76 63 / 20%) !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -50,10 +50,10 @@ const props = defineProps({
|
|||||||
requried: true
|
requried: true
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
// 长沙市、株洲市、湘潭市、衡阳市、邵阳市、岳阳市、常德市、张家界市、益阳市、郴州市、永州市、怀化市、娄底市;1个自治州:湘西土家族苗族自治州。
|
||||||
const sgsjdata = ref([
|
const sgsjdata = ref([
|
||||||
{
|
{
|
||||||
"orgName": "甘肃省烟草专卖局(公司)",
|
"orgName": "湖南省烟草专卖局(公司)",
|
||||||
"mainResp": 6,
|
"mainResp": 6,
|
||||||
"equalResp": 8,
|
"equalResp": 8,
|
||||||
"secondaryResp": 3,
|
"secondaryResp": 3,
|
||||||
@ -66,7 +66,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 4
|
"transDirectLoss": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "兰州市烟草专卖局(公司)",
|
"orgName": "长沙市烟草专卖局(公司)",
|
||||||
"mainResp": 2,
|
"mainResp": 2,
|
||||||
"equalResp": 8,
|
"equalResp": 8,
|
||||||
"secondaryResp": 2,
|
"secondaryResp": 2,
|
||||||
@ -79,7 +79,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 7
|
"transDirectLoss": 7
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "天水市烟草专卖局(公司)",
|
"orgName": "株洲市烟草专卖局(公司)",
|
||||||
"injury": 9,
|
"injury": 9,
|
||||||
"directLoss": 6,
|
"directLoss": 6,
|
||||||
"mainResp": 2,
|
"mainResp": 2,
|
||||||
@ -92,7 +92,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 5
|
"transDirectLoss": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "陇南市烟草专卖局(公司)",
|
"orgName": "湘潭市烟草专卖局(公司)",
|
||||||
"injury": 4,
|
"injury": 4,
|
||||||
"directLoss": 2,
|
"directLoss": 2,
|
||||||
"mainResp": 8,
|
"mainResp": 8,
|
||||||
@ -105,7 +105,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 7
|
"transDirectLoss": 7
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "酒泉市烟草专卖局(公司)",
|
"orgName": "衡阳市烟草专卖局(公司)",
|
||||||
"injury": 7,
|
"injury": 7,
|
||||||
"directLoss": 6,
|
"directLoss": 6,
|
||||||
"mainResp": 4,
|
"mainResp": 4,
|
||||||
@ -118,7 +118,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 8
|
"transDirectLoss": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "嘉峪关市烟草专卖局(公司)",
|
"orgName": "邵阳市烟草专卖局(公司)",
|
||||||
"injury": 1,
|
"injury": 1,
|
||||||
"directLoss": 7,
|
"directLoss": 7,
|
||||||
"mainResp": 7,
|
"mainResp": 7,
|
||||||
@ -131,7 +131,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 0
|
"transDirectLoss": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "庆阳市烟草专卖局(公司)",
|
"orgName": "岳阳市烟草专卖局(公司)",
|
||||||
"injury": 7,
|
"injury": 7,
|
||||||
"directLoss": 2,
|
"directLoss": 2,
|
||||||
"mainResp": 5,
|
"mainResp": 5,
|
||||||
@ -144,7 +144,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 8
|
"transDirectLoss": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "白银市烟草专卖局(公司)",
|
"orgName": "常德市烟草专卖局(公司)",
|
||||||
"injury": 6,
|
"injury": 6,
|
||||||
"directLoss": 2,
|
"directLoss": 2,
|
||||||
"mainResp": 5,
|
"mainResp": 5,
|
||||||
@ -157,7 +157,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 4
|
"transDirectLoss": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "张掖市烟草专卖局(公司)",
|
"orgName": "张家界市烟草专卖局(公司)",
|
||||||
"injury": 7,
|
"injury": 7,
|
||||||
"directLoss": 2,
|
"directLoss": 2,
|
||||||
"mainResp": 4,
|
"mainResp": 4,
|
||||||
@ -170,7 +170,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 7
|
"transDirectLoss": 7
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "定西市烟草专卖局(公司)",
|
"orgName": "益阳市烟草专卖局(公司)",
|
||||||
"injury": 9,
|
"injury": 9,
|
||||||
"directLoss": 9,
|
"directLoss": 9,
|
||||||
"mainResp": 3,
|
"mainResp": 3,
|
||||||
@ -183,7 +183,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 0
|
"transDirectLoss": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "金昌市烟草专卖局(公司)",
|
"orgName": "郴州市烟草专卖局(公司)",
|
||||||
"injury": 9,
|
"injury": 9,
|
||||||
"directLoss": 6,
|
"directLoss": 6,
|
||||||
"mainResp": 6,
|
"mainResp": 6,
|
||||||
@ -196,7 +196,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 2
|
"transDirectLoss": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "平凉市烟草专卖局(公司)",
|
"orgName": "永州市烟草专卖局(公司)",
|
||||||
"injury": 8,
|
"injury": 8,
|
||||||
"directLoss": 1,
|
"directLoss": 1,
|
||||||
"mainResp": 0,
|
"mainResp": 0,
|
||||||
@ -209,7 +209,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 5
|
"transDirectLoss": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "武威市烟草专卖局(公司)",
|
"orgName": "怀化市烟草专卖局(公司)",
|
||||||
"injury": 6,
|
"injury": 6,
|
||||||
"directLoss": 5,
|
"directLoss": 5,
|
||||||
"mainResp": 9,
|
"mainResp": 9,
|
||||||
@ -222,7 +222,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 6
|
"transDirectLoss": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "甘南州烟草专卖局(公司)",
|
"orgName": "娄底市烟草专卖局(公司)",
|
||||||
"injury": 7,
|
"injury": 7,
|
||||||
"directLoss": 0,
|
"directLoss": 0,
|
||||||
"mainResp": 2,
|
"mainResp": 2,
|
||||||
@ -235,7 +235,7 @@ const sgsjdata = ref([
|
|||||||
"transDirectLoss": 2
|
"transDirectLoss": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "临夏州烟草专卖局(公司)",
|
"orgName": "湘西州烟草专卖局(公司)",
|
||||||
"injury": 4,
|
"injury": 4,
|
||||||
"directLoss": 7,
|
"directLoss": 7,
|
||||||
"mainResp": 3,
|
"mainResp": 3,
|
||||||
|
|||||||
@ -70,7 +70,7 @@ const props = defineProps({
|
|||||||
//车辆
|
//车辆
|
||||||
const carData = ref([
|
const carData = ref([
|
||||||
{
|
{
|
||||||
"orgName": "甘肃省烟草专卖局(公司)",
|
"orgName": "湖南省烟草专卖局(公司)",
|
||||||
"universal": 91,
|
"universal": 91,
|
||||||
"miniBus": 3,
|
"miniBus": 3,
|
||||||
"mediumBus": 41,
|
"mediumBus": 41,
|
||||||
@ -92,7 +92,7 @@ const carData = ref([
|
|||||||
"more30km": 29
|
"more30km": 29
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "兰州市烟草专卖局(公司)",
|
"orgName": "长沙市烟草专卖局(公司)",
|
||||||
"universal": 88,
|
"universal": 88,
|
||||||
"miniBus": 31,
|
"miniBus": 31,
|
||||||
"mediumBus": 34,
|
"mediumBus": 34,
|
||||||
@ -114,7 +114,7 @@ const carData = ref([
|
|||||||
"more30km": 43
|
"more30km": 43
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "天水市烟草专卖局(公司)",
|
"orgName": "株洲市烟草专卖局(公司)",
|
||||||
"universal": 28,
|
"universal": 28,
|
||||||
"miniBus": 75,
|
"miniBus": 75,
|
||||||
"largeTruck": 49,
|
"largeTruck": 49,
|
||||||
@ -136,7 +136,7 @@ const carData = ref([
|
|||||||
"more30km": 99
|
"more30km": 99
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "陇南市烟草专卖局(公司)",
|
"orgName": "湘潭市烟草专卖局(公司)",
|
||||||
"universal": 74,
|
"universal": 74,
|
||||||
"miniBus": 81,
|
"miniBus": 81,
|
||||||
"largeTruck": 30,
|
"largeTruck": 30,
|
||||||
@ -158,7 +158,7 @@ const carData = ref([
|
|||||||
"more30km": 11
|
"more30km": 11
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "酒泉市烟草专卖局(公司)",
|
"orgName": "衡阳市烟草专卖局(公司)",
|
||||||
"universal": 17,
|
"universal": 17,
|
||||||
"miniBus": 83,
|
"miniBus": 83,
|
||||||
"largeTruck": 19,
|
"largeTruck": 19,
|
||||||
@ -180,7 +180,7 @@ const carData = ref([
|
|||||||
"more30km": 97
|
"more30km": 97
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "嘉峪关市烟草专卖局(公司)",
|
"orgName": "邵阳市烟草专卖局(公司)",
|
||||||
"universal": 59,
|
"universal": 59,
|
||||||
"miniBus": 95,
|
"miniBus": 95,
|
||||||
"largeTruck": 23,
|
"largeTruck": 23,
|
||||||
@ -202,7 +202,7 @@ const carData = ref([
|
|||||||
"more30km": 62
|
"more30km": 62
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "庆阳市烟草专卖局(公司)",
|
"orgName": "岳阳市烟草专卖局(公司)",
|
||||||
"universal": 85,
|
"universal": 85,
|
||||||
"miniBus": 78,
|
"miniBus": 78,
|
||||||
"largeTruck": 57,
|
"largeTruck": 57,
|
||||||
@ -224,7 +224,7 @@ const carData = ref([
|
|||||||
"more30km": 47
|
"more30km": 47
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "白银市烟草专卖局(公司)",
|
"orgName": "常德市烟草专卖局(公司)",
|
||||||
"universal": 84,
|
"universal": 84,
|
||||||
"miniBus": 70,
|
"miniBus": 70,
|
||||||
"largeTruck": 32,
|
"largeTruck": 32,
|
||||||
@ -246,7 +246,7 @@ const carData = ref([
|
|||||||
"more30km": 20
|
"more30km": 20
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "定西市烟草专卖局(公司)",
|
"orgName": "张家界市烟草专卖局(公司)",
|
||||||
"universal": 27,
|
"universal": 27,
|
||||||
"miniBus": 23,
|
"miniBus": 23,
|
||||||
"largeTruck": 50,
|
"largeTruck": 50,
|
||||||
@ -268,7 +268,7 @@ const carData = ref([
|
|||||||
"more30km": 49
|
"more30km": 49
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "金昌市烟草专卖局(公司)",
|
"orgName": "益阳市烟草专卖局(公司)",
|
||||||
"universal": 66,
|
"universal": 66,
|
||||||
"miniBus": 87,
|
"miniBus": 87,
|
||||||
"largeTruck": 17,
|
"largeTruck": 17,
|
||||||
@ -290,7 +290,7 @@ const carData = ref([
|
|||||||
"more30km": 79
|
"more30km": 79
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "平凉市烟草专卖局(公司)",
|
"orgName": "郴州市烟草专卖局(公司)",
|
||||||
"universal": 9,
|
"universal": 9,
|
||||||
"miniBus": 46,
|
"miniBus": 46,
|
||||||
"largeTruck": 38,
|
"largeTruck": 38,
|
||||||
@ -312,7 +312,7 @@ const carData = ref([
|
|||||||
"more30km": 41
|
"more30km": 41
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "武威市烟草专卖局(公司)",
|
"orgName": "永州市烟草专卖局(公司)",
|
||||||
"universal": 18,
|
"universal": 18,
|
||||||
"miniBus": 74,
|
"miniBus": 74,
|
||||||
"largeTruck": 39,
|
"largeTruck": 39,
|
||||||
@ -334,7 +334,7 @@ const carData = ref([
|
|||||||
"more30km": 2
|
"more30km": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "甘南州烟草专卖局(公司)",
|
"orgName": "娄底市烟草专卖局(公司)",
|
||||||
"universal": 89,
|
"universal": 89,
|
||||||
"miniBus": 92,
|
"miniBus": 92,
|
||||||
"largeTruck": 1,
|
"largeTruck": 1,
|
||||||
@ -356,7 +356,7 @@ const carData = ref([
|
|||||||
"more30km": 4
|
"more30km": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "临夏州烟草专卖局(公司)",
|
"orgName": "湘西州烟草专卖局(公司)",
|
||||||
"universal": 17,
|
"universal": 17,
|
||||||
"miniBus": 48,
|
"miniBus": 48,
|
||||||
"largeTruck": 36,
|
"largeTruck": 36,
|
||||||
|
|||||||
@ -58,20 +58,20 @@ const props = defineProps({
|
|||||||
});
|
});
|
||||||
// 危化品
|
// 危化品
|
||||||
const whpData = ref([
|
const whpData = ref([
|
||||||
{ orgName: '甘肃省烟草专卖局(公司)', species: 1 },
|
{ orgName: '湖南省烟草专卖局(公司)', species: 1 },
|
||||||
{ orgName: '兰州市烟草专卖局(公司)', species: 0 },
|
{ orgName: '长沙市烟草专卖局(公司)', species: 0 },
|
||||||
{ orgName: '天水市烟草专卖局(公司)', species: 0 },
|
{ orgName: '株洲市烟草专卖局(公司)', species: 0 },
|
||||||
{ orgName: '陇南市烟草专卖局(公司)', species: 0 },
|
{ orgName: '湘潭市烟草专卖局(公司)', species: 0 },
|
||||||
{ orgName: '酒泉市烟草专卖局(公司)', species: 0 },
|
{ orgName: '衡阳市烟草专卖局(公司)', species: 0 },
|
||||||
{ orgName: '嘉峪关市烟草专卖局(公司)', species: 0 },
|
{ orgName: '邵阳市烟草专卖局(公司)', species: 0 },
|
||||||
{ orgName: '庆阳市烟草专卖局(公司)', species: 0 },
|
{ orgName: '岳阳市烟草专卖局(公司)', species: 0 },
|
||||||
{ orgName: '白银市烟草专卖局(公司)', species: 0 },
|
{ orgName: '常德市烟草专卖局(公司)', species: 0 },
|
||||||
{ orgName: '定西市烟草专卖局(公司)', species: 0 },
|
{ orgName: '张家界市烟草专卖局(公司)', species: 0 },
|
||||||
{ orgName: '金昌市烟草专卖局(公司)', species: 3 },
|
{ orgName: '益阳市烟草专卖局(公司)', species: 3 },
|
||||||
{ orgName: '平凉市烟草专卖局(公司)', species: 0 },
|
{ orgName: '郴州市烟草专卖局(公司)', species: 0 },
|
||||||
{ orgName: '武威市烟草专卖局(公司)', species: 0 },
|
{ orgName: '永州市烟草专卖局(公司)', species: 0 },
|
||||||
{ orgName: '甘南州烟草专卖局(公司)', species: 2 },
|
{ orgName: '娄底市烟草专卖局(公司)', species: 2 },
|
||||||
{ orgName: '临夏州烟草专卖局(公司)', species: 0 },
|
{ orgName: '湘西州烟草专卖局(公司)', species: 0 },
|
||||||
]);
|
]);
|
||||||
const detailData = ref([])
|
const detailData = ref([])
|
||||||
|
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
<el-table-column property="bybyh" label="B类一般隐患"></el-table-column>
|
<el-table-column property="bybyh" label="B类一般隐患"></el-table-column>
|
||||||
<el-table-column property="yzg" sortable label="已整改"></el-table-column>
|
<el-table-column property="yzg" sortable label="已整改"></el-table-column>
|
||||||
<el-table-column property="wzg" sortable label="未整改"></el-table-column>
|
<el-table-column property="wzg" sortable label="未整改"></el-table-column>
|
||||||
<!--
|
<!--
|
||||||
<el-table-column label="操作" v-if="!popForm">
|
<el-table-column label="操作" v-if="!popForm">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<span class="operesee" @click="handleClick(scope.$index, scope.row)"><el-icon>
|
<span class="operesee" @click="handleClick(scope.$index, scope.row)"><el-icon>
|
||||||
@ -74,7 +74,7 @@ const props = defineProps({
|
|||||||
const yhsldata = ref(
|
const yhsldata = ref(
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"orgName": "甘肃省烟草专卖局(公司)",
|
"orgName": "湖南省烟草专卖局(公司)",
|
||||||
"yhsum": 1,
|
"yhsum": 1,
|
||||||
"zdyh": 0,
|
"zdyh": 0,
|
||||||
"aybyh": 0,
|
"aybyh": 0,
|
||||||
@ -83,7 +83,7 @@ const yhsldata = ref(
|
|||||||
"wzg": 0
|
"wzg": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "兰州市烟草专卖局(公司)",
|
"orgName": "长沙市烟草专卖局(公司)",
|
||||||
"yhsum": 2,
|
"yhsum": 2,
|
||||||
"zdyh": 0,
|
"zdyh": 0,
|
||||||
"aybyh": 1,
|
"aybyh": 1,
|
||||||
@ -92,7 +92,7 @@ const yhsldata = ref(
|
|||||||
"wzg": 0
|
"wzg": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "天水市烟草专卖局(公司)",
|
"orgName": "株洲市烟草专卖局(公司)",
|
||||||
"yzg": 0,
|
"yzg": 0,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 0,
|
"yhsum": 0,
|
||||||
@ -101,7 +101,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 0
|
"bybyh": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "陇南市烟草专卖局(公司)",
|
"orgName": "湘潭市烟草专卖局(公司)",
|
||||||
"yzg": 1,
|
"yzg": 1,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 1,
|
"yhsum": 1,
|
||||||
@ -110,7 +110,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 1
|
"bybyh": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "酒泉市烟草专卖局(公司)",
|
"orgName": "衡阳市烟草专卖局(公司)",
|
||||||
"yzg": 0,
|
"yzg": 0,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 0,
|
"yhsum": 0,
|
||||||
@ -119,7 +119,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 0
|
"bybyh": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "嘉峪关市烟草专卖局(公司)",
|
"orgName": "邵阳市烟草专卖局(公司)",
|
||||||
"yzg": 0,
|
"yzg": 0,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 0,
|
"yhsum": 0,
|
||||||
@ -128,7 +128,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 0
|
"bybyh": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "庆阳市烟草专卖局(公司)",
|
"orgName": "岳阳市烟草专卖局(公司)",
|
||||||
"yzg": 0,
|
"yzg": 0,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 0,
|
"yhsum": 0,
|
||||||
@ -137,7 +137,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 0
|
"bybyh": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "白银市烟草专卖局(公司)",
|
"orgName": "常德市烟草专卖局(公司)",
|
||||||
"yzg": 0,
|
"yzg": 0,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 0,
|
"yhsum": 0,
|
||||||
@ -146,7 +146,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 0
|
"bybyh": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "定西市烟草专卖局(公司)",
|
"orgName": "张家界市烟草专卖局(公司)",
|
||||||
"yzg": 0,
|
"yzg": 0,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 0,
|
"yhsum": 0,
|
||||||
@ -155,7 +155,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 0
|
"bybyh": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "金昌市烟草专卖局(公司)",
|
"orgName": "益阳市烟草专卖局(公司)",
|
||||||
"yzg": 1,
|
"yzg": 1,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 1,
|
"yhsum": 1,
|
||||||
@ -164,7 +164,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 1
|
"bybyh": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "平凉市烟草专卖局(公司)",
|
"orgName": "郴州市烟草专卖局(公司)",
|
||||||
"yzg": 0,
|
"yzg": 0,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 0,
|
"yhsum": 0,
|
||||||
@ -173,7 +173,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 0
|
"bybyh": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "武威市烟草专卖局(公司)",
|
"orgName": "永州市烟草专卖局(公司)",
|
||||||
"yzg": 0,
|
"yzg": 0,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 0,
|
"yhsum": 0,
|
||||||
@ -182,7 +182,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 0
|
"bybyh": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "甘南州烟草专卖局(公司)",
|
"orgName": "娄底市烟草专卖局(公司)",
|
||||||
"yzg": 0,
|
"yzg": 0,
|
||||||
"wzg": 0,
|
"wzg": 0,
|
||||||
"yhsum": 0,
|
"yhsum": 0,
|
||||||
@ -191,7 +191,7 @@ const yhsldata = ref(
|
|||||||
"bybyh": 0
|
"bybyh": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "临夏州烟草专卖局(公司)",
|
"orgName": "湘西州烟草专卖局(公司)",
|
||||||
"yzg": 0,
|
"yzg": 0,
|
||||||
"wzg": 1,
|
"wzg": 1,
|
||||||
"yhsum": 1,
|
"yhsum": 1,
|
||||||
|
|||||||
@ -53,20 +53,20 @@ const props = defineProps({
|
|||||||
});
|
});
|
||||||
//消防队
|
//消防队
|
||||||
const dataObjone = ref([
|
const dataObjone = ref([
|
||||||
{ orgName: '甘肃省烟草专卖局(公司)', fireImp: 49, fullFireBrg: 55, fullFirPer: 35, fireEngine: 14, miniStation: 65 },
|
{ orgName: '湖南省烟草专卖局(公司)', fireImp: 49, fullFireBrg: 55, fullFirPer: 35, fireEngine: 14, miniStation: 65 },
|
||||||
{ orgName: '兰州市烟草专卖局(公司)', fireImp: 48, fullFireBrg: 39, fullFirPer: 47, fireEngine: 33, miniStation: 17 },
|
{ orgName: '长沙市烟草专卖局(公司)', fireImp: 48, fullFireBrg: 39, fullFirPer: 47, fireEngine: 33, miniStation: 17 },
|
||||||
{ orgName: '天水市烟草专卖局(公司)', fireImp: 7, fullFireBrg: 64, fullFirPer: 18, fireEngine: 52, miniStation: 47 },
|
{ orgName: '株洲市烟草专卖局(公司)', fireImp: 7, fullFireBrg: 64, fullFirPer: 18, fireEngine: 52, miniStation: 47 },
|
||||||
{ orgName: '陇南市烟草专卖局(公司)', fireImp: 32, fullFireBrg: 45, fullFirPer: 16, fireEngine: 32, miniStation: 52 },
|
{ orgName: '湘潭市烟草专卖局(公司)', fireImp: 32, fullFireBrg: 45, fullFirPer: 16, fireEngine: 32, miniStation: 52 },
|
||||||
{ orgName: '酒泉市烟草专卖局(公司)', fireImp: 75, fullFireBrg: 67, fullFirPer: 70, fireEngine: 65, miniStation: 9 },
|
{ orgName: '衡阳市烟草专卖局(公司)', fireImp: 75, fullFireBrg: 67, fullFirPer: 70, fireEngine: 65, miniStation: 9 },
|
||||||
{ orgName: '嘉峪关市烟草专卖局(公司)', fireImp: 68, fullFireBrg: 75, fullFirPer: 1, fireEngine: 71, miniStation: 88 },
|
{ orgName: '邵阳市烟草专卖局(公司)', fireImp: 68, fullFireBrg: 75, fullFirPer: 1, fireEngine: 71, miniStation: 88 },
|
||||||
{ orgName: '庆阳市烟草专卖局(公司)', fireImp: 14, fullFireBrg: 67, fullFirPer: 47, fireEngine: 56, miniStation: 24 },
|
{ orgName: '岳阳市烟草专卖局(公司)', fireImp: 14, fullFireBrg: 67, fullFirPer: 47, fireEngine: 56, miniStation: 24 },
|
||||||
{ orgName: '白银市烟草专卖局(公司)', fireImp: 19, fullFireBrg: 51, fullFirPer: 69, fireEngine: 71, miniStation: 30 },
|
{ orgName: '常德市烟草专卖局(公司)', fireImp: 19, fullFireBrg: 51, fullFirPer: 69, fireEngine: 71, miniStation: 30 },
|
||||||
{ orgName: '定西市烟草专卖局(公司)', fireImp: 26, fullFireBrg: 22, fullFirPer: 6, fireEngine: 26, miniStation: 22 },
|
{ orgName: '张家界市烟草专卖局(公司)', fireImp: 26, fullFireBrg: 22, fullFirPer: 6, fireEngine: 26, miniStation: 22 },
|
||||||
{ orgName: '金昌市烟草专卖局(公司)', fireImp: 36, fullFireBrg: 20, fullFirPer: 25, fireEngine: 45, miniStation: 52 },
|
{ orgName: '益阳市烟草专卖局(公司)', fireImp: 36, fullFireBrg: 20, fullFirPer: 25, fireEngine: 45, miniStation: 52 },
|
||||||
{ orgName: '平凉市烟草专卖局(公司)', fireImp: 60, fullFireBrg: 58, fullFirPer: 93, fireEngine: 19, miniStation: 45 },
|
{ orgName: '郴州市烟草专卖局(公司)', fireImp: 60, fullFireBrg: 58, fullFirPer: 93, fireEngine: 19, miniStation: 45 },
|
||||||
{ orgName: '武威市烟草专卖局(公司)', fireImp: 54, fullFireBrg: 39, fullFirPer: 19, fireEngine: 82, miniStation: 75 },
|
{ orgName: '永州市烟草专卖局(公司)', fireImp: 54, fullFireBrg: 39, fullFirPer: 19, fireEngine: 82, miniStation: 75 },
|
||||||
{ orgName: '甘南州烟草专卖局(公司)', fireImp: 49, fullFireBrg: 30, fullFirPer: 89, fireEngine: 28, miniStation: 47 },
|
{ orgName: '娄底市烟草专卖局(公司)', fireImp: 49, fullFireBrg: 30, fullFirPer: 89, fireEngine: 28, miniStation: 47 },
|
||||||
{ orgName: '临夏州烟草专卖局(公司)', fireImp: 43, fullFireBrg: 42, fullFirPer: 11, fireEngine: 4, miniStation: 51 },
|
{ orgName: '湘西州烟草专卖局(公司)', fireImp: 43, fullFireBrg: 42, fullFirPer: 11, fireEngine: 4, miniStation: 51 },
|
||||||
])
|
])
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// fireBrigadeData();
|
// fireBrigadeData();
|
||||||
|
|||||||
@ -61,7 +61,7 @@ const props = defineProps({
|
|||||||
const wxzyData = ref(
|
const wxzyData = ref(
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"orgName": "甘肃省烟草专卖局(公司)",
|
"orgName": "湖南省烟草专卖局(公司)",
|
||||||
"hotWork": 10,
|
"hotWork": 10,
|
||||||
"electrokinetic": 72,
|
"electrokinetic": 72,
|
||||||
"high": 13,
|
"high": 13,
|
||||||
@ -70,7 +70,7 @@ const wxzyData = ref(
|
|||||||
"well": 94
|
"well": 94
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "兰州市烟草专卖局(公司)",
|
"orgName": "长沙市烟草专卖局(公司)",
|
||||||
"hotWork": 52,
|
"hotWork": 52,
|
||||||
"electrokinetic": 38,
|
"electrokinetic": 38,
|
||||||
"high": 74,
|
"high": 74,
|
||||||
@ -79,7 +79,7 @@ const wxzyData = ref(
|
|||||||
"well": 69
|
"well": 69
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "天水市烟草专卖局(公司)",
|
"orgName": "株洲市烟草专卖局(公司)",
|
||||||
"poisonous": 94,
|
"poisonous": 94,
|
||||||
"well": 11,
|
"well": 11,
|
||||||
"hotWork": 36,
|
"hotWork": 36,
|
||||||
@ -88,7 +88,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 15
|
"confinedSpaces": 15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "陇南市烟草专卖局(公司)",
|
"orgName": "湘潭市烟草专卖局(公司)",
|
||||||
"poisonous": 94,
|
"poisonous": 94,
|
||||||
"well": 47,
|
"well": 47,
|
||||||
"hotWork": 37,
|
"hotWork": 37,
|
||||||
@ -97,7 +97,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 76
|
"confinedSpaces": 76
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "酒泉市烟草专卖局(公司)",
|
"orgName": "衡阳市烟草专卖局(公司)",
|
||||||
"poisonous": 80,
|
"poisonous": 80,
|
||||||
"well": 69,
|
"well": 69,
|
||||||
"hotWork": 91,
|
"hotWork": 91,
|
||||||
@ -106,7 +106,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 72
|
"confinedSpaces": 72
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "嘉峪关市烟草专卖局(公司)",
|
"orgName": "邵阳市烟草专卖局(公司)",
|
||||||
"poisonous": 8,
|
"poisonous": 8,
|
||||||
"well": 60,
|
"well": 60,
|
||||||
"hotWork": 46,
|
"hotWork": 46,
|
||||||
@ -115,7 +115,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 79
|
"confinedSpaces": 79
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "庆阳市烟草专卖局(公司)",
|
"orgName": "岳阳市烟草专卖局(公司)",
|
||||||
"poisonous": 94,
|
"poisonous": 94,
|
||||||
"well": 59,
|
"well": 59,
|
||||||
"hotWork": 58,
|
"hotWork": 58,
|
||||||
@ -124,7 +124,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 2
|
"confinedSpaces": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "白银市烟草专卖局(公司)",
|
"orgName": "常德市烟草专卖局(公司)",
|
||||||
"poisonous": 78,
|
"poisonous": 78,
|
||||||
"well": 77,
|
"well": 77,
|
||||||
"hotWork": 49,
|
"hotWork": 49,
|
||||||
@ -133,7 +133,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 62
|
"confinedSpaces": 62
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "定西市烟草专卖局(公司)",
|
"orgName": "张家界市烟草专卖局(公司)",
|
||||||
"poisonous": 47,
|
"poisonous": 47,
|
||||||
"well": 71,
|
"well": 71,
|
||||||
"hotWork": 38,
|
"hotWork": 38,
|
||||||
@ -142,7 +142,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 77
|
"confinedSpaces": 77
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "金昌市烟草专卖局(公司)",
|
"orgName": "益阳市烟草专卖局(公司)",
|
||||||
"poisonous": 84,
|
"poisonous": 84,
|
||||||
"well": 43,
|
"well": 43,
|
||||||
"hotWork": 2,
|
"hotWork": 2,
|
||||||
@ -151,7 +151,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 93
|
"confinedSpaces": 93
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "平凉市烟草专卖局(公司)",
|
"orgName": "郴州市烟草专卖局(公司)",
|
||||||
"poisonous": 14,
|
"poisonous": 14,
|
||||||
"well": 69,
|
"well": 69,
|
||||||
"hotWork": 1,
|
"hotWork": 1,
|
||||||
@ -160,7 +160,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 91
|
"confinedSpaces": 91
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "武威市烟草专卖局(公司)",
|
"orgName": "永州市烟草专卖局(公司)",
|
||||||
"poisonous": 44,
|
"poisonous": 44,
|
||||||
"well": 70,
|
"well": 70,
|
||||||
"hotWork": 94,
|
"hotWork": 94,
|
||||||
@ -169,7 +169,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 8
|
"confinedSpaces": 8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "甘南州烟草专卖局(公司)",
|
"orgName": "娄底市烟草专卖局(公司)",
|
||||||
"poisonous": 3,
|
"poisonous": 3,
|
||||||
"well": 56,
|
"well": 56,
|
||||||
"hotWork": 61,
|
"hotWork": 61,
|
||||||
@ -178,7 +178,7 @@ const wxzyData = ref(
|
|||||||
"confinedSpaces": 45
|
"confinedSpaces": 45
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "临夏州烟草专卖局(公司)",
|
"orgName": "湘西州烟草专卖局(公司)",
|
||||||
"poisonous": 39,
|
"poisonous": 39,
|
||||||
"well": 85,
|
"well": 85,
|
||||||
"hotWork": 0,
|
"hotWork": 0,
|
||||||
|
|||||||
@ -66,7 +66,7 @@ const props = defineProps({
|
|||||||
//相关方
|
//相关方
|
||||||
const xgfData = ref([
|
const xgfData = ref([
|
||||||
{
|
{
|
||||||
"orgName": "甘肃省烟草专卖局(公司)",
|
"orgName": "湖南省烟草专卖局(公司)",
|
||||||
"building": 4,
|
"building": 4,
|
||||||
"security": 3,
|
"security": 3,
|
||||||
"repair": 4,
|
"repair": 4,
|
||||||
@ -85,7 +85,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 6
|
"carMaintain": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "兰州市烟草专卖局(公司)",
|
"orgName": "长沙市烟草专卖局(公司)",
|
||||||
"building": 7,
|
"building": 7,
|
||||||
"security": 1,
|
"security": 1,
|
||||||
"repair": 8,
|
"repair": 8,
|
||||||
@ -104,7 +104,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 4
|
"carMaintain": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "天水市烟草专卖局(公司)",
|
"orgName": "株洲市烟草专卖局(公司)",
|
||||||
"building": 6,
|
"building": 6,
|
||||||
"security": 7,
|
"security": 7,
|
||||||
"greening": 9,
|
"greening": 9,
|
||||||
@ -123,7 +123,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 6
|
"carMaintain": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "陇南市烟草专卖局(公司)",
|
"orgName": "湘潭市烟草专卖局(公司)",
|
||||||
"building": 0,
|
"building": 0,
|
||||||
"security": 9,
|
"security": 9,
|
||||||
"greening": 9,
|
"greening": 9,
|
||||||
@ -142,7 +142,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 9
|
"carMaintain": 9
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "酒泉市烟草专卖局(公司)",
|
"orgName": "衡阳市烟草专卖局(公司)",
|
||||||
"building": 3,
|
"building": 3,
|
||||||
"security": 4,
|
"security": 4,
|
||||||
"greening": 6,
|
"greening": 6,
|
||||||
@ -161,7 +161,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 2
|
"carMaintain": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "嘉峪关市烟草专卖局(公司)",
|
"orgName": "邵阳市烟草专卖局(公司)",
|
||||||
"building": 5,
|
"building": 5,
|
||||||
"security": 9,
|
"security": 9,
|
||||||
"greening": 8,
|
"greening": 8,
|
||||||
@ -180,7 +180,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 4
|
"carMaintain": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "庆阳市烟草专卖局(公司)",
|
"orgName": "岳阳市烟草专卖局(公司)",
|
||||||
"building": 6,
|
"building": 6,
|
||||||
"security": 8,
|
"security": 8,
|
||||||
"greening": 3,
|
"greening": 3,
|
||||||
@ -199,7 +199,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 5
|
"carMaintain": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "白银市烟草专卖局(公司)",
|
"orgName": "常德市烟草专卖局(公司)",
|
||||||
"building": 7,
|
"building": 7,
|
||||||
"security": 3,
|
"security": 3,
|
||||||
"greening": 1,
|
"greening": 1,
|
||||||
@ -218,7 +218,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 2
|
"carMaintain": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "定西市烟草专卖局(公司)",
|
"orgName": "张家界市烟草专卖局(公司)",
|
||||||
"building": 1,
|
"building": 1,
|
||||||
"security": 1,
|
"security": 1,
|
||||||
"greening": 7,
|
"greening": 7,
|
||||||
@ -237,7 +237,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 4
|
"carMaintain": 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "金昌市烟草专卖局(公司)",
|
"orgName": "益阳市烟草专卖局(公司)",
|
||||||
"building": 2,
|
"building": 2,
|
||||||
"security": 1,
|
"security": 1,
|
||||||
"greening": 2,
|
"greening": 2,
|
||||||
@ -256,7 +256,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 5
|
"carMaintain": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "平凉市烟草专卖局(公司)",
|
"orgName": "郴州市烟草专卖局(公司)",
|
||||||
"building": 8,
|
"building": 8,
|
||||||
"security": 2,
|
"security": 2,
|
||||||
"greening": 0,
|
"greening": 0,
|
||||||
@ -275,7 +275,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 9
|
"carMaintain": 9
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "武威市烟草专卖局(公司)",
|
"orgName": "永州市烟草专卖局(公司)",
|
||||||
"building": 5,
|
"building": 5,
|
||||||
"security": 0,
|
"security": 0,
|
||||||
"greening": 4,
|
"greening": 4,
|
||||||
@ -294,7 +294,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 5
|
"carMaintain": 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "甘南州烟草专卖局(公司)",
|
"orgName": "娄底市烟草专卖局(公司)",
|
||||||
"building": 2,
|
"building": 2,
|
||||||
"security": 0,
|
"security": 0,
|
||||||
"greening": 8,
|
"greening": 8,
|
||||||
@ -313,7 +313,7 @@ const xgfData = ref([
|
|||||||
"carMaintain": 6
|
"carMaintain": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "临夏州烟草专卖局(公司)",
|
"orgName": "湘西州烟草专卖局(公司)",
|
||||||
"building": 2,
|
"building": 2,
|
||||||
"security": 6,
|
"security": 6,
|
||||||
"greening": 4,
|
"greening": 4,
|
||||||
|
|||||||
@ -62,7 +62,7 @@ const props = defineProps({
|
|||||||
//职业危害场所
|
//职业危害场所
|
||||||
const zywhData = ref([
|
const zywhData = ref([
|
||||||
{
|
{
|
||||||
"orgName": "甘肃省烟草专卖局(公司)",
|
"orgName": "湖南省烟草专卖局(公司)",
|
||||||
"occHazard": 71,
|
"occHazard": 71,
|
||||||
"occHazardEmp": 38,
|
"occHazardEmp": 38,
|
||||||
"dust": 75,
|
"dust": 75,
|
||||||
@ -75,7 +75,7 @@ const zywhData = ref([
|
|||||||
"radiation": 21
|
"radiation": 21
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "兰州市烟草专卖局(公司)",
|
"orgName": "长沙市烟草专卖局(公司)",
|
||||||
"occHazard": 22,
|
"occHazard": 22,
|
||||||
"occHazardEmp": 84,
|
"occHazardEmp": 84,
|
||||||
"dust": 82,
|
"dust": 82,
|
||||||
@ -88,7 +88,7 @@ const zywhData = ref([
|
|||||||
"radiation": 23
|
"radiation": 23
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "天水市烟草专卖局(公司)",
|
"orgName": "株洲市烟草专卖局(公司)",
|
||||||
"highTemp": 25,
|
"highTemp": 25,
|
||||||
"laser": 88,
|
"laser": 88,
|
||||||
"occHazard": 90,
|
"occHazard": 90,
|
||||||
@ -101,7 +101,7 @@ const zywhData = ref([
|
|||||||
"radiation": 89
|
"radiation": 89
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "陇南市烟草专卖局(公司)",
|
"orgName": "湘潭市烟草专卖局(公司)",
|
||||||
"highTemp": 2,
|
"highTemp": 2,
|
||||||
"laser": 5,
|
"laser": 5,
|
||||||
"occHazard": 16,
|
"occHazard": 16,
|
||||||
@ -114,7 +114,7 @@ const zywhData = ref([
|
|||||||
"radiation": 73
|
"radiation": 73
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "酒泉市烟草专卖局(公司)",
|
"orgName": "衡阳市烟草专卖局(公司)",
|
||||||
"highTemp": 91,
|
"highTemp": 91,
|
||||||
"laser": 44,
|
"laser": 44,
|
||||||
"occHazard": 12,
|
"occHazard": 12,
|
||||||
@ -127,7 +127,7 @@ const zywhData = ref([
|
|||||||
"radiation": 61
|
"radiation": 61
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "嘉峪关市烟草专卖局(公司)",
|
"orgName": "邵阳市烟草专卖局(公司)",
|
||||||
"highTemp": 16,
|
"highTemp": 16,
|
||||||
"laser": 84,
|
"laser": 84,
|
||||||
"occHazard": 15,
|
"occHazard": 15,
|
||||||
@ -140,7 +140,7 @@ const zywhData = ref([
|
|||||||
"radiation": 43
|
"radiation": 43
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "庆阳市烟草专卖局(公司)",
|
"orgName": "岳阳市烟草专卖局(公司)",
|
||||||
"highTemp": 96,
|
"highTemp": 96,
|
||||||
"laser": 67,
|
"laser": 67,
|
||||||
"occHazard": 27,
|
"occHazard": 27,
|
||||||
@ -153,7 +153,7 @@ const zywhData = ref([
|
|||||||
"radiation": 63
|
"radiation": 63
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "白银市烟草专卖局(公司)",
|
"orgName": "常德市烟草专卖局(公司)",
|
||||||
"highTemp": 1,
|
"highTemp": 1,
|
||||||
"laser": 92,
|
"laser": 92,
|
||||||
"occHazard": 26,
|
"occHazard": 26,
|
||||||
@ -166,7 +166,7 @@ const zywhData = ref([
|
|||||||
"radiation": 21
|
"radiation": 21
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "定西市烟草专卖局(公司)",
|
"orgName": "张家界市烟草专卖局(公司)",
|
||||||
"highTemp": 86,
|
"highTemp": 86,
|
||||||
"laser": 56,
|
"laser": 56,
|
||||||
"occHazard": 97,
|
"occHazard": 97,
|
||||||
@ -179,7 +179,7 @@ const zywhData = ref([
|
|||||||
"radiation": 61
|
"radiation": 61
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "金昌市烟草专卖局(公司)",
|
"orgName": "益阳市烟草专卖局(公司)",
|
||||||
"highTemp": 20,
|
"highTemp": 20,
|
||||||
"laser": 39,
|
"laser": 39,
|
||||||
"occHazard": 87,
|
"occHazard": 87,
|
||||||
@ -192,7 +192,7 @@ const zywhData = ref([
|
|||||||
"radiation": 24
|
"radiation": 24
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "平凉市烟草专卖局(公司)",
|
"orgName": "郴州市烟草专卖局(公司)",
|
||||||
"highTemp": 62,
|
"highTemp": 62,
|
||||||
"laser": 63,
|
"laser": 63,
|
||||||
"occHazard": 89,
|
"occHazard": 89,
|
||||||
@ -205,7 +205,7 @@ const zywhData = ref([
|
|||||||
"radiation": 31
|
"radiation": 31
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "武威市烟草专卖局(公司)",
|
"orgName": "永州市烟草专卖局(公司)",
|
||||||
"highTemp": 66,
|
"highTemp": 66,
|
||||||
"laser": 29,
|
"laser": 29,
|
||||||
"occHazard": 73,
|
"occHazard": 73,
|
||||||
@ -218,7 +218,7 @@ const zywhData = ref([
|
|||||||
"radiation": 67
|
"radiation": 67
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "甘南州烟草专卖局(公司)",
|
"orgName": "娄底市烟草专卖局(公司)",
|
||||||
"highTemp": 70,
|
"highTemp": 70,
|
||||||
"laser": 23,
|
"laser": 23,
|
||||||
"occHazard": 42,
|
"occHazard": 42,
|
||||||
@ -231,7 +231,7 @@ const zywhData = ref([
|
|||||||
"radiation": 99
|
"radiation": 99
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "临夏州烟草专卖局(公司)",
|
"orgName": "湘西州烟草专卖局(公司)",
|
||||||
"highTemp": 36,
|
"highTemp": 36,
|
||||||
"laser": 14,
|
"laser": 14,
|
||||||
"occHazard": 53,
|
"occHazard": 53,
|
||||||
|
|||||||
@ -56,13 +56,13 @@ const props = defineProps({
|
|||||||
//红橙黄数据
|
//红橙黄数据
|
||||||
const hchfxData = ref([
|
const hchfxData = ref([
|
||||||
{
|
{
|
||||||
"orgName": "甘肃省烟草专卖局(公司)",
|
"orgName": "湖南省烟草专卖局(公司)",
|
||||||
"redRisk": 0,
|
"redRisk": 0,
|
||||||
"orangeRisk": 0,
|
"orangeRisk": 0,
|
||||||
"yellowRisk": 0
|
"yellowRisk": 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "兰州市烟草专卖局(公司)",
|
"orgName": "长沙市烟草专卖局(公司)",
|
||||||
"redRisk": 3,
|
"redRisk": 3,
|
||||||
"orangeRisk": 3,
|
"orangeRisk": 3,
|
||||||
"yellowRisk": 4
|
"yellowRisk": 4
|
||||||
|
|||||||
@ -55,12 +55,12 @@ const props = defineProps({
|
|||||||
|
|
||||||
const sgsjdata = ref([
|
const sgsjdata = ref([
|
||||||
{
|
{
|
||||||
"orgName": "甘肃省烟草专卖局(公司)",
|
"orgName": "湖南省烟草专卖局(公司)",
|
||||||
"participantsNum": 47,
|
"participantsNum": 47,
|
||||||
"drillCount": 98
|
"drillCount": 98
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "兰州市烟草专卖局(公司)",
|
"orgName": "长沙市烟草专卖局(公司)",
|
||||||
"participantsNum": 17,
|
"participantsNum": 17,
|
||||||
"drillCount": 23
|
"drillCount": 23
|
||||||
},
|
},
|
||||||
|
|||||||
@ -66,7 +66,7 @@ const props = defineProps({
|
|||||||
//仓储
|
//仓储
|
||||||
const ccData = ref([
|
const ccData = ref([
|
||||||
{
|
{
|
||||||
"orgName": "甘肃省烟草专卖局(公司)",
|
"orgName": "湖南省烟草专卖局(公司)",
|
||||||
"cigarette": 42,
|
"cigarette": 42,
|
||||||
"cigaretteArea": 92,
|
"cigaretteArea": 92,
|
||||||
"tobacco": 67,
|
"tobacco": 67,
|
||||||
@ -75,7 +75,7 @@ const ccData = ref([
|
|||||||
"warehouseArea": 7
|
"warehouseArea": 7
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "兰州市烟草专卖局(公司)",
|
"orgName": "长沙市烟草专卖局(公司)",
|
||||||
"cigarette": 34,
|
"cigarette": 34,
|
||||||
"cigaretteArea": 57,
|
"cigaretteArea": 57,
|
||||||
"tobacco": 88,
|
"tobacco": 88,
|
||||||
|
|||||||
@ -57,98 +57,98 @@ const props = defineProps({
|
|||||||
const sgsjdata = ref(
|
const sgsjdata = ref(
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"orgName": "甘肃省烟草专卖局(公司)",
|
"orgName": "湖南省烟草专卖局(公司)",
|
||||||
"contPlanTotal": 59,
|
"contPlanTotal": 59,
|
||||||
"overallPlan": 4,
|
"overallPlan": 4,
|
||||||
"special": 50,
|
"special": 50,
|
||||||
"emergencyDisposal": 16
|
"emergencyDisposal": 16
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "兰州市烟草专卖局(公司)",
|
"orgName": "长沙市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 48,
|
"contPlanTotal": 48,
|
||||||
"overallPlan": 65,
|
"overallPlan": 65,
|
||||||
"special": 21,
|
"special": 21,
|
||||||
"emergencyDisposal": 62
|
"emergencyDisposal": 62
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "天水市烟草专卖局(公司)",
|
"orgName": "株洲市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 28,
|
"contPlanTotal": 28,
|
||||||
"overallPlan": 45,
|
"overallPlan": 45,
|
||||||
"special": 73,
|
"special": 73,
|
||||||
"emergencyDisposal": 38
|
"emergencyDisposal": 38
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "陇南市烟草专卖局(公司)",
|
"orgName": "湘潭市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 12,
|
"contPlanTotal": 12,
|
||||||
"overallPlan": 25,
|
"overallPlan": 25,
|
||||||
"special": 80,
|
"special": 80,
|
||||||
"emergencyDisposal": 52
|
"emergencyDisposal": 52
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "酒泉市烟草专卖局(公司)",
|
"orgName": "衡阳市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 56,
|
"contPlanTotal": 56,
|
||||||
"overallPlan": 18,
|
"overallPlan": 18,
|
||||||
"special": 74,
|
"special": 74,
|
||||||
"emergencyDisposal": 11
|
"emergencyDisposal": 11
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "嘉峪关市烟草专卖局(公司)",
|
"orgName": "邵阳市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 97,
|
"contPlanTotal": 97,
|
||||||
"overallPlan": 29,
|
"overallPlan": 29,
|
||||||
"special": 60,
|
"special": 60,
|
||||||
"emergencyDisposal": 18
|
"emergencyDisposal": 18
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "庆阳市烟草专卖局(公司)",
|
"orgName": "岳阳市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 65,
|
"contPlanTotal": 65,
|
||||||
"overallPlan": 17,
|
"overallPlan": 17,
|
||||||
"special": 89,
|
"special": 89,
|
||||||
"emergencyDisposal": 30
|
"emergencyDisposal": 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "白银市烟草专卖局(公司)",
|
"orgName": "常德市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 24,
|
"contPlanTotal": 24,
|
||||||
"overallPlan": 63,
|
"overallPlan": 63,
|
||||||
"special": 74,
|
"special": 74,
|
||||||
"emergencyDisposal": 39
|
"emergencyDisposal": 39
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "定西市烟草专卖局(公司)",
|
"orgName": "张家界市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 59,
|
"contPlanTotal": 59,
|
||||||
"overallPlan": 66,
|
"overallPlan": 66,
|
||||||
"special": 80,
|
"special": 80,
|
||||||
"emergencyDisposal": 19
|
"emergencyDisposal": 19
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "金昌市烟草专卖局(公司)",
|
"orgName": "益阳市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 49,
|
"contPlanTotal": 49,
|
||||||
"overallPlan": 44,
|
"overallPlan": 44,
|
||||||
"special": 1,
|
"special": 1,
|
||||||
"emergencyDisposal": 69
|
"emergencyDisposal": 69
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "平凉市烟草专卖局(公司)",
|
"orgName": "郴州市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 76,
|
"contPlanTotal": 76,
|
||||||
"overallPlan": 94,
|
"overallPlan": 94,
|
||||||
"special": 70,
|
"special": 70,
|
||||||
"emergencyDisposal": 61
|
"emergencyDisposal": 61
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "武威市烟草专卖局(公司)",
|
"orgName": "永州市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 37,
|
"contPlanTotal": 37,
|
||||||
"overallPlan": 67,
|
"overallPlan": 67,
|
||||||
"special": 79,
|
"special": 79,
|
||||||
"emergencyDisposal": 97
|
"emergencyDisposal": 97
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "甘南州烟草专卖局(公司)",
|
"orgName": "娄底市烟草专卖局(公司)",
|
||||||
"contPlanTotal": 78,
|
"contPlanTotal": 78,
|
||||||
"overallPlan": 7,
|
"overallPlan": 7,
|
||||||
"special": 1,
|
"special": 1,
|
||||||
"emergencyDisposal": 30
|
"emergencyDisposal": 30
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"orgName": "临夏州烟草专卖局(公司)",
|
"orgName": "湘西州烟草专卖局(公司)",
|
||||||
"contPlanTotal": 49,
|
"contPlanTotal": 49,
|
||||||
"overallPlan": 51,
|
"overallPlan": 51,
|
||||||
"special": 57,
|
"special": 57,
|
||||||
|
|||||||
@ -195,7 +195,7 @@ function getSummaries(param) {
|
|||||||
const sums = [];
|
const sums = [];
|
||||||
columns.forEach((column, index) => {
|
columns.forEach((column, index) => {
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
sums[index] = '甘肃省局(合计)';
|
sums[index] = '湖南中烟(合计)';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const values = data.map(item => Number(item[column.property]));
|
const values = data.map(item => Number(item[column.property]));
|
||||||
|
|||||||
@ -180,7 +180,7 @@ function getSummarie(param) {
|
|||||||
const sums = [];
|
const sums = [];
|
||||||
columns.forEach((column, index) => {
|
columns.forEach((column, index) => {
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
sums[index] = "甘肃省局(合计)";
|
sums[index] = "湖南中烟(合计)";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const values = data.map((item) => Number(item[column.property]));
|
const values = data.map((item) => Number(item[column.property]));
|
||||||
|
|||||||
@ -158,7 +158,7 @@ function getSummaries(param) {
|
|||||||
const sums = [];
|
const sums = [];
|
||||||
columns.forEach((column, index) => {
|
columns.forEach((column, index) => {
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
sums[index] = '甘肃省局(合计)';
|
sums[index] = '湖南中烟(合计)';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const values = data.map(item => Number(item[column.property]));
|
const values = data.map(item => Number(item[column.property]));
|
||||||
|
|||||||
@ -146,7 +146,7 @@ const getData = () => {
|
|||||||
var month = data.getMonth() + 1;
|
var month = data.getMonth() + 1;
|
||||||
var endDate = year - 1; //自定义截止年份时间 例如是2020年
|
var endDate = year - 1; //自定义截止年份时间 例如是2020年
|
||||||
var rate = year - endDate;
|
var rate = year - endDate;
|
||||||
var monthNum = (rate - 1) * 12 + 7 + month; //取到的月份
|
var monthNum = (rate - 1) * 12 + 7 + month; //取到的月份
|
||||||
data.setMonth(data.getMonth() + 1, 1); //获取到当前月份,设置月份
|
data.setMonth(data.getMonth() + 1, 1); //获取到当前月份,设置月份
|
||||||
for (var i = 0; i < monthNum; i++) {
|
for (var i = 0; i < monthNum; i++) {
|
||||||
data.setMonth(data.getMonth() - 1); //每次循环一次 月份值减1
|
data.setMonth(data.getMonth() - 1); //每次循环一次 月份值减1
|
||||||
@ -262,7 +262,7 @@ const getSummaries = (param) => {
|
|||||||
const sums = [];
|
const sums = [];
|
||||||
columns.forEach((column, index) => {
|
columns.forEach((column, index) => {
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
sums[index] = "甘肃省局(合计)";
|
sums[index] = "湖南中烟(合计)";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const values = data.map((item) => Number(item[column.property]));
|
const values = data.map((item) => Number(item[column.property]));
|
||||||
|
|||||||
@ -142,7 +142,7 @@ const getMonthData = () => {
|
|||||||
var month = data.getMonth() + 1;
|
var month = data.getMonth() + 1;
|
||||||
var endDate = year - 1; //自定义截止年份时间 例如是2020年
|
var endDate = year - 1; //自定义截止年份时间 例如是2020年
|
||||||
var rate = year - endDate;
|
var rate = year - endDate;
|
||||||
var monthNum = (rate - 1) * 12 + 7 + month; //取到的月份
|
var monthNum = (rate - 1) * 12 + 7 + month; //取到的月份
|
||||||
data.setMonth(data.getMonth() + 1, 1); //获取到当前月份,设置月份
|
data.setMonth(data.getMonth() + 1, 1); //获取到当前月份,设置月份
|
||||||
for (var i = 0; i < monthNum; i++) {
|
for (var i = 0; i < monthNum; i++) {
|
||||||
data.setMonth(data.getMonth() - 1); //每次循环一次 月份值减1
|
data.setMonth(data.getMonth() - 1); //每次循环一次 月份值减1
|
||||||
@ -208,7 +208,7 @@ function getSummaries(param) {
|
|||||||
const sums = [];
|
const sums = [];
|
||||||
columns.forEach((column, index) => {
|
columns.forEach((column, index) => {
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
sums[index] = '甘肃省局(合计)';
|
sums[index] = '湖南中烟(合计)';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const values = data.map(item => Number(item[column.property]));
|
const values = data.map(item => Number(item[column.property]));
|
||||||
|
|||||||
@ -179,7 +179,7 @@ function getSummaries(param) {
|
|||||||
const sums = [];
|
const sums = [];
|
||||||
columns.forEach((column, index) => {
|
columns.forEach((column, index) => {
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
sums[index] = "甘肃省局(合计)";
|
sums[index] = "湖南中烟(合计)";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const values = data.map((item) => Number(item[column.property]));
|
const values = data.map((item) => Number(item[column.property]));
|
||||||
|
|||||||
@ -214,7 +214,7 @@ const getSummaries = (param) => {
|
|||||||
const sums = [];
|
const sums = [];
|
||||||
columns.forEach((column, index) => {
|
columns.forEach((column, index) => {
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
sums[index] = "甘肃省局(合计)";
|
sums[index] = "湖南中烟(合计)";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const values = data.map((item) => Number(item[column.property]));
|
const values = data.map((item) => Number(item[column.property]));
|
||||||
|
|||||||
@ -191,7 +191,7 @@ function getSummaries(param) {
|
|||||||
const sums = [];
|
const sums = [];
|
||||||
columns.forEach((column, index) => {
|
columns.forEach((column, index) => {
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
sums[index] = "甘肃省局(合计)";
|
sums[index] = "湖南中烟(合计)";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const values = data.map((item) => Number(item[column.property]));
|
const values = data.map((item) => Number(item[column.property]));
|
||||||
|
|||||||
@ -49,7 +49,7 @@
|
|||||||
国家局系统任务
|
国家局系统任务
|
||||||
</div>
|
</div>
|
||||||
<div @click="changeBtn(2)" :class="activeBtn == 2 ? 'active_bg' : ''" class="btn_text">
|
<div @click="changeBtn(2)" :class="activeBtn == 2 ? 'active_bg' : ''" class="btn_text">
|
||||||
甘肃省局系统任务
|
湖南中烟系统任务
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
{{ (index + 1) < 10 ? '0' + (index + 1) : (index + 1) }} </span>
|
{{ (index + 1) < 10 ? '0' + (index + 1) : (index + 1) }} </span>
|
||||||
</span>
|
</span>
|
||||||
<span class="rank-col-2">
|
<span class="rank-col-2">
|
||||||
甘肃兰州
|
湖南长沙
|
||||||
</span>
|
</span>
|
||||||
<span class="rank-col-3">
|
<span class="rank-col-3">
|
||||||
99.99
|
99.99
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="score-globe-container">
|
<div class="score-globe-container">
|
||||||
<MOSTY.Assort title="甘肃省烟草行业预警得分"></MOSTY.Assort>
|
<MOSTY.Assort title="湖南中烟烟草行业预警得分"></MOSTY.Assort>
|
||||||
<div class="score-globe-content">
|
<div class="score-globe-content">
|
||||||
<div class="score-globe">
|
<div class="score-globe">
|
||||||
<div id="waveChart" class="liquidfill"></div>
|
<div id="waveChart" class="liquidfill"></div>
|
||||||
@ -144,4 +144,4 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="line-chart-container">
|
<div class="line-chart-container">
|
||||||
<MOSTY.Assort style="margin-left: 10px;" title="甘肃省烟草行业预警得分"></MOSTY.Assort>
|
<MOSTY.Assort style="margin-left: 10px;" title="湖南中烟烟草行业预警得分"></MOSTY.Assort>
|
||||||
<div id="lineChart" class="line-chart"></div>
|
<div id="lineChart" class="line-chart"></div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -59,4 +59,4 @@ onMounted(() => {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 40px);
|
height: calc(100% - 40px);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="synthesis-table-container">
|
<div class="synthesis-table-container">
|
||||||
<div class="synthesis-table-header">
|
<div class="synthesis-table-header">
|
||||||
<MOSTY.Assort title="甘肃省烟预警指标明细"></MOSTY.Assort>
|
<MOSTY.Assort title="湖南中烟烟预警指标明细"></MOSTY.Assort>
|
||||||
<el-button type="primary" @click="handleConfig">配置</el-button>
|
<el-button type="primary" @click="handleConfig">配置</el-button>
|
||||||
</div>
|
</div>
|
||||||
<el-table :data="tableData" style="width: 100%;">
|
<el-table :data="tableData" style="width: 100%;">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="water-polo-container">
|
<div class="water-polo-container">
|
||||||
<div class="warningTitle">甘肃省烟草专卖局(公司)安全生产得分(总分100分)</div>
|
<div class="warningTitle">湖南中烟烟草专卖局(公司)安全生产得分(总分100分)</div>
|
||||||
<div class="warningCent">
|
<div class="warningCent">
|
||||||
<div ref="waterPolo" class="liquidfill-container"></div>
|
<div ref="waterPolo" class="liquidfill-container"></div>
|
||||||
<div class="warningCentInfo">
|
<div class="warningCentInfo">
|
||||||
|
|||||||
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
<!-- 折线图 -->
|
<!-- 折线图 -->
|
||||||
<div class="right-head-polo-line-echart">
|
<div class="right-head-polo-line-echart">
|
||||||
<div class="warningTitle">甘肃省烟草专卖局(公司)总得分趋势情况</div>
|
<div class="warningTitle">湖南中烟烟草专卖局(公司)总得分趋势情况</div>
|
||||||
<div class="trendDistribution" id="trendDistribution"></div>
|
<div class="trendDistribution" id="trendDistribution"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 详细表格 -->
|
<!-- 详细表格 -->
|
||||||
<div class="table_list">
|
<div class="table_list">
|
||||||
<div class="warningTitle">甘肃省烟草专卖局(公司)安全生产得分(总分100分)</div>
|
<div class="warningTitle">湖南中烟烟草专卖局(公司)安全生产得分(总分100分)</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
<el-table :data="tableData" :span-method="handleSpan" border style="width: 100%;" height="100%">
|
<el-table :data="tableData" :span-method="handleSpan" border style="width: 100%;" height="100%">
|
||||||
|
|||||||
Reference in New Issue
Block a user