Browse Source

修复 点击更多变成隐藏的问题测试

wuxw 6 years ago
parent
commit
8aff3215b2

+ 1 - 1
WebService/src/main/resources/components/roomPackage/room-manage/room.html

@@ -10,7 +10,7 @@
                     <h5>查询条件</h5>
                     <div class="ibox-tools" style="top:10px;">
                         <button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
-                                v-on:click="_moreCondition()">更多
+                                v-on:click="_moreCondition()">{{roomInfo.moreCondition == true?'隐藏':'更多'}}
                         </button>
                     </div>
                 </div>