将列表中的多选框
{ type: 'checkbox', width: 30 }, // 多选框+
修改为
{ type: 'checkbox', width: 'auto' }, // 多选框+
This commit is contained in:
parent
48bfa2b9c7
commit
aa67bdeaef
|
|
@ -127,7 +127,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 },
|
{ type: 'checkbox', width: 'auto' },
|
||||||
{ type: 'seq', width: 50 },
|
{ type: 'seq', width: 50 },
|
||||||
{ title: '操作', slots: { default: 'op' },width:120 },
|
{ title: '操作', slots: { default: 'op' },width:120 },
|
||||||
{ field: 'name', sortable: true, title: '名称' },
|
{ field: 'name', sortable: true, title: '名称' },
|
||||||
|
|
|
||||||
|
|
@ -194,7 +194,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 },
|
{ type: 'checkbox', width: 'auto' },
|
||||||
{ type: 'seq', width: 50 },
|
{ type: 'seq', width: 50 },
|
||||||
{ field: 'realname', sortable: true, title: '名称' },
|
{ field: 'realname', sortable: true, title: '名称' },
|
||||||
{ field: 'nickname', sortable: true, title: '昵称', showHeaderOverflow: true },
|
{ field: 'nickname', sortable: true, title: '昵称', showHeaderOverflow: true },
|
||||||
|
|
|
||||||
|
|
@ -158,7 +158,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 },
|
{ type: 'checkbox', width: 'auto' },
|
||||||
{ type: 'seq', width: 50 },
|
{ type: 'seq', width: 50 },
|
||||||
{ field: 'name', sortable: true, title: '角色' },
|
{ field: 'name', sortable: true, title: '角色' },
|
||||||
{ field: 'desc', sortable: true, title: '角色描述', showHeaderOverflow: true } ,
|
{ field: 'desc', sortable: true, title: '角色描述', showHeaderOverflow: true } ,
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 },
|
{ type: 'checkbox', width: 'auto' },
|
||||||
{ type: 'seq', width: 50 },
|
{ type: 'seq', width: 50 },
|
||||||
{ field: 'title', sortable: true, title: '代理商名称' },
|
{ field: 'title', sortable: true, title: '代理商名称' },
|
||||||
{ field: 'short_name', sortable: true, title: '代理商简称', showHeaderOverflow: true },
|
{ field: 'short_name', sortable: true, title: '代理商简称', showHeaderOverflow: true },
|
||||||
|
|
|
||||||
|
|
@ -231,7 +231,7 @@ export default {
|
||||||
|
|
||||||
// 列配置
|
// 列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 50 }, // ID序号
|
{ type: 'seq', width: 50 }, // ID序号
|
||||||
{ field: 'name', sortable: true, title: '服务名' },
|
{ field: 'name', sortable: true, title: '服务名' },
|
||||||
{ field: 'title', sortable: true, title: '标题', showHeaderOverflow: true },
|
{ field: 'title', sortable: true, title: '标题', showHeaderOverflow: true },
|
||||||
|
|
|
||||||
|
|
@ -160,7 +160,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
{ slots: { default: 'logo' }, width: 120, sortable: true, title: '公司Logo', showHeaderOverflow: true }, // logo 自定义列
|
{ slots: { default: 'logo' }, width: 120, sortable: true, title: '公司Logo', showHeaderOverflow: true }, // logo 自定义列
|
||||||
{ field: 'title', sortable: true, title: '公司名称', width: 250 }, // 公司名称
|
{ field: 'title', sortable: true, title: '公司名称', width: 250 }, // 公司名称
|
||||||
|
|
|
||||||
|
|
@ -187,7 +187,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 },
|
{ type: 'checkbox', width: 'auto' },
|
||||||
{ type: 'seq', width: 50 },
|
{ type: 'seq', width: 50 },
|
||||||
{ field: 'name', sortable: true, title: '服务名' },
|
{ field: 'name', sortable: true, title: '服务名' },
|
||||||
{ field: 'title', sortable: true, title: '标题', showHeaderOverflow: true },
|
{ field: 'title', sortable: true, title: '标题', showHeaderOverflow: true },
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 },
|
{ type: 'checkbox', width: 'auto' },
|
||||||
{ type: 'seq', width: 50 },
|
{ type: 'seq', width: 50 },
|
||||||
{ field: 'title', sortable: true, title: '标题' },
|
{ field: 'title', sortable: true, title: '标题' },
|
||||||
{ slots: { default: 'logo' }, width: 120, sortable: true, title: '项目Logo', showHeaderOverflow: true },
|
{ slots: { default: 'logo' }, width: 120, sortable: true, title: '项目Logo', showHeaderOverflow: true },
|
||||||
|
|
|
||||||
|
|
@ -127,7 +127,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 },
|
{ type: 'checkbox', width: 'auto' },
|
||||||
{ type: 'seq', width: 50 },
|
{ type: 'seq', width: 50 },
|
||||||
{ field: 'title', sortable: true, title: '权限名' },
|
{ field: 'title', sortable: true, title: '权限名' },
|
||||||
{ field: 'permission_code', sortable: true, title: '编号', showHeaderOverflow: true },
|
{ field: 'permission_code', sortable: true, title: '编号', showHeaderOverflow: true },
|
||||||
|
|
|
||||||
|
|
@ -140,7 +140,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 },
|
{ type: 'checkbox', width: 'auto' },
|
||||||
{ type: 'seq', width: 50 },
|
{ type: 'seq', width: 50 },
|
||||||
{ field: 'name', sortable: true, title: '服务名称', width: 180 },
|
{ field: 'name', sortable: true, title: '服务名称', width: 180 },
|
||||||
{ field: 'title', sortable: true, title: '服务中文名', showHeaderOverflow: true, width: 220 },
|
{ field: 'title', sortable: true, title: '服务中文名', showHeaderOverflow: true, width: 220 },
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
||||||
{ field: 'name', sortable: true, title: '套餐名', width: 250 },
|
{ field: 'name', sortable: true, title: '套餐名', width: 250 },
|
||||||
|
|
|
||||||
|
|
@ -82,7 +82,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
||||||
{ field: 'realname', sortable: true, title: '姓名', width: 250 },
|
{ field: 'realname', sortable: true, title: '姓名', width: 250 },
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
||||||
{ field: 'code', sortable: true, title: '编码', width: 250 }, // 编码
|
{ field: 'code', sortable: true, title: '编码', width: 250 }, // 编码
|
||||||
|
|
|
||||||
|
|
@ -344,7 +344,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
||||||
{ field: 'code', sortable: true, title: '编码', width: 250 }, // 编码
|
{ field: 'code', sortable: true, title: '编码', width: 250 }, // 编码
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
|
||||||
|
|
@ -331,7 +331,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
||||||
{ field: 'code', sortable: true, title: '编码', width: 250 }, // 编码
|
{ field: 'code', sortable: true, title: '编码', width: 250 }, // 编码
|
||||||
|
|
|
||||||
|
|
@ -246,7 +246,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
||||||
{ field: 'production_number', sortable: true, title: '单据编码', width: 250 }, // 编码
|
{ field: 'production_number', sortable: true, title: '单据编码', width: 250 }, // 编码
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
||||||
{ field: 'code', sortable: true, title: '编码', width: 250 }, // 编码
|
{ field: 'code', sortable: true, title: '编码', width: 250 }, // 编码
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
||||||
{ field: 'code', sortable: true, title: '编码', width: 250 }, // 编码
|
{ field: 'code', sortable: true, title: '编码', width: 250 }, // 编码
|
||||||
|
|
|
||||||
|
|
@ -147,7 +147,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -147,7 +147,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -105,7 +105,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -104,7 +104,7 @@ export default {
|
||||||
id: 'datagrid_1', // 表格唯一标识
|
id: 'datagrid_1', // 表格唯一标识
|
||||||
|
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
|
|
||||||
{ field: 'name', sortable: true, title: '姓名', width: 130 },
|
{ field: 'name', sortable: true, title: '姓名', width: 130 },
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框+
|
{ type: 'checkbox', width: 'auto' }, // 多选框+
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -161,7 +161,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
|
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -156,7 +156,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -227,7 +227,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
{ title: '操作', slots: { default: 'op' }, width: 120 },
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -226,7 +226,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -236,7 +236,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -148,7 +148,7 @@ export default {
|
||||||
|
|
||||||
// 表格列配置
|
// 表格列配置
|
||||||
columns: [
|
columns: [
|
||||||
{ type: 'checkbox', width: 50 }, // 多选框
|
{ type: 'checkbox', width: 'auto' }, // 多选框
|
||||||
{ type: 'seq', width: 'auto' }, // 序号
|
{ type: 'seq', width: 'auto' }, // 序号
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue