Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
bfc3c67d
Commit
bfc3c67d
authored
Jul 21, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
2fbc0d89
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
info.vue
src/views/salesleads/actCodeManage/attractFlowLink/info.vue
+2
-2
No files found.
src/views/salesleads/actCodeManage/attractFlowLink/info.vue
View file @
bfc3c67d
...
...
@@ -4,8 +4,8 @@
<vue-qr
id=
"qrImg"
:text=
"link.linkUrl"
:size=
"200"
:margin=
"5"
v-if=
"link.linkType == 2"
></vue-qr>
<div
class=
"title-right"
>
<el-descriptions
:title=
"link.name"
>
<el-descriptions-item
label=
"ID"
>
{{
link
.
link
Id
}}
</el-descriptions-item>
<el-descriptions-item
label=
"code"
>
{{
link
.
link
Code
}}
</el-descriptions-item>
<el-descriptions-item
label=
"ID"
>
{{
link
.
link
Code
}}
</el-descriptions-item>
<el-descriptions-item
label=
"code"
>
{{
link
.
short
Code
}}
</el-descriptions-item>
<el-descriptions-item
label=
"链接类型"
>
<el-tag
size=
"mini"
:class=
"link.linkType == 2 ? 'el-tag--cyan' : ''"
>
{{
link
.
linkType
==
1
?
'专用链接'
:
'通用链接'
}}
</el-tag></el-descriptions-item
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment