hookehuyr

fix

<!--
* @Date: 2022-08-29 14:31:20
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-08-06 16:18:24
* @LastEditTime: 2024-08-29 13:22:00
* @FilePath: /data-table/src/components/OrgPickerField/MyComponent.vue
* @Description: 树形组件
-->
......@@ -263,8 +263,8 @@
<van-dialog v-model:show="show_detail" title="详情" :confirm-button-color="styleColor.baseColor">
<div style="padding: 0 1rem;">
<div style="margin-bottom: 0.5rem;">姓名{{ node_info.name }}</div>
<div style="margin-bottom: 0.5rem;">组织结构类型:{{ node_info.type }}</div>
<div style="margin-bottom: 0.5rem;">名称{{ node_info.name }}</div>
<div style="margin-bottom: 0.5rem;">类型:{{ node_info.type }}</div>
<div v-if="node_info.mobile" style="margin-bottom: 0.5rem;">手机号:<a :href="`tel:${node_info.mobile}`" :style="{ color: styleColor.baseColor }">{{ node_info.mobile }} </a></div>
</div>
</van-dialog>
......