将列表中的多选框

{ type: 'checkbox', width: 30 }, // 多选框+
修改为
{ type: 'checkbox', width: 'auto' }, // 多选框+
This commit is contained in:
zxx 2023-06-30 14:50:31 +08:00
parent 48bfa2b9c7
commit aa67bdeaef
76 changed files with 76 additions and 76 deletions

View File

@ -127,7 +127,7 @@ export default {
}
},
columns: [
{ type: 'checkbox', width: 50 },
{ type: 'checkbox', width: 'auto' },
{ type: 'seq', width: 50 },
{ title: '操作', slots: { default: 'op' },width:120 },
{ field: 'name', sortable: true, title: '名称' },

View File

@ -194,7 +194,7 @@ export default {
}
},
columns: [
{ type: 'checkbox', width: 50 },
{ type: 'checkbox', width: 'auto' },
{ type: 'seq', width: 50 },
{ field: 'realname', sortable: true, title: '名称' },
{ field: 'nickname', sortable: true, title: '昵称', showHeaderOverflow: true },

View File

@ -158,7 +158,7 @@ export default {
}
},
columns: [
{ type: 'checkbox', width: 50 },
{ type: 'checkbox', width: 'auto' },
{ type: 'seq', width: 50 },
{ field: 'name', sortable: true, title: '角色' },
{ field: 'desc', sortable: true, title: '角色描述', showHeaderOverflow: true } ,

View File

@ -136,7 +136,7 @@ export default {
}
},
columns: [
{ type: 'checkbox', width: 50 },
{ type: 'checkbox', width: 'auto' },
{ type: 'seq', width: 50 },
{ field: 'title', sortable: true, title: '代理商名称' },
{ field: 'short_name', sortable: true, title: '代理商简称', showHeaderOverflow: true },

View File

@ -231,7 +231,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 50 }, // ID
{ field: 'name', sortable: true, title: '服务名' },
{ field: 'title', sortable: true, title: '标题', showHeaderOverflow: true },

View File

@ -160,7 +160,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //
{ slots: { default: 'logo' }, width: 120, sortable: true, title: '公司Logo', showHeaderOverflow: true }, // logo
{ field: 'title', sortable: true, title: '公司名称', width: 250 }, //

View File

@ -187,7 +187,7 @@ export default {
}
},
columns: [
{ type: 'checkbox', width: 50 },
{ type: 'checkbox', width: 'auto' },
{ type: 'seq', width: 50 },
{ field: 'name', sortable: true, title: '服务名' },
{ field: 'title', sortable: true, title: '标题', showHeaderOverflow: true },

View File

@ -143,7 +143,7 @@ export default {
}
},
columns: [
{ type: 'checkbox', width: 50 },
{ type: 'checkbox', width: 'auto' },
{ type: 'seq', width: 50 },
{ field: 'title', sortable: true, title: '标题' },
{ slots: { default: 'logo' }, width: 120, sortable: true, title: '项目Logo', showHeaderOverflow: true },

View File

@ -127,7 +127,7 @@ export default {
}
},
columns: [
{ type: 'checkbox', width: 50 },
{ type: 'checkbox', width: 'auto' },
{ type: 'seq', width: 50 },
{ field: 'title', sortable: true, title: '权限名' },
{ field: 'permission_code', sortable: true, title: '编号', showHeaderOverflow: true },

View File

@ -140,7 +140,7 @@ export default {
}
},
columns: [
{ type: 'checkbox', width: 50 },
{ type: 'checkbox', width: 'auto' },
{ type: 'seq', width: 50 },
{ field: 'name', sortable: true, title: '服务名称', width: 180 },
{ field: 'title', sortable: true, title: '服务中文名', showHeaderOverflow: true, width: 220 },

View File

@ -82,7 +82,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ field: 'name', sortable: true, title: '套餐名', width: 250 },

View File

@ -82,7 +82,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ field: 'realname', sortable: true, title: '姓名', width: 250 },

View File

@ -83,7 +83,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ field: 'code', sortable: true, title: '编码', width: 250 }, //

View File

@ -344,7 +344,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },

View File

@ -105,7 +105,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },

View File

@ -94,7 +94,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ field: 'code', sortable: true, title: '编码', width: 250 }, //

View File

@ -99,7 +99,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },

View File

@ -331,7 +331,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },

View File

@ -94,7 +94,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ field: 'code', sortable: true, title: '编码', width: 250 }, //

View File

@ -246,7 +246,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },

View File

@ -197,7 +197,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },

View File

@ -87,7 +87,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },

View File

@ -86,7 +86,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ field: 'production_number', sortable: true, title: '单据编码', width: 250 }, //

View File

@ -129,7 +129,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },

View File

@ -94,7 +94,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ field: 'code', sortable: true, title: '编码', width: 250 }, //

View File

@ -94,7 +94,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ field: 'code', sortable: true, title: '编码', width: 250 }, //

View File

@ -147,7 +147,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -147,7 +147,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -105,7 +105,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -104,7 +104,7 @@ export default {
id: 'datagrid_1', //
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ field: 'name', sortable: true, title: '姓名', width: 130 },

View File

@ -156,7 +156,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -156,7 +156,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, // +
{ type: 'checkbox', width: 'auto' }, // +
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -161,7 +161,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -156,7 +156,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -156,7 +156,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -161,7 +161,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -156,7 +156,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -162,7 +162,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -156,7 +156,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -227,7 +227,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ title: '操作', slots: { default: 'op' }, width: 120 },
{ type: 'seq', width: 'auto' }, //

View File

@ -226,7 +226,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -226,7 +226,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -226,7 +226,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -226,7 +226,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -226,7 +226,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -226,7 +226,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -226,7 +226,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -236,7 +236,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -236,7 +236,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -236,7 +236,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -236,7 +236,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -236,7 +236,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -236,7 +236,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -236,7 +236,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //

View File

@ -148,7 +148,7 @@ export default {
//
columns: [
{ type: 'checkbox', width: 50 }, //
{ type: 'checkbox', width: 'auto' }, //
{ type: 'seq', width: 'auto' }, //