You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @{
- ViewBag.Title = "导出Excel数据";
- Layout = "~/Views/Shared/_Form.cshtml";
- }
- <div style="margin: 5px;">
- <div class="alert alert-danger" style="margin-bottom: 5px;">
- <i class="fa fa-question-circle" style="position: relative; top: 1px; font-size: 15px; padding-right: 5px;"></i>
- 注:请勾选需要导出的字段
- </div>
- </div>
- <div style="margin: 5px;">
- <span id="all" class="btn btn-default" >全选</span>
- <span id="noall" class="btn btn-default">全不选</span>
- <ul class="sys_spec_text"></ul>
- </div>
- @Html.AppendJsFile("/Views/Utility/ExcelExportForm.js")
|