当对象与特定条件匹配时,如何使车间模块的各个部分可见?
我正在建立一个用于对象视图(OV)的车间模块。所讨论的对象表示一个具有许多不同阶段的过程。
我想向对象的最终用户介绍该过程当前阶段的指令,但不要用所有阶段的所有指令淹没它们。
可以通过“状态”属性看到对象的当前阶段。
如何隐藏所有其他指令?
I am building out a Workshop module to use as an object view (OV). The object in question represents a process that has a number of different stages.
I would like to present the end user of my object the instructions for the current stage of the process, but not overwhelm them with all of the instructions for all of the stages.
The current stage of the object can be seen through the 'Status' property.
How can I hide all of the other sets of instructions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
'status'!= {status_1}
>”每当对象的'状态'属性等于
{status_1}
时,这将隐藏您创建的部分。'Status' != {status_1}
"This will hide the section you have created whenever the 'Status' property of the object is equal to
{status_1}
.