Commit 35e27a73 authored by 周宏民's avatar 周宏民

pref: 项目临时账号台账 添加 禁用筛选

parent e0a0815e
......@@ -279,6 +279,11 @@ const Demonstration = props => {
type: '等于',
value: props.global.userInfo.loginName,
},
{
field: '是否禁用',
type: '不等于',
value: '是',
},
],
})
.then(res => {
......
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