13 Star 0 Fork 11

src-openEuler/aops-hermes

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
003-change-search-placeholder.patch 931 Bytes
Copy Edit Raw Blame History
From 2cc872cddbc8331941507167b23a977aa0b543ad Mon Sep 17 00:00:00 2001
From: Hu gang <18768366022@163.com>
Date: Mon, 18 Dec 2023 11:05:17 +0800
Subject: [PATCH] chore: change search input palceholder
---
src/views/leaks/LeakTaskDetail.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/leaks/LeakTaskDetail.vue b/src/views/leaks/LeakTaskDetail.vue
index 00438d7..766a1cf 100644
--- a/src/views/leaks/LeakTaskDetail.vue
+++ b/src/views/leaks/LeakTaskDetail.vue
@@ -103,7 +103,7 @@
<a-row type="flex" :gutter="6">
<a-col>
<a-input-search
- :placeholder="taskType === 'hotpatch remove' ? `按CVE ID搜索` : `按主机搜索`"
+ :placeholder="taskType === 'hotpatch remove' ? `按CVE ID搜索` : `按主机名或主机ip搜索`"
style="width: 200px"
@search="onSearch"
/>
--
Gitee
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/aops-hermes.git
git@gitee.com:src-openeuler/aops-hermes.git
src-openeuler
aops-hermes
aops-hermes
master

Search