Merge branch 'hi-ucs-dev' of http://192.168.124.50:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
a221a89a08
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
"
|
||||
>
|
||||
<a-image
|
||||
style="max-height: 1.25rem"
|
||||
:width="106"
|
||||
:preview="false"
|
||||
:src="
|
||||
|
|
|
@ -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' // 阻止鼠标事件
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue