超管中心 - 删除表头多选框
This commit is contained in:
@@ -680,7 +680,6 @@ export default {
|
||||
$('#table').bootstrapTable('destroy');
|
||||
$('#table').bootstrapTable({
|
||||
columns: [
|
||||
{ field: 'tmp', title: 'id', align: 'center', checkbox: true, width: '5%' },
|
||||
{ field: 'id', title: '座驾ID', align: 'center', width: '5%' },
|
||||
{ field: 'name.zh', title: '座驾名称', align: 'center', width: '20%' },
|
||||
{ field: 'name.en', title: '英语名称', align: 'center', width: '20%' },
|
||||
|
@@ -258,13 +258,6 @@ export default {
|
||||
$("#table").bootstrapTable({
|
||||
columns: [
|
||||
//{field: 'id', title: 'id', align: 'center', width: '5%'},
|
||||
{
|
||||
field: "tmp",
|
||||
title: "id",
|
||||
align: "center",
|
||||
checkbox: true,
|
||||
width: "5%",
|
||||
},
|
||||
{ field: "erbanNo", title: "平台号", align: "center", width: "5%" },
|
||||
{ field: "nick", title: "昵称", align: "center", width: "5%" },
|
||||
{ field: "gender", title: "性别", align: "center", width: "5%" },
|
||||
|
@@ -16,11 +16,6 @@
|
||||
class="btn btn-default">
|
||||
<i class="glyphicon glyphicon-plus"></i>增加
|
||||
</button>
|
||||
|
||||
<button id="btnMultiDel"
|
||||
class="btn btn-default">
|
||||
<i class="glyphicon"></i>删除选中
|
||||
</button>
|
||||
<div class="text">banner尺寸"690*236</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -387,14 +382,6 @@ export default {
|
||||
function initTable () {
|
||||
$("#table").bootstrapTable({
|
||||
columns: [
|
||||
{
|
||||
field: "sel",
|
||||
title: "ID",
|
||||
align: "center",
|
||||
valign: "middle",
|
||||
checkbox: true,
|
||||
width: "1%",
|
||||
},
|
||||
{
|
||||
field: "bannerId",
|
||||
title: "bannerID",
|
||||
|
Reference in New Issue
Block a user