Compare commits

...

2 Commits

Author SHA1 Message Date
zzq 2c69c9e538 Merge branch 'main' of http://123.132.248.154:10000/gitY/TianWangHuiYan 2024-11-28 16:48:59 +08:00
zzq 9f1f21b5d1 成果管理优化 2024-11-28 16:48:53 +08:00
4 changed files with 14 additions and 2 deletions

View File

@ -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
}, },
]; ];
// 图形化建表-搜索 // 图形化建表-搜索

View File

@ -71,7 +71,7 @@
showTableSetting: true, showTableSetting: true,
bordered: true, bordered: true,
actionColumn: { actionColumn: {
width: 180, width: 100,
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
}, },

View File

@ -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
}, },
]; ];
// 图形化建表-搜索 // 图形化建表-搜索

View File

@ -71,7 +71,7 @@
showTableSetting: true, showTableSetting: true,
bordered: true, bordered: true,
actionColumn: { actionColumn: {
width: 180, width: 100,
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
}, },