标签:bottom http 技术分享 数据 isa 设置 按钮 disable image
<div class="edit-template-column" style="padding-bottom: 15px;">
<span class="margin-right-12">导入设置:</span>
<md-checkbox class="no-margin-bottom" aria-label="checked"
ng-checked="table.WillUpdate"
ng-click="$ctrl.changeWillUpdate(table)">
<span>导入时是否更新数据</span>
</md-checkbox>
<md-checkbox class="no-margin-bottom" aria-label="checkbox"
ng-checked="table.WillInsert"
ng-click="$ctrl.changeWillDelete(table)"
ng-disabled="!table.WillUpdate">
<span>导入时是否新增数据</span>
</md-checkbox>
<md-checkbox class="no-margin-bottom" aria-label="checkbox"
ng-checked="table.WillDelete"
ng-click="table.WillDelete=!table.WillDelete"
ng-disabled="!table.WillUpdate">
<span>导入时是否删除数据</span>
</md-checkbox>
</div>
未选中时状态:
选中时状态:
标签:bottom http 技术分享 数据 isa 设置 按钮 disable image
原文地址:http://www.cnblogs.com/ncloud/p/7522823.html