수정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용 --> <!-- Column별 Filter용 -->
<template #thead-top> <template #thead-top>
<b-tr> <b-tr>
<b-td colspan="4"> </b-td> <b-th colspan="4"> </b-th>
<b-td variant="primary" <b-th
><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-td> ></b-th>
<b-td></b-td> <b-th></b-th>
</b-tr> </b-tr>
</template> </template>
<!-- /선택 Row를 토글용 --> <!-- /선택 Row를 토글용 -->
@ -175,7 +175,11 @@ export default {
return { return {
rows: [], rows: [],
fields: [ fields: [
{ key: 'rowSelect', label: '✓', thStyle: { width: '55px' } }, {
key: 'rowSelect',
label: '✓',
thStyle: { width: '55px', backgroundColor: 'yellow' }
},
{ {
key: 'id', key: 'id',
label: '번호', label: '번호',