提交 5d6b587f authored 作者: gjx's avatar gjx

统计单位

上级 e41f766e
......@@ -8,7 +8,7 @@ VITE_PUBLIC_PATH = /
# VITE_PROXY = [["/Soil","http://36.40.79.205:8069/Soil/"],["/upload","http://localhost:3300/upload"]]
VITE_PROXY = [["/Soil","http://36.40.79.205:8069/Soil/"],["/upload","http://36.40.79.205:8069/upload"]]
VITE_PROXY = [["/Soil","http://192.168.0.104:8069/Soil/"],["/upload","http://192.168.0.104:8069/upload"]]
......@@ -16,7 +16,7 @@ VITE_PROXY = [["/Soil","http://36.40.79.205:8069/Soil/"],["/upload","http://36.4
VITE_GLOB_API_URL=/Soil
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://36.40.79.205:8069/Soil/
VITE_GLOB_DOMAIN_URL=http://192.168.0.104:8069/Soil/
# 接口前缀
......
......@@ -168,12 +168,6 @@ export const searchFormSchema: FormSchema[] = [
}
},
},
{
label: '行业类别',
field: 'hylb',
component: 'TreeSelect',
slot: 'category',
},
{
label: '地块调查填报方式',
field: 'dclx',
......@@ -242,20 +236,15 @@ export const DKdcsearchFormSchema: FormSchema[] = [
};
},
},
{
label: '行业类别',
field: 'hylb',
component: 'TreeSelect',
slot: 'category',
},
{
label: '政策依据',
field: 'faliyiju',
component: 'JSearchSelect',
componentProps: {
dict: 'dk_zcyj',
},
},
// {
// label: '政策依据',
// field: 'faliyiju',
// component: 'JSearchSelect',
// componentProps: {
// dict: 'dk_zcyj',
// },
// },
{
label: '地块添加日期',
field: 'data',
......
......@@ -131,13 +131,6 @@ export const BzsearchFormSchema: FormSchema[] = [
}
},
},
{
label: '行业类别',
field: 'hylb',
component: 'TreeSelect',
slot: 'category',
},
{
label: '报告完成日期',
field: 'data',
......@@ -150,7 +143,7 @@ export const BzsearchFormSchema: FormSchema[] = [
},
{
label: '单位名称',
field: 'wrdkbm',
field: 'dwmcdm',
component: 'Input',
componentProps: {
placeholder: '单位名称或信用代码'
......@@ -164,17 +157,17 @@ export const BzColumns: BasicColumn[] = [
{
title: '单位名称',
dataIndex: 'name',
dataIndex: 'dwmc',
resizable: true,
},
{
title: '统一社会信用代码',
dataIndex: 'wrdkmc',
dataIndex: 'tyshxydm',
resizable: true,
},
{
title: '参与地块数量',
dataIndex: 'wrdkbm',
dataIndex: 'zdks',
resizable: true,
},
{
......@@ -183,19 +176,19 @@ export const BzColumns: BasicColumn[] = [
children: [
{
title: '地块调查',
dataIndex: 'fxgkzzkz',
dataIndex: 'dkdcs',
},
{
title: '风险评估',
dataIndex: 'fxgkywc',
dataIndex: 'fxpgs',
},
{
title: '管控修复',
dataIndex: 'fxgkwkz',
dataIndex: 'gkxfs',
},
{
title: '效果评估',
dataIndex: 'fxgkwkz',
dataIndex: 'xgpgs',
},
]
},
......@@ -206,12 +199,12 @@ export const BzqyColumns: BasicColumn[] = [
{
title: '单位名称',
dataIndex: 'name',
dataIndex: 'dwmc',
resizable: true,
},
{
title: '统一社会信用代码',
dataIndex: 'wrdkmc',
dataIndex: 'tyshxydm',
resizable: true,
},
{
......@@ -226,7 +219,7 @@ export const BzqyColumns: BasicColumn[] = [
},
{
title: '参与地块数量',
dataIndex: 'wrdkbm',
dataIndex: 'zdks',
resizable: true,
},
{
......@@ -235,19 +228,19 @@ export const BzqyColumns: BasicColumn[] = [
children: [
{
title: '地块调查',
dataIndex: 'fxgkzzkz',
dataIndex: 'dkdcs',
},
{
title: '风险评估',
dataIndex: 'fxgkywc',
dataIndex: 'fxpgs',
},
{
title: '管控修复',
dataIndex: 'fxgkwkz',
dataIndex: 'gkxfs',
},
{
title: '效果评估',
dataIndex: 'fxgkwkz',
dataIndex: 'xgpgs',
},
]
},
......@@ -258,17 +251,17 @@ export const JcColumns: BasicColumn[] = [
{
title: '单位名称',
dataIndex: 'name',
dataIndex: 'dwmc',
resizable: true,
},
{
title: '统一社会信用代码',
dataIndex: 'wrdkmc',
dataIndex: 'tyshxydm',
resizable: true,
},
{
title: '参与地块数量',
dataIndex: 'wrdkbm',
dataIndex: 'zdks',
resizable: true,
},
{
......@@ -277,19 +270,19 @@ export const JcColumns: BasicColumn[] = [
children: [
{
title: '地块调查',
dataIndex: 'fxgkzzkz',
dataIndex: 'dkdcs',
},
{
title: '风险管控效果评估',
dataIndex: 'fxgkywc',
dataIndex: 'fxgkxgpgs',
},
{
title: '修复效果评估',
dataIndex: 'fxgkwkz',
dataIndex: 'xfxgpgs',
},
{
title: '管控及修复效果评估',
dataIndex: 'fxgkwkz',
dataIndex: 'gkjxfxgpgs',
},
]
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论