|
@@ -199,16 +199,6 @@ export const equityColumns: BasicColumn[] = [
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
- title: '项目号',
|
|
|
- dataIndex: 'projectNum',
|
|
|
- width: 100,
|
|
|
- },
|
|
|
- {
|
|
|
- title: '备注',
|
|
|
- dataIndex: 'remark',
|
|
|
- width: 100,
|
|
|
- },
|
|
|
- {
|
|
|
title: '使用类型',
|
|
|
dataIndex: 'useTypeStr',
|
|
|
width: 100,
|
|
@@ -260,6 +250,16 @@ export const equityColumns: BasicColumn[] = [
|
|
|
dataIndex: 'snCode',
|
|
|
width: 100,
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '项目号',
|
|
|
+ dataIndex: 'projectNum',
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备注',
|
|
|
+ dataIndex: 'remark',
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
];
|
|
|
export const equitySearchForm: Partial<FormProps> = {
|
|
|
labelWidth: 100,
|
|
@@ -504,16 +504,6 @@ export const dowmColumns: BasicColumn[] = [
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
- title: '项目号',
|
|
|
- dataIndex: 'projectNum',
|
|
|
- width: 100,
|
|
|
- },
|
|
|
- {
|
|
|
- title: '备注',
|
|
|
- dataIndex: 'remark',
|
|
|
- width: 100,
|
|
|
- },
|
|
|
- {
|
|
|
title: '使用类型',
|
|
|
dataIndex: 'useTypeStr',
|
|
|
width: 100,
|
|
@@ -558,6 +548,16 @@ export const dowmColumns: BasicColumn[] = [
|
|
|
dataIndex: 'payMethod',
|
|
|
width: 180,
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '项目号',
|
|
|
+ dataIndex: 'projectNum',
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '备注',
|
|
|
+ dataIndex: 'remark',
|
|
|
+ width: 100,
|
|
|
+ },
|
|
|
];
|
|
|
//相机订单
|
|
|
export const cameraColumns: BasicColumn[] = [
|