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