|
|
|
@ -101,7 +101,7 @@ const props = defineProps( { |
|
|
|
// } |
|
|
|
// }, |
|
|
|
onMounted(() =>{ |
|
|
|
getDict({"dictType":"no-scan-reason","status": 0}, success => { |
|
|
|
getDict({"dictType":"no-scan-reason"}, success => { |
|
|
|
if (success.success) { |
|
|
|
dicts.value.push(...success.data); |
|
|
|
} |
|
|
|
@ -170,7 +170,7 @@ const props = defineProps( { |
|
|
|
query: { |
|
|
|
reason: reason.value, |
|
|
|
checkCss: checkCss.value, |
|
|
|
enterpriseNumber: item.enterpriseNumber, |
|
|
|
enterpriseNumber: item.salt, |
|
|
|
isNoScan: true, |
|
|
|
} |
|
|
|
}); |
|
|
|
@ -231,10 +231,11 @@ const props = defineProps( { |
|
|
|
} |
|
|
|
|
|
|
|
.popup-content { |
|
|
|
margin: 0.25rem 0 0 3%; |
|
|
|
margin: 0.25rem 3% 0; |
|
|
|
padding-bottom: 3rem; |
|
|
|
width: 94%; |
|
|
|
height: calc(100% - 1rem); |
|
|
|
height: calc(100% - 1.6rem); |
|
|
|
overflow-y: auto; |
|
|
|
font-size: 0.37rem; |
|
|
|
} |
|
|
|
|
|
|
|
@ -243,7 +244,7 @@ const props = defineProps( { |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
margin: 1%; |
|
|
|
width: 97%; |
|
|
|
width: 96%; |
|
|
|
height: 1.25rem; |
|
|
|
font-size: 0.37rem; |
|
|
|
} |
|
|
|
@ -331,9 +332,7 @@ const props = defineProps( { |
|
|
|
|
|
|
|
.search-result { |
|
|
|
width: 100%; |
|
|
|
height: calc(100% - 5rem); |
|
|
|
padding-bottom: 2rem; |
|
|
|
overflow: auto; |
|
|
|
} |
|
|
|
|
|
|
|
.case-item { |
|
|
|
|