feat:增加设置项提示

This commit is contained in:
jxxghp
2024-03-31 09:36:31 +08:00
parent 9b989fc40f
commit d5efe2b499
6 changed files with 94 additions and 7 deletions

View File

@@ -390,6 +390,7 @@ onMounted(() => {
v-model="defaultFilterRules.include"
type="text"
label="包含(关键字、正则式)"
hint="支持正式表达式,多个关键字用|分隔表示或"
/>
</VCol>
<VCol cols="12" md="6">
@@ -397,6 +398,7 @@ onMounted(() => {
v-model="defaultFilterRules.exclude"
type="text"
label="排除(关键字、正则式)"
hint="支持正式表达式,多个关键字用|分隔表示或"
/>
</VCol>
</VRow>