字典
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<template slot="content">
|
<template slot="content">
|
||||||
<ai-search-bar>
|
<ai-search-bar>
|
||||||
<template #left>
|
<template #left>
|
||||||
<ai-select v-model="search.status" @change="(page.current = 1), getList()" placeholder="请选择事件" :selectList="$dict.getDict('srStatus')">
|
<ai-select v-model="search.category" @change="(page.current = 1), getList()" placeholder="请选择事件" :selectList="$dict.getDict('srCategory')">
|
||||||
</ai-select>
|
</ai-select>
|
||||||
<ai-select v-model="search.type" @change="(page.current = 1), getList()" placeholder="请选择类型" :selectList="$dict.getDict('srType')">
|
<ai-select v-model="search.type" @change="(page.current = 1), getList()" placeholder="请选择类型" :selectList="$dict.getDict('srType')">
|
||||||
</ai-select>
|
</ai-select>
|
||||||
@@ -75,7 +75,7 @@ export default {
|
|||||||
label: "类型",
|
label: "类型",
|
||||||
dict: "srType",
|
dict: "srType",
|
||||||
},
|
},
|
||||||
{prop: "category", label: "事件", dict: "srcategory"},
|
{prop: "category", label: "事件", dict: "srCategory"},
|
||||||
{prop: "score", label: "规则"},
|
{prop: "score", label: "规则"},
|
||||||
{
|
{
|
||||||
prop: "cycle",
|
prop: "cycle",
|
||||||
|
|||||||
Reference in New Issue
Block a user