diff --git a/src/views/settings/components/TTLTable.vue b/src/views/settings/components/TTLTable.vue index 081abaff..d01c0f87 100644 --- a/src/views/settings/components/TTLTable.vue +++ b/src/views/settings/components/TTLTable.vue @@ -17,7 +17,7 @@ limitations under the License. --> :data="data" class="mb-5" :row-style="{ backgroundColor: 'var(--layout-background)' }" - :cell-style="(data) => (data.columnIndex === 0 ? { backgroundColor: 'var(--el-table-header-bg-color)' } : {})" + :cell-style="(data: Indexable) => (data.columnIndex === 0 ? { backgroundColor: 'var(--el-table-header-bg-color)' } : {})" >