|
|
@@ -185,18 +185,23 @@ export default {
|
|
|
{
|
|
|
label: '项目总投资(万元)',
|
|
|
prop: 'totalAmount',
|
|
|
- width: 180,
|
|
|
+ width: 120,
|
|
|
type: 'number',
|
|
|
precision: 2,
|
|
|
formatter: (val, value, label) => {
|
|
|
return val.totalAmount.toLocaleString()
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ label: '所属机构',
|
|
|
+ prop: 'implementingAgency',
|
|
|
+ width: 240
|
|
|
+ },
|
|
|
{
|
|
|
label: '项目类型',
|
|
|
prop: 'projectTypeName',
|
|
|
type: 'select',
|
|
|
- width: 240,
|
|
|
+ width: 180,
|
|
|
dicUrl: '/api/blade-system/dict-biz/dictionary?code=project-tags',
|
|
|
props: {
|
|
|
label: 'dictValue',
|
|
|
@@ -206,13 +211,13 @@ export default {
|
|
|
{
|
|
|
label: '项目领域',
|
|
|
prop: 'dictName',
|
|
|
- width: 240
|
|
|
+ width: 200
|
|
|
},
|
|
|
{
|
|
|
label: '发债时间',
|
|
|
prop: 'issueDate',
|
|
|
type: 'month',
|
|
|
- width: 240,
|
|
|
+ width: 100,
|
|
|
format: 'YYYY-MM',
|
|
|
valueFormat: 'YYYY-MM'
|
|
|
},
|
|
|
@@ -220,7 +225,7 @@ export default {
|
|
|
label: '更新时间',
|
|
|
prop: 'updateTime',
|
|
|
type: 'month',
|
|
|
- width: 240,
|
|
|
+ width: 100,
|
|
|
format: 'YYYY-MM-DD',
|
|
|
valueFormat: 'YYYY-MM-DD'
|
|
|
}]
|