수정2...
This commit is contained in:
parent
df0d5d370d
commit
7978a2504c
@ -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: '번호',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user