Compare commits
2 Commits
38348130bf
...
2c69c9e538
| Author | SHA1 | Date |
|---|---|---|
|
|
2c69c9e538 | |
|
|
9f1f21b5d1 |
|
|
@ -5,6 +5,7 @@ export const achievementColumns: BasicColumn[] = [
|
|||
{
|
||||
title: 'shp名称',
|
||||
dataIndex: 'shpName',
|
||||
width: 200
|
||||
},
|
||||
{
|
||||
title: 'shp路径',
|
||||
|
|
@ -13,6 +14,7 @@ export const achievementColumns: BasicColumn[] = [
|
|||
{
|
||||
title: 'shp包含图斑数量',
|
||||
dataIndex: 'shpCount',
|
||||
width: 140
|
||||
},
|
||||
{
|
||||
title: '日期',
|
||||
|
|
@ -22,10 +24,12 @@ export const achievementColumns: BasicColumn[] = [
|
|||
{
|
||||
title: '地块名称',
|
||||
dataIndex: 'plotName',
|
||||
width: 140
|
||||
},
|
||||
{
|
||||
title: '面积(平方米)',
|
||||
dataIndex: 'areaNum',
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
title: '地区id',
|
||||
|
|
@ -35,10 +39,12 @@ export const achievementColumns: BasicColumn[] = [
|
|||
{
|
||||
title: '地区',
|
||||
dataIndex: 'areaName',
|
||||
width: 160
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
dataIndex: 'createTime',
|
||||
width: 160
|
||||
},
|
||||
];
|
||||
// 图形化建表-搜索
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
showTableSetting: true,
|
||||
bordered: true,
|
||||
actionColumn: {
|
||||
width: 180,
|
||||
width: 100,
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5,10 +5,12 @@ export const achievementColumns: BasicColumn[] = [
|
|||
{
|
||||
title: '影像名称',
|
||||
dataIndex: 'tifName',
|
||||
width: 200
|
||||
},
|
||||
{
|
||||
title: '影像路径',
|
||||
dataIndex: 'tifPath',
|
||||
|
||||
},
|
||||
{
|
||||
title: '日期',
|
||||
|
|
@ -18,10 +20,12 @@ export const achievementColumns: BasicColumn[] = [
|
|||
{
|
||||
title: '地块名称',
|
||||
dataIndex: 'plotName',
|
||||
width: 160
|
||||
},
|
||||
{
|
||||
title: '面积(平方米)',
|
||||
dataIndex: 'areaNum',
|
||||
width: 120
|
||||
},
|
||||
{
|
||||
title: '地区id',
|
||||
|
|
@ -31,10 +35,12 @@ export const achievementColumns: BasicColumn[] = [
|
|||
{
|
||||
title: '地区',
|
||||
dataIndex: 'areaName',
|
||||
width: 100
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
dataIndex: 'createTime',
|
||||
width: 160
|
||||
},
|
||||
];
|
||||
// 图形化建表-搜索
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
showTableSetting: true,
|
||||
bordered: true,
|
||||
actionColumn: {
|
||||
width: 180,
|
||||
width: 100,
|
||||
title: '操作',
|
||||
dataIndex: 'action',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue