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
2024-08-29 13:24:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
35420ad9170c973a8582e67cc12c8452d032998d
35420ad9
1 parent
e9d87e9a
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/OrgPickerField/MyComponent.vue
src/components/OrgPickerField/MyComponent.vue
View file @
35420ad
<!--
*
@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
>
...
...
Please
register
or
login
to post a comment