提交 272edc68 编写于 作者: D dongwei

add test cases

Signed-off-by: Ndongwei <dongwei@kaihongdigi.com>
上级 dd586e98
...@@ -492,6 +492,16 @@ ...@@ -492,6 +492,16 @@
padding-start: 10px; padding-start: 10px;
padding-end: 10px; padding-end: 10px;
} }
.propNewAdd{
height: 15px;
margin-bottom: 3px;
background-color:#c00000;
width: 100%;
margin-left: 10px;
margin-right: 10px;
padding-start: 10px;
padding-end: 10px;
}
......
...@@ -207,5 +207,28 @@ ...@@ -207,5 +207,28 @@
<search id="menuoptions" <search id="menuoptions"
menuoptions="{{OptionArray}}"> menuoptions="{{OptionArray}}">
</search> </search>
<text class="sub-title">
特有属性 -- tid
</text>
<search class="propNewAdd"
tid="id">
</search>
<search class="propNewAdd"
tid="">
</search>
<text class="sub-title">
特有属性 -- elif
</text>
<search class="propNewAdd"
if="false">
</search>
<search class="propNewAdd"
elif="true">
</search>
<search class="propNewAdd"
elif="false">
</search>
</div> </div>
</div> </div>
...@@ -61,6 +61,7 @@ OptionArray:{icon:"common/images/icon.png",content:"复制"}, ...@@ -61,6 +61,7 @@ OptionArray:{icon:"common/images/icon.png",content:"复制"},
menuoptionsNone : null, menuoptionsNone : null,
menuoptions : null, menuoptions : null,
}, },
onShow(){ onShow(){
this.getCommonPropValues(); this.getCommonPropValues();
this.getSpecificPropValues(); this.getSpecificPropValues();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册