Commit eb4dbd53 authored by chase's avatar chase

fix bug

parent b88c4703
......@@ -45,13 +45,18 @@
</div>
</div>
</div>
<div class="form-group" ng-show="!editModel.addExists">
<div class="col-sm-9 normal-label checkbox">
<label>
<input type="checkbox" ng-model="editModel.defaultInput" ng-true-value="1" ng-false-value="0"> {{'AllowKeyInByDefault' | translate}}
</label>
</div>
<div class="form-group radio-wrapper" ng-show="!editModel.addExists">
<label for="telCode" class="col-sm-4 normal-label">
<input type="radio" id="allowManual"><span>允许手工录入</span>
</label>
</div>
<!--<div class="form-group" ng-show="!editModel.addExists">-->
<!--<div class="col-sm-9 normal-label checkbox">-->
<!--<label>-->
<!--<input type="checkbox" ng-model="editModel.defaultInput" ng-true-value="1" ng-false-value="0"> {{'AllowKeyInByDefault' | translate}}-->
<!--</label>-->
<!--</div>-->
<!--</div>-->
</form>
</div>
<div class="modal-footer" style="padding-left: 22px;text-align: left;">
......
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