pull/112/head
lukeyan 1 year ago
commit 876a0abe9a

@ -49,11 +49,11 @@ export function flowDetail(params) {
}) })
} }
//企业今日进园区 //企业今日进园区
export function vehicleIn(data) { export function vehicleIn(params) {
return request({ return request({
url: '/safety/tbParkVehicleRecord/list', url: '/safety/tbParkVehicleRecord/list',
method: 'post', method: 'get',
data params
}) })
} }
// //企业今日出园区 // //企业今日出园区

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 KiB

@ -369,7 +369,7 @@ export default {
.picForm { .picForm {
/deep/ .el-dialog { /deep/ .el-dialog {
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
background: url('~@/assets/head/编组 3021112.png') no-repeat; background: url('~@/assets/safetyIndex/弹窗009.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
width: 1241px; width: 1241px;
height: 850px; height: 850px;

Loading…
Cancel
Save