콘텐츠 등록 미리듣기 시간 설정 안내문구 추가
This commit is contained in:
parent
6e5ab5bcc7
commit
90d5b23737
|
@ -378,6 +378,33 @@
|
|||
label="가격"
|
||||
required
|
||||
/>
|
||||
※ 유료 콘텐츠 가격을 입력하면 해당 콘텐츠의 미리듣기 시간을 설정할 수 있습니다.<br>미리듣기 시간은 최소 30초 이상 설정해야 합니다.
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-card-text>
|
||||
<v-card-text v-show="audio_content.price > 0">
|
||||
<v-row align="center">
|
||||
<v-col cols="4">
|
||||
미리듣기 시간설정
|
||||
</v-col>
|
||||
<v-col cols="8">
|
||||
<v-row align="center">
|
||||
<v-col cols="5">
|
||||
<v-text-field
|
||||
v-model="audio_content.preview_start_time"
|
||||
label="시작시간(00:00:00)"
|
||||
/>
|
||||
</v-col>
|
||||
<v-col cols="2">
|
||||
~
|
||||
</v-col>
|
||||
<v-col cols="5">
|
||||
<v-text-field
|
||||
v-model="audio_content.preview_end_time"
|
||||
label="종료시간(00:00:30)"
|
||||
/>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-card-text>
|
||||
|
@ -413,32 +440,6 @@
|
|||
</v-col>
|
||||
</v-row>
|
||||
</v-card-text>
|
||||
<v-card-text v-show="audio_content.price > 0">
|
||||
<v-row align="center">
|
||||
<v-col cols="4">
|
||||
미리듣기 시간설정
|
||||
</v-col>
|
||||
<v-col cols="8">
|
||||
<v-row align="center">
|
||||
<v-col cols="5">
|
||||
<v-text-field
|
||||
v-model="audio_content.preview_start_time"
|
||||
label="시작시간(00:00:00)"
|
||||
/>
|
||||
</v-col>
|
||||
<v-col cols="2">
|
||||
~
|
||||
</v-col>
|
||||
<v-col cols="5">
|
||||
<v-text-field
|
||||
v-model="audio_content.preview_end_time"
|
||||
label="종료시간(00:00:30)"
|
||||
/>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</v-card-text>
|
||||
<v-card-actions v-show="!is_loading">
|
||||
<v-spacer />
|
||||
<v-btn
|
||||
|
|
Loading…
Reference in New Issue