fixed:附件
parent
91451bfddf
commit
2ae282f3fe
|
|
@ -4,7 +4,8 @@ import { message } from "antd";
|
|||
import dayjs from "dayjs";
|
||||
import "dayjs/locale/zh-cn";
|
||||
import "../blessed_by_buddha";
|
||||
|
||||
import { getFileUrlFromServer } from "zy-react-library/utils";
|
||||
getFileUrlFromServer();
|
||||
require("antd/dist/reset.css");
|
||||
require("zy-react-library/css/common.less");
|
||||
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ const InfoModalComponent = (props) => {
|
|||
{ label: "相关方名称", children: info.vehicleCorpName },
|
||||
{ label: "项目名称", children: info.projectName },
|
||||
{ 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.drivingUserName },
|
||||
{ label: "车辆类型", children: info.vehicleTypeName },
|
||||
|
|
|
|||
Loading…
Reference in New Issue