Commit b952d563 authored by 15008242619's avatar 15008242619

紧急领用 限制使用人孙瑶雪和李晓倩

parent e07938ea
......@@ -115,7 +115,7 @@ export default {
// } else {
// 当前登陆人为孙瑶雪 李晓倩 和dexadmin的时候下拉可以看到试验领用,其他人看不到
if (user === '孙瑶雪' || user === 'dexadmin' || user === '李晓倩') {
this.options = dicData.filter(item => item.label !== '无指令领用')
this.options = dicData.filter(item => item.label !== '无指令领用' && item.label !== '试验领用')
} else {
this.options = dicData.filter(item => item.label !== '试验领用' && item.label !== '无指令领用' && item.label !== '紧急领用')
}
......
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