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

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

parent d93e37dd
......@@ -9,7 +9,7 @@ import {
import { defHttp } from '@/utils/http/axios';
enum Api {
GetList = '/pro/project/list/page',
GetList = '/pro/overdueFunds/getProject',
AddProject = '/pro/project/add',
UpdateProject = '/pro/project/update',
DeleteProject = '/pro/project/del',
......
......@@ -14,7 +14,7 @@
bordered
:loading="loadingRef"
:rowClassName="setRowClassName"
:scroll="{ x: 1300, y: 600 }"
:scroll="{ x: 1000, y: 600 }"
>
<template #projectType="{ text, record, planType, filingCycle }">
<a @click="showDetails(record, planType, filingCycle)"> {{ text }}</a>
......@@ -207,13 +207,13 @@
dataIndex: 'totalOwnFunds',
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