Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
Neuromorphic
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SHINDAESUB
Neuromorphic
Commits
89f5a50b
Commit
89f5a50b
authored
Jun 18, 2021
by
제남의
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aoi modal 수정
parent
ed250707
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
53 additions
and
12 deletions
+53
-12
.editorconfig
front-end/.editorconfig
+6
-0
index.js
front-end/src/router/index.js
+8
-0
Test5.vue
front-end/src/views/admin/main/Test5.vue
+39
-12
No files found.
front-end/.editorconfig
0 → 100644
View file @
89f5a50b
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
\ No newline at end of file
front-end/src/router/index.js
View file @
89f5a50b
...
...
@@ -4,6 +4,7 @@ import Home from '../views/Home.vue'
import
AdminMain
from
'../views/admin/Main.vue'
import
Dashboard
from
'../views/admin/main/Dashboard.vue'
import
create
from
'../views/admin/main/Create.vue'
import
Test
from
'../views/admin/main/Test.vue'
import
Test2
from
'../views/admin/main/Test2.vue'
import
Test3
from
'../views/admin/main/Test3.vue'
...
...
@@ -37,6 +38,13 @@ const routes = [
},
{
path
:
'/create'
,
name
:
'create'
,
component
:
create
},
{
path
:
'/test'
,
name
:
'Test'
,
component
:
Test
...
...
front-end/src/views/admin/main/Test5.vue
View file @
89f5a50b
...
...
@@ -3,29 +3,56 @@
<!-- light / dark -->
<v-card
light
class=
"card mx-auto my-12"
class=
"card mx-auto my-12
pa-md-6 mx-lg-auto
"
max-width=
"600"
width=
"600"
align=
"center"
height=
"250"
>
<v-card-text>
<h2
class=
"text-center"
>
AOI 장비 등록
</v-card-text>
<v-btn
class=
"ma-2 my-0"
</h2>
<v-col
cols=
"12"
sm=
"6"
>
<v-text-field
v-model=
"message1"
label=
"시리얼넘버"
clearable
>
</v-text-field>
</v-col>
<v-col
cols=
"12"
sm=
"6"
>
<v-text-field
v-model=
"message1"
label=
"장비명"
clearable
>
</v-text-field>
</v-col>
<v-btn
class=
"ma-2"
large
outlined
tile
color=
"black"
large
>
>
취소
</v-btn>
<v-btn
class=
"ma-2 my-0"
tile
<v-btn
class=
"ma-2"
large
color=
"primary"
large
>
확인
>
등록
</v-btn>
</v-card>
</v-overlay>
</
template
>
...
...
@@ -36,7 +63,7 @@
<
style
>
.text
{
font-size
:
20px
;
color
:
#000
;
color
:
red
;
}
.card
{
...
...
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