Commit 16a67d9a authored by songrui's avatar songrui

人员搜索修改

parent 9cc30d67
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<div class="pt-2" v-if="state === 2"> <div class="pt-2" v-if="state === 2">
<div class="text-12" style="color: #8c8c8c">查找结果:</div> <div class="text-12" style="color: #8c8c8c">查找结果:</div>
<div class="card" > <div class="card" v-if="result.id">
<!-- v-if="result.chronicTagsArrayName || result.firstScreenResult || result.highTagsArray" --> <!-- v-if="result.chronicTagsArrayName || result.firstScreenResult || result.highTagsArray" -->
<div class="py-3"> <div class="py-3">
<span class="text-16 font-semibold mr-3">{{ result.residentName }}</span> <span class="text-16 font-semibold mr-3">{{ result.residentName }}</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment