Compare commits
No commits in common. "3fe7554e06863a4321439b1a9a7630913c29613e" and "1def9ddd4ae4adb719be362366676ee2e9bd8609" have entirely different histories.
3fe7554e06
...
1def9ddd4a
|
@ -408,22 +408,6 @@
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
<v-card-text v-show="audio_content.price > 0">
|
|
||||||
<v-row>
|
|
||||||
<v-col cols="4">
|
|
||||||
대여만 가능
|
|
||||||
</v-col>
|
|
||||||
<v-col
|
|
||||||
cols="8"
|
|
||||||
align="left"
|
|
||||||
>
|
|
||||||
<input
|
|
||||||
v-model="audio_content.is_only_rental"
|
|
||||||
type="checkbox"
|
|
||||||
>
|
|
||||||
</v-col>
|
|
||||||
</v-row>
|
|
||||||
</v-card-text>
|
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="4">
|
<v-col cols="4">
|
||||||
|
@ -696,7 +680,6 @@ export default {
|
||||||
price: this.audio_content.price,
|
price: this.audio_content.price,
|
||||||
themeId: this.audio_content.theme_id,
|
themeId: this.audio_content.theme_id,
|
||||||
isAdult: this.audio_content.is_adult,
|
isAdult: this.audio_content.is_adult,
|
||||||
isOnlyRental: this.audio_content.is_only_rental,
|
|
||||||
isCommentAvailable: this.audio_content.is_comment_available
|
isCommentAvailable: this.audio_content.is_comment_available
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue