|
@@ -37,18 +37,36 @@ export const querySchema: FormSchemaGetter = () => [
|
|
|
export const columns: VxeGridProps['columns'] = [
|
|
|
{ type: 'checkbox', width: 60 },
|
|
|
{
|
|
|
- title: '参数名称',
|
|
|
+ title: '序号',
|
|
|
field: 'configName',
|
|
|
},
|
|
|
{
|
|
|
- title: '参数KEY',
|
|
|
+ title: '项目名称',
|
|
|
field: 'configKey',
|
|
|
},
|
|
|
{
|
|
|
- title: '参数Value',
|
|
|
+ title: '项目所在地',
|
|
|
+ field: 'configValue',
|
|
|
+ slots: {
|
|
|
+ default: ({ row }) => {
|
|
|
+ return row.configValue;
|
|
|
+/* return renderDict(row.configType, DictEnum.SYS_YES_NO);*/
|
|
|
+ },
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '项目建设内容',
|
|
|
field: 'configValue',
|
|
|
},
|
|
|
{
|
|
|
+ title: '计划总投资/n(亿元)',
|
|
|
+ field: 'configValue',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '进展情况',
|
|
|
+ field: 'configValue',
|
|
|
+ },
|
|
|
+/* {
|
|
|
title: '系统内置',
|
|
|
field: 'configType',
|
|
|
width: 120,
|
|
@@ -57,7 +75,7 @@ export const columns: VxeGridProps['columns'] = [
|
|
|
return renderDict(row.configType, DictEnum.SYS_YES_NO);
|
|
|
},
|
|
|
},
|
|
|
- },
|
|
|
+ },*/
|
|
|
{
|
|
|
title: '备注',
|
|
|
field: 'remark',
|