feat 规则页面拆分

This commit is contained in:
jxxghp
2023-09-19 21:41:07 +08:00
parent 2e987701a8
commit 4c11199de2
7 changed files with 545 additions and 331 deletions

View File

@@ -69,11 +69,14 @@ async function ruleTest() {
v-model="ruleTestForm.ruletype"
label="规则类型"
:items="[{
title: '默认规则',
title: '订阅优先级',
value: '1',
}, {
title: '洗版规则',
title: '洗版优先级',
value: '2',
}, {
title: '搜索优先级',
value: '3',
}]"
/>
</VCol>