Compare commits
No commits in common. "0d3bc1c16e09b47a70f4deecc3959fb1a18449e3" and "c88aa227fd9696d0fa3f5e08907f41143a5e1ced" have entirely different histories.
0d3bc1c16e
...
c88aa227fd
|
@ -458,7 +458,7 @@ export default {
|
||||||
const data = res.data.data
|
const data = res.data.data
|
||||||
this.series_content_list = data.items
|
this.series_content_list = data.items
|
||||||
|
|
||||||
const total_page = Math.ceil(data.totalCount / 10)
|
const total_page = Math.ceil(data.totalCount / 20)
|
||||||
if (total_page <= 0)
|
if (total_page <= 0)
|
||||||
this.total_page = 1
|
this.total_page = 1
|
||||||
else
|
else
|
||||||
|
|
|
@ -156,7 +156,7 @@
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
<v-row align="center">
|
<v-row align="center">
|
||||||
<v-col cols="4">
|
<v-col cols="4">
|
||||||
장르
|
크리에이터
|
||||||
</v-col>
|
</v-col>
|
||||||
<v-col cols="8">
|
<v-col cols="8">
|
||||||
<v-select
|
<v-select
|
||||||
|
|
Loading…
Reference in New Issue