Compare commits

..

No commits in common. "3fe7554e06863a4321439b1a9a7630913c29613e" and "1def9ddd4ae4adb719be362366676ee2e9bd8609" have entirely different histories.

1 changed files with 0 additions and 17 deletions

View File

@ -408,22 +408,6 @@
</v-col>
</v-row>
</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-row>
<v-col cols="4">
@ -696,7 +680,6 @@ export default {
price: this.audio_content.price,
themeId: this.audio_content.theme_id,
isAdult: this.audio_content.is_adult,
isOnlyRental: this.audio_content.is_only_rental,
isCommentAvailable: this.audio_content.is_comment_available
}