|
|
|
@ -320,7 +320,7 @@
|
|
|
|
|
align="center" |
|
|
|
|
> |
|
|
|
|
<template #default="props"> |
|
|
|
|
<span :class="props.row[item.prop] == 'state' ? '.static-class' : ''">{{ |
|
|
|
|
<span :id="props.row[item.prop]" :class="props.row[item.prop] == 'state' ? '.static-class' : ''">{{ |
|
|
|
|
props.row[item.prop] ? props.row[item.prop] : '/' |
|
|
|
|
}}</span> |
|
|
|
|
</template> |
|
|
|
@ -1888,6 +1888,9 @@ const soclear=()=>{
|
|
|
|
|
} |
|
|
|
|
// 编辑多功能搜索 |
|
|
|
|
const SearchFu = () => { |
|
|
|
|
return |
|
|
|
|
document.getElementById(multifunctional.value).scrollIntoView() |
|
|
|
|
return |
|
|
|
|
console.log(soInpuState.value, '当前搜索状态'); |
|
|
|
|
|
|
|
|
|
if (!multifunctional.value && !dataInfoTemp.value.length) { |
|
|
|
@ -1930,7 +1933,7 @@ const SearchFu = () => {
|
|
|
|
|
console.log(dataInfoTemp.value,'临时存储的值'); |
|
|
|
|
dataInfo.value = temp; //如果搜索到了值才赋值 |
|
|
|
|
soInpuState.value = false; //表示当前已经搜索过了 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// console.log(dataInfo.value, '搜索结果'); |
|
|
|
|