Commit 3af1e001 by 董晓奇

Merge branch 'hongshun' of https://git.rokedata.com/jinmin/weiqiao-vue into hongshun

parents 05741eb9 1ddcd376
......@@ -142,6 +142,18 @@ export const columns: BasicColumn[] = [
styleConfig: undefined,
listStyle: undefined,
},
{
resizable: true,
dataIndex: 'jjr',
title: '确认人',
componentType: 'user',
fixed: false,
sorter: true,
styleConfig: undefined,
listStyle: undefined,
},
{
resizable: true,
......@@ -193,7 +205,6 @@ export const columns: BasicColumn[] = [
styleConfig: undefined,
listStyle: undefined,
},
];
//表头合并配置
export const headerMergingData = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment