fixed:附件

master
dearLin 2026-04-15 16:41:49 +08:00
parent 91451bfddf
commit 2ae282f3fe
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@ import { message } from "antd";
import dayjs from "dayjs"; import dayjs from "dayjs";
import "dayjs/locale/zh-cn"; import "dayjs/locale/zh-cn";
import "../blessed_by_buddha"; import "../blessed_by_buddha";
import { getFileUrlFromServer } from "zy-react-library/utils";
getFileUrlFromServer();
require("antd/dist/reset.css"); require("antd/dist/reset.css");
require("zy-react-library/css/common.less"); require("zy-react-library/css/common.less");

View File

@ -262,7 +262,7 @@ const InfoModalComponent = (props) => {
{ label: "相关方名称", children: info.vehicleCorpName }, { label: "相关方名称", children: info.vehicleCorpName },
{ label: "项目名称", children: info.projectName }, { label: "项目名称", children: info.projectName },
{ label: "审核人员", children: info.currentAuditUserName }, { label: "审核人员", children: info.currentAuditUserName },
{ label: "时间范围", children: info.visitStartTime + info.visitEndTime }, { label: "时间范围", children: info.visitStartTime +'-'+ info.visitEndTime },
{ label: "地域范围", children: info.gateLevelAuthArea && JSON.parse(info.gateLevelAuthArea).area.map(item => item.value).join("、") }, { label: "地域范围", children: info.gateLevelAuthArea && JSON.parse(info.gateLevelAuthArea).area.map(item => item.value).join("、") },
{ label: "驾驶人员", children: info.drivingUserName }, { label: "驾驶人员", children: info.drivingUserName },
{ label: "车辆类型", children: info.vehicleTypeName }, { label: "车辆类型", children: info.vehicleTypeName },