|
@@ -24,43 +24,70 @@
|
|
|
size="small" :data-source="tableData" :scroll="{ y: 470 }" class="tableW" :pagination="pagination">
|
|
|
<template #bodyCell="{ column, text }">
|
|
|
<template v-if="column.dataIndex == 'bc'">
|
|
|
- <div>夜班</div>
|
|
|
- <div style="padding: 32px 0px;">早班</div>
|
|
|
- <div>中班</div>
|
|
|
+ <div :style="contentStyle">夜班</div>
|
|
|
+ <div :style="contentStyle">早班</div>
|
|
|
+ <div :style="contentStyle">中班</div>
|
|
|
</template>
|
|
|
<template v-if="column.dataIndex == 'insType'">
|
|
|
- <div>
|
|
|
+ <div :style="contentStyle1">
|
|
|
<div>一次巡检</div>
|
|
|
<div>二次巡检</div>
|
|
|
</div>
|
|
|
- <div style="padding: 10px 0px;">
|
|
|
+ <div :style="contentStyle1">
|
|
|
<div>一次巡检</div>
|
|
|
<div>二次巡检</div>
|
|
|
</div>
|
|
|
- <div>
|
|
|
+ <div :style="contentStyle1">
|
|
|
<div>一次巡检</div>
|
|
|
<div>二次巡检</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<template
|
|
|
- v-if="column.dataIndex == 'xjzs' || column.dataIndex == 'yxjs' || column.dataIndex == 'wxjs' || column.dataIndex == 'ljv' || column.dataIndex == 'ljxq'">
|
|
|
- <div>
|
|
|
+ v-if="column.dataIndex == 'xjzs' || column.dataIndex == 'yxjs' || column.dataIndex == 'wxjs' || column.dataIndex == 'ljv'">
|
|
|
+ <div :style="contentStyle1">
|
|
|
<div>{{ text[0] }}</div>
|
|
|
<div>{{ text[1] }}</div>
|
|
|
</div>
|
|
|
- <div style="padding: 10px 0px;">
|
|
|
+ <div :style="contentStyle1">
|
|
|
<div>{{ text[2] }}</div>
|
|
|
<div>{{ text[3] }}</div>
|
|
|
</div>
|
|
|
- <div>
|
|
|
+ <div :style="contentStyle1">
|
|
|
<div>{{ text[4] }}</div>
|
|
|
<div>{{ text[5] }}</div>
|
|
|
</div>
|
|
|
</template>
|
|
|
+ <template
|
|
|
+ v-if="column.dataIndex == 'ljxq'">
|
|
|
+ <div :style="contentStyle1">
|
|
|
+ <div>
|
|
|
+ <div v-for="(item,index) in text[0]" :key="index">{{ item.address }}</div>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <div v-for="(item,index) in text[1]" :key="index">{{ item.address }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div :style="contentStyle1">
|
|
|
+ <div>
|
|
|
+ <div v-for="(item,index) in text[2]" :key="index">{{ item.address }}</div>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <div v-for="(item,index) in text[3]" :key="index">{{ item.address }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div :style="contentStyle1">
|
|
|
+ <div>
|
|
|
+ <div v-for="(item,index) in text[4]" :key="index">{{ item.address }}</div>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <div v-for="(item,index) in text[5]" :key="index">{{ item.address }}</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
<template v-if="column.dataIndex == 'bzljv'">
|
|
|
- <div>{{ text[0] }}</div>
|
|
|
- <div style="padding: 32px 0px;">{{ text[1] }}</div>
|
|
|
- <div>{{ text[2] }}</div>
|
|
|
+ <div :style="contentStyle">{{ text[0] }}</div>
|
|
|
+ <div :style="contentStyle">{{ text[1] }}</div>
|
|
|
+ <div :style="contentStyle">{{ text[2] }}</div>
|
|
|
</template>
|
|
|
</template>
|
|
|
</a-table>
|
|
@@ -124,6 +151,14 @@ let legendData1 = reactive({
|
|
|
let xData1 = ref<any[]>([])
|
|
|
let yDataL = ref<any[]>([])
|
|
|
let typeV = ref('line')
|
|
|
+let styleNum=ref<any>(0)
|
|
|
+
|
|
|
+let contentStyle=computed(()=>{
|
|
|
+ return {height:`${styleNum.value*8.5}px`,width:'100%',display:'flex','align-items':'center','justify-content':'center'}
|
|
|
+})
|
|
|
+let contentStyle1=computed(()=>{
|
|
|
+ return {height:`${styleNum.value*8.5}px`,display:'flex','flex-direction':'column', 'align-items':'center','justify-content':'space-around'}
|
|
|
+})
|
|
|
//table选中数据切换
|
|
|
let onSelectChange = (selectedRowKeys, selectedRows) => {
|
|
|
console.log(`当前选中key: ${selectedRowKeys}`, 'selectedRows: ', selectedRows);
|
|
@@ -136,12 +171,6 @@ let onSelectChange = (selectedRowKeys, selectedRows) => {
|
|
|
async function gasReportLogLists() {
|
|
|
let res = await gasReportLogList({ reportTime: searchTime.value, pageNo: pagination.current, pageSize: pagination.pageSize })
|
|
|
console.log(res, '瓦斯巡检统计分析列表')
|
|
|
- // res.records=[
|
|
|
- // {id:1,aaa:111,reportTime:'2024-12-30',totalLossDay:10,totalNight1:1,totalNight2:2,totalEarly1:3,totalEarly2:4,totalNoon1:5,totalNoon2:6,finishNight1:'11',finishNight2:'22',finishEarly1:'33',finishEarly2:'44',finishNoon1:'55',finishNoon2:'66',missNight1:'111',missNight2:'222',missEarly1:'333',missEarly2:'444',missNoon1:'555',missNoon2:'666',lossNight1:'1111',lossNight2:'2222',lossEarly1:'3333',lossEarly2:'4444',lossNoon1:'5555',lossNoon2:'6666',detailsLossNight1:'11111',detailsLossNight2:'22222',detailsLossEarly1:'33333',detailsLossEarly2:'44444',detailsLossNoon1:'55555',detailsLossNoon2:'66666'},
|
|
|
- // {id:2,aaa:111,reportTime:'2024-12-29',totalLossDay:8,totalNight1:1,totalNight2:2,totalEarly1:3,totalEarly2:4,totalNoon1:5,totalNoon2:6,finishNight1:'11',finishNight2:'22',finishEarly1:'33',finishEarly2:'44',finishNoon1:'55',finishNoon2:'66',missNight1:'111',missNight2:'222',missEarly1:'333',missEarly2:'444',missNoon1:'555',missNoon2:'666',lossNight1:'1111',lossNight2:'2222',lossEarly1:'3333',lossEarly2:'4444',lossNoon1:'5555',lossNoon2:'6666',detailsLossNight1:'11111',detailsLossNight2:'22222',detailsLossEarly1:'33333',detailsLossEarly2:'44444',detailsLossNoon1:'55555',detailsLossNoon2:'66666'},
|
|
|
- // {id:3,aaa:111,reportTime:'2024-12-28',totalLossDay:6,totalNight1:1,totalNight2:2,totalEarly1:3,totalEarly2:4,totalNoon1:5,totalNoon2:6,finishNight1:'11',finishNight2:'22',finishEarly1:'33',finishEarly2:'44',finishNoon1:'55',finishNoon2:'66',missNight1:'111',missNight2:'222',missEarly1:'333',missEarly2:'444',missNoon1:'555',missNoon2:'666',lossNight1:'1111',lossNight2:'2222',lossEarly1:'3333',lossEarly2:'4444',lossNoon1:'5555',lossNoon2:'6666',detailsLossNight1:'11111',detailsLossNight2:'22222',detailsLossEarly1:'33333',detailsLossEarly2:'44444',detailsLossNoon1:'55555',detailsLossNoon2:'66666'}
|
|
|
- // ]
|
|
|
- // console.log(res,'89898089')
|
|
|
if ( res.records.length != 0) {
|
|
|
pagination.current = 1
|
|
|
tableData.value = res.records.map(el => {
|
|
@@ -152,8 +181,10 @@ async function gasReportLogLists() {
|
|
|
el.yxjs = [el.finishNight1 || 0, el.finishNight2 || 0, el.finishEarly1 || 0, el.finishEarly2 || 0, el.finishNoon1 || 0, el.finishNoon2 || 0]
|
|
|
el.wxjs = [el.missNight1 || 0, el.missNight2 || 0, el.missEarly1 || 0, el.missEarly2 || 0, el.missNoon1 || 0, el.missNoon2 || 0]
|
|
|
el.ljv = [el.lossNight1 || 0, el.lossNight2 || 0, el.lossEarly1 || 0, el.lossEarly2 || 0, el.lossNoon1 || 0, el.lossNoon2 || 0]
|
|
|
- el.ljxq = [el.detailsLossNight1 || 0, el.detailsLossNight2 || 0, el.detailsLossEarly1 || 0, el.detailsLossEarly2 || 0, el.detailsLossNoon1 || 0, el.detailsLossNoon2 || 0]
|
|
|
+ el.ljxq = [JSON.parse(el.detailsLossNight1) , JSON.parse(el.detailsLossNight2), JSON.parse(el.detailsLossEarly1), JSON.parse(el.detailsLossEarly2 ), JSON.parse(el.detailsLossNoon1), JSON.parse(el.detailsLossNoon2)]
|
|
|
el.bzljv = [el.totalLossNight || 0, el.totalLossEarly || 0, el.totalLossNoon || 0]
|
|
|
+ console.log(el.ljxq,'090')
|
|
|
+ styleNum.value=[...JSON.parse(el.detailsLossNight1) , ...JSON.parse(el.detailsLossNight2), ...JSON.parse(el.detailsLossEarly1), ...JSON.parse(el.detailsLossEarly2 ), ...JSON.parse(el.detailsLossNoon1), ...JSON.parse(el.detailsLossNoon2)].length
|
|
|
return el
|
|
|
})
|
|
|
pagination.total = res.total
|