Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-CloudComputing
/
D_Team_Khuloud
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
최동원
2020-06-10 14:53:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
525538d27a85c56a3e9eab798dff0ee29438fec8
525538d2
1 parent
bfedab93
error fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
16 deletions
front-end/src/components/FileList.vue
front-end/src/components/folderc.vue
front-end/src/components/FileList.vue
View file @
525538d
...
...
@@ -94,7 +94,7 @@
</v-card>
</v-dialog>
<!-- file share menu -->
<v-dialog v-model="showShareF">
<v-dialog v-model="showShareF"
width="500px"
>
<v-card>
<v-card-title>
Share File
...
...
@@ -108,11 +108,11 @@
label="target user id"
></v-text-field>
</v-card-text>
<v-card-
cation
>
<v-card-
actions
>
<v-spacer></v-spacer>
<v-btn @click.prevent="file_share">ok</v-btn>
<v-btn @click="showShareF = false">cancle</v-btn>
</v-card-
cation
>
</v-card-
actions
>
</v-card>
</v-dialog>
<!-- Move Folder -->
...
...
@@ -275,7 +275,7 @@
<v-list-item-title>즐겨 찾기 추가</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item @click.prevent="showShareF
!=
showShareF">
<v-list-item @click.prevent="showShareF
= !
showShareF">
<v-list-item-icon>
<v-icon>fas fa-share-alt</v-icon>
</v-list-item-icon>
...
...
front-end/src/components/folderc.vue
View file @
525538d
...
...
@@ -95,7 +95,7 @@
</v-card>
</v-dialog>
<!-- file share menu -->
<v-dialog v-model="showShareF">
<v-dialog v-model="showShareF"
width="500px"
>
<v-card>
<v-card-title>
Share File
...
...
@@ -109,11 +109,11 @@
label="target user id"
></v-text-field>
</v-card-text>
<v-card-
cation
>
<v-card-
actions
>
<v-spacer></v-spacer>
<v-btn @click.prevent="file_share">ok</v-btn>
<v-btn @click="showShareF = false">cancle</v-btn>
</v-card-
cation
>
</v-card-
actions
>
</v-card>
</v-dialog>
<!-- Move Folder -->
...
...
@@ -188,14 +188,6 @@
<v-list-item-title>즐겨 찾기 추가</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item>
<v-list-item-icon>
<v-icon>fas fa-share-alt</v-icon>
</v-list-item-icon>
<v-list-item-content>
<v-list-item-title>공유 하기</v-list-item-title>
</v-list-item-content>
</v-list-item>
</v-list>
</v-menu>
<!-- -->
...
...
@@ -281,7 +273,7 @@
<v-list-item-title>즐겨 찾기 추가</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item @click.prevent="showShareF
!=
showShareF">
<v-list-item @click.prevent="showShareF
= !
showShareF">
<v-list-item-icon>
<v-icon>fas fa-share-alt</v-icon>
</v-list-item-icon>
...
...
Please
register
or
login
to post a comment