refactor: format all vue file

This commit is contained in:
tiny-craft
2023-08-02 19:40:57 +08:00
parent af289319ed
commit b852bb5b47
25 changed files with 92 additions and 91 deletions

View File

@@ -277,7 +277,7 @@ const onUpdateFilter = (filters, sourceColumn) => {
style="width: 120px"
@update:value="onChangeFilterType"
/>
<n-tooltip :disabled="filterType !== 2" :delay="500">
<n-tooltip :delay="500" :disabled="filterType !== 2">
<template #trigger>
<n-input
v-model:value="filterValue"