Showing
1 changed file
with
3 additions
and
3 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2026-05-25 17:10:00 | 2 | * @Date: 2026-05-25 17:10:00 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2026-05-26 10:54:47 | 4 | + * @LastEditTime: 2026-06-02 15:59:06 |
| 5 | * @FilePath: /data-table/src/components/PersonPickerField/MyComponent.vue | 5 | * @FilePath: /data-table/src/components/PersonPickerField/MyComponent.vue |
| 6 | * @Description: 人员筛选控件内部面板 | 6 | * @Description: 人员筛选控件内部面板 |
| 7 | --> | 7 | --> |
| ... | @@ -89,9 +89,9 @@ | ... | @@ -89,9 +89,9 @@ |
| 89 | </div> | 89 | </div> |
| 90 | <div class="search-result-item__meta"> | 90 | <div class="search-result-item__meta"> |
| 91 | <span v-if="person.phone">{{ person.phone }}</span> | 91 | <span v-if="person.phone">{{ person.phone }}</span> |
| 92 | - <span v-if="person.idcard">{{ person.phone ? ' / ' : '' }}{{ person.idcard }}</span> | 92 | + <span v-if="person.type">{{ person.phone ? ' / ' : '' }}{{ formatPersonType(person.type) }}</span> |
| 93 | </div> | 93 | </div> |
| 94 | - <div class="search-result-item__type">{{ formatPersonType(person.type) }}</div> | 94 | + <!-- <div class="search-result-item__type">{{ formatPersonType(person.type) }}</div> --> |
| 95 | </div> | 95 | </div> |
| 96 | </van-checkbox> | 96 | </van-checkbox> |
| 97 | </div> | 97 | </div> | ... | ... |
-
Please register or login to post a comment