|
@@ -199,6 +199,16 @@ export const equityColumns: BasicColumn[] = [
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
+ title: '项目号',
|
|
|
+ dataIndex: 'projectNum',
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备注',
|
|
|
+ dataIndex: 'remark',
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
title: '使用类型',
|
|
|
dataIndex: 'useTypeStr',
|
|
|
width: 100,
|
|
@@ -494,6 +504,16 @@ export const dowmColumns: BasicColumn[] = [
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
+ title: '项目号',
|
|
|
+ dataIndex: 'projectNum',
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备注',
|
|
|
+ dataIndex: 'remark',
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
title: '使用类型',
|
|
|
dataIndex: 'useTypeStr',
|
|
|
width: 100,
|