Commit 1ddcd376 by 齐伟伦

交接班增加确认人字段

parent dfcde3c6
...@@ -142,6 +142,18 @@ export const columns: BasicColumn[] = [ ...@@ -142,6 +142,18 @@ export const columns: BasicColumn[] = [
styleConfig: undefined, styleConfig: undefined,
listStyle: undefined, listStyle: undefined,
}, },
{
resizable: true,
dataIndex: 'jjr',
title: '确认人',
componentType: 'user',
fixed: false,
sorter: true,
styleConfig: undefined,
listStyle: undefined,
},
{ {
resizable: true, resizable: true,
...@@ -193,7 +205,6 @@ export const columns: BasicColumn[] = [ ...@@ -193,7 +205,6 @@ export const columns: BasicColumn[] = [
styleConfig: undefined, styleConfig: undefined,
listStyle: undefined, listStyle: undefined,
}, },
]; ];
//表头合并配置 //表头合并配置
export const headerMergingData = []; 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