超管中心 - 删除表头多选框

This commit is contained in:
2025-10-15 18:52:28 +08:00
parent 72f3e4bdf1
commit 86b02eebbf
3 changed files with 0 additions and 21 deletions

View File

@@ -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%' },

View File

@@ -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%" },

View File

@@ -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",