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

pref:修改搜索框输入提示

parent 315fc0a7
<template>
<div class="search-box" :style="{ width }">
<el-input
placeholder="输入关键词查询"
placeholder="输入事项表单关键词或排队编号查询"
:value="value"
@keyup.native.enter="handleSearch"
@input="changeInput"
......
......@@ -34,7 +34,7 @@
<div class="search-box">
<el-input
v-model="search"
placeholder="输入关键词查询"
placeholder="输入事项表单关键词或排队编号查询"
@keyup.native.enter="handleSearch"
>
<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