Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강현태
/
capstone1-medical3
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
강현태
2018-06-09 14:40:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2afcb0a1df6b93f893e05e34fe9c9dec01a877da
2afcb0a1
1 parent
16f7140b
add result.xls
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
result.xls
src/components/Main.vue
result.xls
0 → 100644
View file @
2afcb0a
No preview for this file type
src/components/Main.vue
View file @
2afcb0a
...
...
@@ -45,17 +45,8 @@
</v-flex>
</v-layout>
</v-container>
<v-container v-if="currentView=='Model'">
<v-layout>
<v-flex>
<v-card>
<v-card-media
:src="'http://13.209.76.130/model.png?'+Math.random()"
>
</v-card-media>
</v-card>
</v-flex>
</v-layout>
<v-container fluid v-if="currentView=='Model'">
<img src="http://13.209.76.130/model.png" alt="" />
</v-container>
<v-container v-if="currentView=='Main'">
<v-layout row>
...
...
Please
register
or
login
to post a comment