From 729011ee47e2074da398b71aa4135ce357831658 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期四, 10 十月 2024 10:18:09 +0800 Subject: [PATCH] bug修改 --- 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