Commit 1bbed80e by 芋道源码 Committed by Gitee

!457 修复:解决操作日志无法搜索操作人的问题

Merge pull request !457 from 杨宇庆/N/A
parents 2cd98a43 7f034724
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
<el-form-item label="操作人" prop="userId"> <el-form-item label="操作人" prop="userId">
<el-select <el-select
v-model="queryParams.userId" v-model="queryParams.userId"
multiple clearable
filterable
placeholder="请输入操作人员" placeholder="请输入操作人员"
class="!w-240px" class="!w-240px"
> >
......
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 sign in to comment