수정2...
This commit is contained in:
parent
612b5f9a1b
commit
c121775806
@ -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
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user