수정2...

This commit is contained in:
최준흠 2022-09-02 19:20:11 +09:00
parent df0d5d370d
commit 7978a2504c

View File

@ -88,15 +88,15 @@
<!-- Column별 Filter용 -->
<template #thead-top>
<b-tr>
<b-td colspan="4"> </b-td>
<b-td variant="primary"
<b-th colspan="4"> </b-th>
<b-th
><b-form-select
v-model="filterIsDone"
:options="filterIsDoneFieldOptions"
@change="isDoneClick"
></b-form-select
></b-td>
<b-td></b-td>
></b-th>
<b-th></b-th>
</b-tr>
</template>
<!-- /선택 Row를 토글용 -->
@ -175,7 +175,11 @@ export default {
return {
rows: [],
fields: [
{ key: 'rowSelect', label: '✓', thStyle: { width: '55px' } },
{
key: 'rowSelect',
label: '✓',
thStyle: { width: '55px', backgroundColor: 'yellow' }
},
{
key: 'id',
label: '번호',