|
@@ -32,6 +32,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
|
|
+ <el-button type="primary" plain @click="goWarnRule">告警系统</el-button>
|
|
|
|
|
+ <!-- <el-button type="primary" plain @click="initdata">重置</el-button> -->
|
|
|
<el-button type="primary" plain @click="initdata">重置</el-button>
|
|
<el-button type="primary" plain @click="initdata">重置</el-button>
|
|
|
<el-button type="primary" @click="searchdata">搜索</el-button>
|
|
<el-button type="primary" @click="searchdata">搜索</el-button>
|
|
|
</div>
|
|
</div>
|
|
@@ -174,6 +176,10 @@ const handleSubmit = () => {
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+const goWarnRule = () =>{
|
|
|
|
|
+ router.push("/rules")
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
const handleEdit = (row) => {
|
|
const handleEdit = (row) => {
|
|
|
currentdata.value = cloneDeep(row);
|
|
currentdata.value = cloneDeep(row);
|
|
|
handleshow.value = true;
|
|
handleshow.value = true;
|