Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2026-06-02 16:09:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ce6e13d33a3cdd97984cd95d333c8bdff4665740
ce6e13d3
1 parent
adf1bada
fix(人员筛选控件): 调整搜索结果展示,替换身份证号为人员类型
同时注释掉冗余的单独人员类型展示区块
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/PersonPickerField/MyComponent.vue
src/components/PersonPickerField/MyComponent.vue
View file @
ce6e13d
<!--
* @Date: 2026-05-25 17:10:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2026-0
5-26 10:54:47
* @LastEditTime: 2026-0
6-02 15:59:06
* @FilePath: /data-table/src/components/PersonPickerField/MyComponent.vue
* @Description: 人员筛选控件内部面板
-->
...
...
@@ -89,9 +89,9 @@
</div>
<div class="search-result-item__meta">
<span v-if="person.phone">{{ person.phone }}</span>
<span v-if="person.
idcard">{{ person.phone ? ' / ' : '' }}{{ person.idcard
}}</span>
<span v-if="person.
type">{{ person.phone ? ' / ' : '' }}{{ formatPersonType(person.type)
}}</span>
</div>
<
div class="search-result-item__type">{{ formatPersonType(person.type) }}</div
>
<
!-- <div class="search-result-item__type">{{ formatPersonType(person.type) }}</div> --
>
</div>
</van-checkbox>
</div>
...
...
Please
register
or
login
to post a comment