Skip to content
项目
群组
代码片段
帮助
正在加载...
登录/注册
切换导航
广
广东建设用地-前端
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
广东建设用地
广东建设用地-前端
Commits
c696524b
提交
c696524b
authored
11月 20, 2023
作者:
张耀丹
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
归档材料信息=》代码优化
上级
e202c92b
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
4 行增加
和
170 行删除
+4
-170
Detail.vue
src/views/directory/components/Detail.vue
+3
-4
viewData.ts
src/views/directory/components/viewData.ts
+1
-22
viewData.ts
src/views/dkgl/fxgk/viewData.ts
+0
-18
viewData.ts
src/views/dkgl/fxpg/viewData.ts
+0
-18
viewData.ts
src/views/dkgl/gkpg/viewData.ts
+0
-18
viewData.ts
src/views/dkgl/gkxf/viewData.ts
+0
-18
viewData.ts
src/views/dkgl/gkxfpg/viewData.ts
+0
-18
viewData.ts
src/views/dkgl/investigate/modal/viewData.ts
+0
-18
viewData.ts
src/views/dkgl/repair/viewData.ts
+0
-18
viewData.ts
src/views/dkgl/xfpg/viewData.ts
+0
-18
没有找到文件。
src/views/directory/components/Detail.vue
浏览文件 @
c696524b
...
...
@@ -88,9 +88,7 @@
</Border1>
<!-- 归档材料信息 -->
<Border
title=
"归档材料信息"
v-model=
"ismaterial"
>
<a-table
class=
" w-[98%] mx-auto"
v-if=
"ismaterial"
:columns=
"materialColumns"
:data-source=
"materialList"
>
</a-table>
<ViewGdcl
class=
"w-[98%] mx-auto"
:data=
"record?.gdclList || []"
v-show=
"ismaterial"
/>
</Border>
<a-divider
orientation=
"left"
>
历次评审信息
</a-divider>
<Border
title=
"归档材料信息"
v-model=
"ishistroy"
>
...
...
@@ -127,8 +125,9 @@ import dkbjfileUpload from '/@/components/customComponent/dkbjfileUpload.vue'
import
fillProgress
from
'/@/components/customComponent/fillProgress.vue'
import
ReviewMaterial
from
'/@/components/customComponent/ReviewMaterial.vue'
import
Border
from
'/@/components/customComponent/Border.vue'
import
ViewGdcl
from
'/@/components/customComponent/ViewGdcl.vue'
;
// 公共组件
import
{
useModal
}
from
'/@/components/Modal'
;
import
{
opinionColumns
,
participantsColumns
,
materialColumns
,
histroyColumns
,
zjpsColumns
}
from
'./viewData'
import
{
opinionColumns
,
participantsColumns
,
histroyColumns
,
zjpsColumns
}
from
'./viewData'
import
{
useRouter
}
from
'vue-router'
;
import
{
plotDetails
,
reviewRecords
}
from
'/@/api/common/api'
import
AdviceModal
from
'./AdviceModal.vue'
...
...
src/views/directory/components/viewData.ts
浏览文件 @
c696524b
...
...
@@ -65,26 +65,6 @@ export const participantsColumns: BasicColumn[] = [
align
:
'center'
},
]
// 归档材料信息
export
const
materialColumns
:
BasicColumn
[]
=
[
{
title
:
'报告名称'
,
dataIndex
:
'gdcllj'
,
align
:
'center'
},
{
title
:
'报告材料名称'
,
dataIndex
:
'gdclmc'
,
align
:
'center'
},
{
title
:
'报告上传日期'
,
dataIndex
:
'gdsj'
,
align
:
'center'
},
]
// 下达指导意见
export
const
AdviceFormSchema
:
FormSchema
[]
=
[
{
label
:
'污染地块ID'
,
field
:
'wrdkid'
,
required
:
true
,
component
:
'Input'
,
show
:
false
},
...
...
@@ -177,4 +157,4 @@ export const zjpsColumns: BasicColumn[] = [
dataIndex
:
'zjxm'
,
align
:
'center'
},
]
\ No newline at end of file
]
src/views/dkgl/fxgk/viewData.ts
浏览文件 @
c696524b
...
...
@@ -64,24 +64,6 @@ export const participantsColumns: BasicColumn[] = [
align
:
'center'
,
},
];
// 归档材料信息
export
const
materialColumns
:
BasicColumn
[]
=
[
{
title
:
'报告名称'
,
dataIndex
:
'gdcllj'
,
align
:
'center'
,
},
{
title
:
'报告材料名称'
,
dataIndex
:
'gdclmc'
,
align
:
'center'
,
},
{
title
:
'报告上传日期'
,
dataIndex
:
'gdsj'
,
align
:
'center'
,
},
];
// 下达指导意见
export
const
AdviceFormSchema
:
FormSchema
[]
=
[
{
label
:
'污染地块ID'
,
field
:
'wrdkid'
,
required
:
true
,
component
:
'Input'
,
show
:
false
},
...
...
src/views/dkgl/fxpg/viewData.ts
浏览文件 @
c696524b
...
...
@@ -64,24 +64,6 @@ export const participantsColumns: BasicColumn[] = [
align
:
'center'
,
},
];
// 归档材料信息
export
const
materialColumns
:
BasicColumn
[]
=
[
{
title
:
'报告名称'
,
dataIndex
:
'gdcllj'
,
align
:
'center'
,
},
{
title
:
'报告材料名称'
,
dataIndex
:
'gdclmc'
,
align
:
'center'
,
},
{
title
:
'报告上传日期'
,
dataIndex
:
'gdsj'
,
align
:
'center'
,
},
];
// 下达指导意见
export
const
AdviceFormSchema
:
FormSchema
[]
=
[
{
label
:
'污染地块ID'
,
field
:
'wrdkid'
,
required
:
true
,
component
:
'Input'
,
show
:
false
},
...
...
src/views/dkgl/gkpg/viewData.ts
浏览文件 @
c696524b
...
...
@@ -64,24 +64,6 @@ export const participantsColumns: BasicColumn[] = [
align
:
'center'
,
},
];
// 归档材料信息
export
const
materialColumns
:
BasicColumn
[]
=
[
{
title
:
'报告名称'
,
dataIndex
:
'gdcllj'
,
align
:
'center'
,
},
{
title
:
'报告材料名称'
,
dataIndex
:
'gdclmc'
,
align
:
'center'
,
},
{
title
:
'报告上传日期'
,
dataIndex
:
'gdsj'
,
align
:
'center'
,
},
];
// 下达指导意见
export
const
AdviceFormSchema
:
FormSchema
[]
=
[
{
label
:
'污染地块ID'
,
field
:
'wrdkid'
,
required
:
true
,
component
:
'Input'
,
show
:
false
},
...
...
src/views/dkgl/gkxf/viewData.ts
浏览文件 @
c696524b
...
...
@@ -64,24 +64,6 @@ export const participantsColumns: BasicColumn[] = [
align
:
'center'
,
},
];
// 归档材料信息
export
const
materialColumns
:
BasicColumn
[]
=
[
{
title
:
'报告名称'
,
dataIndex
:
'gdcllj'
,
align
:
'center'
,
},
{
title
:
'报告材料名称'
,
dataIndex
:
'gdclmc'
,
align
:
'center'
,
},
{
title
:
'报告上传日期'
,
dataIndex
:
'gdsj'
,
align
:
'center'
,
},
];
// 下达指导意见
export
const
AdviceFormSchema
:
FormSchema
[]
=
[
{
label
:
'污染地块ID'
,
field
:
'wrdkid'
,
required
:
true
,
component
:
'Input'
,
show
:
false
},
...
...
src/views/dkgl/gkxfpg/viewData.ts
浏览文件 @
c696524b
...
...
@@ -64,24 +64,6 @@ export const participantsColumns: BasicColumn[] = [
align
:
'center'
,
},
];
// 归档材料信息
export
const
materialColumns
:
BasicColumn
[]
=
[
{
title
:
'报告名称'
,
dataIndex
:
'gdcllj'
,
align
:
'center'
,
},
{
title
:
'报告材料名称'
,
dataIndex
:
'gdclmc'
,
align
:
'center'
,
},
{
title
:
'报告上传日期'
,
dataIndex
:
'gdsj'
,
align
:
'center'
,
},
];
// 下达指导意见
export
const
AdviceFormSchema
:
FormSchema
[]
=
[
{
label
:
'污染地块ID'
,
field
:
'wrdkid'
,
required
:
true
,
component
:
'Input'
,
show
:
false
},
...
...
src/views/dkgl/investigate/modal/viewData.ts
浏览文件 @
c696524b
import
{
BasicColumn
}
from
'/@/components/Table'
;
import
{
FormSchema
}
from
'/@/components/Table'
;
// 归档材料信息
export
const
materialColumns
:
BasicColumn
[]
=
[
{
title
:
'报告名称'
,
dataIndex
:
'gdcllj'
,
align
:
'center'
,
},
{
title
:
'报告材料名称'
,
dataIndex
:
'gdclmc'
,
align
:
'center'
,
},
{
title
:
'报告上传日期'
,
dataIndex
:
'gdsj'
,
align
:
'center'
,
},
];
// 下达指导意见
export
const
AdviceFormSchema
:
FormSchema
[]
=
[
{
label
:
'污染地块ID'
,
field
:
'wrdkid'
,
required
:
true
,
component
:
'Input'
,
show
:
false
},
...
...
src/views/dkgl/repair/viewData.ts
浏览文件 @
c696524b
...
...
@@ -64,24 +64,6 @@ export const participantsColumns: BasicColumn[] = [
align
:
'center'
,
},
];
// 归档材料信息
export
const
materialColumns
:
BasicColumn
[]
=
[
{
title
:
'报告名称'
,
dataIndex
:
'gdcllj'
,
align
:
'center'
,
},
{
title
:
'报告材料名称'
,
dataIndex
:
'gdclmc'
,
align
:
'center'
,
},
{
title
:
'报告上传日期'
,
dataIndex
:
'gdsj'
,
align
:
'center'
,
},
];
// 下达指导意见
export
const
AdviceFormSchema
:
FormSchema
[]
=
[
{
label
:
'污染地块ID'
,
field
:
'wrdkid'
,
required
:
true
,
component
:
'Input'
,
show
:
false
},
...
...
src/views/dkgl/xfpg/viewData.ts
浏览文件 @
c696524b
...
...
@@ -65,24 +65,6 @@ export const participantsColumns: BasicColumn[] = [
align
:
'center'
},
]
// 归档材料信息
export
const
materialColumns
:
BasicColumn
[]
=
[
{
title
:
'报告名称'
,
dataIndex
:
'gdcllj'
,
align
:
'center'
},
{
title
:
'报告材料名称'
,
dataIndex
:
'gdclmc'
,
align
:
'center'
},
{
title
:
'报告上传日期'
,
dataIndex
:
'gdsj'
,
align
:
'center'
},
]
// 下达指导意见
export
const
AdviceFormSchema
:
FormSchema
[]
=
[
{
label
:
'污染地块ID'
,
field
:
'wrdkid'
,
required
:
true
,
component
:
'Input'
,
show
:
false
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论