수정2...
This commit is contained in:
parent
612b5f9a1b
commit
c121775806
@ -88,15 +88,15 @@
|
|||||||
<!-- Column별 Filter용 -->
|
<!-- Column별 Filter용 -->
|
||||||
<template #thead-top>
|
<template #thead-top>
|
||||||
<b-tr>
|
<b-tr>
|
||||||
<b-th colspan="4"> </b-th>
|
<b-td colspan="4"> </b-td>
|
||||||
<b-th
|
<b-td variant="primary"
|
||||||
><b-form-select
|
><b-form-select
|
||||||
v-model="filterIsDone"
|
v-model="filterIsDone"
|
||||||
:options="filterIsDoneFieldOptions"
|
:options="filterIsDoneFieldOptions"
|
||||||
@change="isDoneClick"
|
@change="isDoneClick"
|
||||||
></b-form-select
|
></b-form-select
|
||||||
></b-th>
|
></b-td>
|
||||||
<b-th></b-th>
|
<b-td></b-td>
|
||||||
</b-tr>
|
</b-tr>
|
||||||
</template>
|
</template>
|
||||||
<!-- 비/선택 Row를 토글용 -->
|
<!-- 비/선택 Row를 토글용 -->
|
||||||
@ -179,7 +179,7 @@ export default {
|
|||||||
{
|
{
|
||||||
key: 'id',
|
key: 'id',
|
||||||
label: '번호',
|
label: '번호',
|
||||||
thStyle: { width: '65px' },
|
thStyle: { width: '75px' },
|
||||||
variant: 'primary',
|
variant: 'primary',
|
||||||
sortable: true
|
sortable: true
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user