수정2...

This commit is contained in:
최준흠 2022-09-02 19:03:18 +09:00
parent 612b5f9a1b
commit c121775806

View File

@ -88,15 +88,15 @@
<!-- Column별 Filter용 -->
<template #thead-top>
<b-tr>
<b-th colspan="4"> </b-th>
<b-th
<b-td colspan="4"> </b-td>
<b-td variant="primary"
><b-form-select
v-model="filterIsDone"
:options="filterIsDoneFieldOptions"
@change="isDoneClick"
></b-form-select
></b-th>
<b-th></b-th>
></b-td>
<b-td></b-td>
</b-tr>
</template>
<!-- /선택 Row를 토글용 -->
@ -179,7 +179,7 @@ export default {
{
key: 'id',
label: '번호',
thStyle: { width: '65px' },
thStyle: { width: '75px' },
variant: 'primary',
sortable: true
},