Commit 2b31da00 authored by 高滢's avatar 高滢

feat(招标管理招标计划): 项目库

parent d93e37dd
...@@ -9,7 +9,7 @@ import { ...@@ -9,7 +9,7 @@ import {
import { defHttp } from '@/utils/http/axios'; import { defHttp } from '@/utils/http/axios';
enum Api { enum Api {
GetList = '/pro/project/list/page', GetList = '/pro/overdueFunds/getProject',
AddProject = '/pro/project/add', AddProject = '/pro/project/add',
UpdateProject = '/pro/project/update', UpdateProject = '/pro/project/update',
DeleteProject = '/pro/project/del', DeleteProject = '/pro/project/del',
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
bordered bordered
:loading="loadingRef" :loading="loadingRef"
:rowClassName="setRowClassName" :rowClassName="setRowClassName"
:scroll="{ x: 1300, y: 600 }" :scroll="{ x: 1000, y: 600 }"
> >
<template #projectType="{ text, record, planType, filingCycle }"> <template #projectType="{ text, record, planType, filingCycle }">
<a @click="showDetails(record, planType, filingCycle)"> {{ text }}</a> <a @click="showDetails(record, planType, filingCycle)"> {{ text }}</a>
...@@ -207,13 +207,13 @@ ...@@ -207,13 +207,13 @@
dataIndex: 'totalOwnFunds', dataIndex: 'totalOwnFunds',
width: 180, width: 180,
}, },
{
title: '资金缺口',
dataIndex: 'fundingGap',
width: 180,
},
], ],
}, },
{
title: '资金缺口',
dataIndex: 'fundingGap',
width: 180,
},
], ],
}, },
]; ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment