From a6a8e49af8c8172f4209dd94e65f53f17825cc44 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 21 十一月 2024 17:30:12 +0800 Subject: [PATCH] 项目管理 --- src/views/monitor/job/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue index 071626a..8ca4d01 100644 --- a/src/views/monitor/job/index.vue +++ b/src/views/monitor/job/index.vue @@ -3,7 +3,7 @@ <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch"> <el-form-item label="任务名称" prop="jobName"> <el-input - v-model="queryParams.jobName" + v-model.trim="queryParams.jobName" placeholder="请输入任务名称" clearable style="width: 200px" -- Gitblit v1.9.2