@@ -131,7 +131,7 @@
size="small"
@change="handleTableChange"
:pagination="pagination"
- :scroll="{ x: 2500 }"
+ :scroll="{ x: 3000 }"
:rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
>
<template #bodyCell="{ column, record }">
@@ -270,6 +270,19 @@
}
},
+ {
+ title: '修改人',
+ key: 'updateBy',
+ dataIndex: 'updateBy',
+ align: 'center',
+ },
+ title: '修改时间',
+ key: 'updateTime',
+ dataIndex: 'updateTime',
+
{
title: '操作(operation)',
key: 'operation',
@@ -84,7 +84,19 @@
title: '序号(sort number)',
dataIndex: 'sortNumber',
key: 'sortNumber',
- },
];
//表单搜索字段
const searchFormSchema: FormSchema[] = [
@@ -119,6 +131,7 @@
rowkey: 'id',
actionColumn: {
width: 120,
+ fixed:'right'
defSort: {
column: '',
@@ -126,6 +139,7 @@
scroll: {
y:'calc(100vh - 400px)',
+ x:1800
formConfig: {
schemas: searchFormSchema,
@@ -42,6 +42,18 @@ export const columns: BasicColumn[] = [
align: 'center',
dataIndex: 'createBy',
//查询数据
export const searchFormSchema: FormSchema[] = [
@@ -74,6 +74,10 @@
width: 200,
fixed:'right'
+ scroll: {
+ x: '2000px',
+ y:'calc(100vh - 400px)',
beforeFetch: (params) => {
return Object.assign(params, queryParam);
@@ -38,6 +38,18 @@ export const columns: BasicColumn[] = [
dataIndex: 'relateCustomer',
@@ -87,6 +87,10 @@
+ x:2000
@@ -132,6 +132,18 @@ export const columns: BasicColumn[] = [
@@ -71,6 +71,10 @@
+ x: '3500px',
@@ -40,6 +40,18 @@ export const columns: BasicColumn[] = [
align: "center",
dataIndex: 'country'
// 高级查询数据
@@ -135,6 +135,10 @@
fixed: 'right',
beforeFetch: async (params) => {
@@ -97,6 +97,18 @@ export const columns: BasicColumn[] = [
@@ -76,6 +76,10 @@