flx:优化

This commit is contained in:
Rain_ 2025-11-27 09:42:32 +08:00
parent cf233689e2
commit 68de1b7716
3 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,8 @@
<div v-if="COMPANY == 'gsgs'"><span>桥梁长度(m)</span> {{ projectData.bridgeLength || "" }}</div>
<div v-else><span>建筑面积</span> {{ projectData.projectAcreage || "" }} </div>
<div><span>开工日期</span> {{ projectData.startWorkDate || "" }}</div>
<div><span>项目编号</span> {{ projectData.projectNumber || "" }}</div>
<div v-if="COMPANY == 'gsgs'"><span>桥梁重量(t)</span> {{ projectData.bridgeWeight || "" }}</div>
<div v-else><span>项目编号</span> {{ projectData.projectNumber || "" }}</div>
<div>
<span>工程类别</span>
{{

View File

@ -441,7 +441,8 @@ const getEnterpriseInfoList = async () => {
const res: any = await getEnterpriseInfoApi({
projectSn: store.sn,
pageNo: 1,
pageSize: 999
pageSize: 999,
notCountToTeam: 0
});
if (res.result.total !== "0") {
console.log("获取劳务班组公司数据1", res);

View File

@ -1,5 +1,5 @@
<template>
<Card title="隐患等级分析">
<Card title="区域隐患数量分析">
<div class="leftBottomBox">
<div class="rightHeader">
<div class="day" :class="airType == 1 ? 'active' : ''" @click="selectChange(1)">近7天</div>