수정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용 --> <!-- 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
}, },