Update ListSortModal.vue
This commit is contained in:
parent
b71fca8a42
commit
82b657506c
@ -54,6 +54,12 @@
|
||||
need="need" value="down" :label="$t('list_sort_modal_by_down')"
|
||||
/>
|
||||
</li>
|
||||
<li :class="$style.listItem">
|
||||
<base-checkbox
|
||||
id="list_sort_modal_type_disorder" v-model="sortType" name="list_sort_modal_type"
|
||||
need="need" value=disorder" :label="$t('list_sort_modal_by_disorder')"
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<div :class="$style.footer">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user