From dc839e3490c0a9769a518e42afc7285817a1abb3 Mon Sep 17 00:00:00 2001 From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com> Date: 星期一, 04 三月 2024 23:52:43 +0800 Subject: [PATCH] 验收整改 --- src/views/monitor/online/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/monitor/online/index.vue b/src/views/monitor/online/index.vue index ad613c9..b0159ab 100644 --- a/src/views/monitor/online/index.vue +++ b/src/views/monitor/online/index.vue @@ -9,10 +9,10 @@ @keyup.enter.native="handleQuery" /> </el-form-item> - <el-form-item label="用户名称" prop="userName"> + <el-form-item label="用户名" prop="userName"> <el-input v-model="queryParams.userName" - placeholder="请输入用户名称" + placeholder="请输入用户名" clearable @keyup.enter.native="handleQuery" /> -- Gitblit v1.9.2