Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
standalone-anyremote
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
qlintonger xeno
standalone-anyremote
Commits
7eef01a6
Commit
7eef01a6
authored
May 06, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 列表展现我
parent
813a7e34
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
src/views/remote/contacts/contactsList.vue
+6
-1
No files found.
src/views/remote/contacts/contactsList.vue
View file @
7eef01a6
...
@@ -7,10 +7,15 @@
...
@@ -7,10 +7,15 @@
<global-icon
icon=
"camera"
:size=
"14"
class=
"mr-2"
v-if=
"item.hasCamera == 1"
></global-icon>
<global-icon
icon=
"camera"
:size=
"14"
class=
"mr-2"
v-if=
"item.hasCamera == 1"
></global-icon>
<global-icon
icon=
"mic"
:size=
"14"
v-if=
"item.hasMike == 1"
></global-icon>
<global-icon
icon=
"mic"
:size=
"14"
v-if=
"item.hasMike == 1"
></global-icon>
</div>
</div>
<div
class=
"flex-auto text-right"
v-if=
"userStore.user_info.id !== item.id"
>
<div
class=
"flex-auto text-right"
>
<template
v-if=
"userStore.user_info.id == item.id"
>
<a-tag>
我
</a-tag>
</
template
>
<
template
v-else
>
<a-button
type=
"primary"
shape=
"circle"
@
click
.
stop=
"sendCallRequest(item.id)"
:disabled=
"!(item.callState == CallState.idle && item.hasCamera == 1 && item.hasMike == 1)"
>
<a-button
type=
"primary"
shape=
"circle"
@
click
.
stop=
"sendCallRequest(item.id)"
:disabled=
"!(item.callState == CallState.idle && item.hasCamera == 1 && item.hasMike == 1)"
>
<global-icon
icon=
"phone"
:size=
"14"
color=
"var(--color-bg-white)"
></global-icon>
<global-icon
icon=
"phone"
:size=
"14"
color=
"var(--color-bg-white)"
></global-icon>
</a-button>
</a-button>
</
template
>
</div>
</div>
</div>
</div>
</template>
</template>
...
...
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