From 5b6951defb238197a46407a4db617f55fc99391a Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 15 十一月 2024 11:39:41 +0800 Subject: [PATCH] 白名单故障类型 --- src/views/system/monitor/face/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/system/monitor/face/index.vue b/src/views/system/monitor/face/index.vue index 0e8394e..6337f63 100644 --- a/src/views/system/monitor/face/index.vue +++ b/src/views/system/monitor/face/index.vue @@ -51,9 +51,10 @@ <el-form-item label="鍏抽敭瀛�" prop="name"> <el-input v-model="queryParams.name" - placeholder="璇疯緭鍏ュ叧閿瓧" + placeholder="璁惧鍚�/璁惧缂栫爜/IP/鍗曚綅鍚�" clearable @keyup.enter.native="handleQuery" + @clear="handleQuery" /> </el-form-item> <el-form-item label="鍖哄煙" prop="onState"> @@ -76,6 +77,7 @@ v-model="queryParams.onState" placeholder="璁惧鐘舵��" clearable + @change="handleQuery" style="width: 100px" > <el-option -- Gitblit v1.8.0