hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2022-08-29 14:31:20 2 * @Date: 2022-08-29 14:31:20
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-08-06 16:18:24 4 + * @LastEditTime: 2024-08-29 13:22:00
5 * @FilePath: /data-table/src/components/OrgPickerField/MyComponent.vue 5 * @FilePath: /data-table/src/components/OrgPickerField/MyComponent.vue
6 * @Description: 树形组件 6 * @Description: 树形组件
7 --> 7 -->
...@@ -263,8 +263,8 @@ ...@@ -263,8 +263,8 @@
263 263
264 <van-dialog v-model:show="show_detail" title="详情" :confirm-button-color="styleColor.baseColor"> 264 <van-dialog v-model:show="show_detail" title="详情" :confirm-button-color="styleColor.baseColor">
265 <div style="padding: 0 1rem;"> 265 <div style="padding: 0 1rem;">
266 - <div style="margin-bottom: 0.5rem;">姓名{{ node_info.name }}</div> 266 + <div style="margin-bottom: 0.5rem;">名称{{ node_info.name }}</div>
267 - <div style="margin-bottom: 0.5rem;">组织结构类型:{{ node_info.type }}</div> 267 + <div style="margin-bottom: 0.5rem;">类型:{{ node_info.type }}</div>
268 <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> 268 <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>
269 </div> 269 </div>
270 </van-dialog> 270 </van-dialog>
......