Compare commits
2 Commits
64b1fd5395
...
0ba845d95a
Author | SHA1 | Date |
---|---|---|
|
0ba845d95a | |
![]() |
02cfe40836 |
|
@ -91,6 +91,9 @@
|
||||||
<th class="text-center">
|
<th class="text-center">
|
||||||
등록일
|
등록일
|
||||||
</th>
|
</th>
|
||||||
|
<th class="text-center">
|
||||||
|
오픈 예정일
|
||||||
|
</th>
|
||||||
<th class="text-center">
|
<th class="text-center">
|
||||||
관리
|
관리
|
||||||
</th>
|
</th>
|
||||||
|
@ -150,6 +153,7 @@
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.date }}</td>
|
<td>{{ item.date }}</td>
|
||||||
|
<td>{{ item.releaseDate }}</td>
|
||||||
<td>
|
<td>
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col>
|
<v-col>
|
||||||
|
|
Loading…
Reference in New Issue