Skip to content
Snippets Groups Projects
Commit c42914fc authored by JunGu Kang's avatar JunGu Kang
Browse files

Fix Program Detail View

parent d09762e0
No related branches found
No related tags found
2 merge requests!37Deploy,!16#13 Fix Program Detail View
Pipeline #4199 passed
......@@ -18,6 +18,10 @@
readonly
v-model="id"
></v-text-field>
<v-text-field
label="프로그램 이름"
v-model="program.title"
></v-text-field>
<v-text-field
label="소요시간(분)"
v-model="program.durationTime"
......@@ -83,12 +87,11 @@ export default {
},
showDatePicker: false,
program: {
email: '',
name: '',
phone: '',
birthDate: '',
updatedAt: '',
title: '',
durationTime: '',
detail: '',
createdAt: '',
updatedAt: '',
},
}),
......
......@@ -91,7 +91,7 @@ export default {
value: 'id',
},
{
text: '이름',
text: '프로그램 이름',
value: 'title',
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment