diff --git a/src/views/superCenter/CarGoodsAdminViewSuper.vue b/src/views/superCenter/CarGoodsAdminViewSuper.vue index 6fdb4f1..c63d05b 100644 --- a/src/views/superCenter/CarGoodsAdminViewSuper.vue +++ b/src/views/superCenter/CarGoodsAdminViewSuper.vue @@ -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%' }, diff --git a/src/views/superCenter/DynamicVerifyViewSuper.vue b/src/views/superCenter/DynamicVerifyViewSuper.vue index 8be6b1a..fbd7ac1 100644 --- a/src/views/superCenter/DynamicVerifyViewSuper.vue +++ b/src/views/superCenter/DynamicVerifyViewSuper.vue @@ -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%" }, diff --git a/src/views/superCenter/towPageBannerViewSuper.vue b/src/views/superCenter/towPageBannerViewSuper.vue index a9eee69..353348c 100644 --- a/src/views/superCenter/towPageBannerViewSuper.vue +++ b/src/views/superCenter/towPageBannerViewSuper.vue @@ -16,11 +16,6 @@ class="btn btn-default"> 增加 - -
banner尺寸"690*236
@@ -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",