Commit bffdb561 authored by “yiyousong”'s avatar “yiyousong”

pref:修改搜索框输入提示

parent 315fc0a7
<template> <template>
<div class="search-box" :style="{ width }"> <div class="search-box" :style="{ width }">
<el-input <el-input
placeholder="输入关键词查询" placeholder="输入事项表单关键词或排队编号查询"
:value="value" :value="value"
@keyup.native.enter="handleSearch" @keyup.native.enter="handleSearch"
@input="changeInput" @input="changeInput"
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<div class="search-box"> <div class="search-box">
<el-input <el-input
v-model="search" v-model="search"
placeholder="输入关键词查询" placeholder="输入事项表单关键词或排队编号查询"
@keyup.native.enter="handleSearch" @keyup.native.enter="handleSearch"
> >
<i <i
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment