Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev

This commit is contained in:
gongjiale 2022-12-12 20:43:08 +08:00
commit a221a89a08
4 changed files with 7 additions and 4 deletions

View File

@ -92,6 +92,9 @@ z-index: 10010!important;
.ant-image-preview-wrap {
z-index: 10012!important;
}
.ant-picker-dropdown {
z-index: 10010!important;
}
.model-container .confirmChrome {
width: 140px;

View File

@ -343,7 +343,7 @@ export function getZwyBusinessList(params) {
return request({
url: '/act/task/getZwyBusinessList',
method: 'get',
params
params,
})
}
//
@ -351,7 +351,7 @@ export function getZwyBusinessInfoById(params) {
return request({
url: '/act/task/getZwyBusinessInfoById',
method: 'get',
params
params,
})
}

View File

@ -57,6 +57,7 @@
"
>
<a-image
style="max-height: 1.25rem"
:width="106"
:preview="false"
:src="

View File

@ -142,7 +142,7 @@
let obj = {
title: val.type,
total: val.total,
show: val.type === '市级' ? true : false,
show: val.type === '市级' || val.type === '区级' ? true : false,
select: false,
key: val.type,
children: [],
@ -252,7 +252,6 @@
}
}
const showToolTip = (e) => {
if (e.target.clientWidth < 200) {
e.target.style.pointerEvents = 'none' //
}