From a894c750f39d39cc882b620b937c6122fbc17c84 Mon Sep 17 00:00:00 2001
From: wbc <942429426@qq.com>
Date: Mon, 17 Mar 2025 16:46:02 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/projectBoard/unfinishNode/index.vue | 47 ++-----------------
1 file changed, 3 insertions(+), 44 deletions(-)
diff --git a/src/views/projectBoard/unfinishNode/index.vue b/src/views/projectBoard/unfinishNode/index.vue
index 3921507..dd905e4 100644
--- a/src/views/projectBoard/unfinishNode/index.vue
+++ b/src/views/projectBoard/unfinishNode/index.vue
@@ -9,7 +9,7 @@
>
-
+
{{ getReformName(record.reformName)}}
@@ -29,48 +29,7 @@
import { queryBoardInfo, batchdownloadPeriodicallabFiles } from './api';
import { onMounted, ref } from 'vue';
const tableLoading = ref(false)
- const dataSource = ref([
- {
- reformName:'1',
- superLeader:'1',
- projectName:'kjskjd',
- currentStage:'gghf',
- totalPercent:'fsdf',
- superiorFundPayRate:'fdsfsdf',
- },
- {
- reformName:'1',
- superLeader:'1',
- projectName:'kjskjd',
- currentStage:'gghf',
- totalPercent:'fsdf',
- superiorFundPayRate:'fdsfsdf',
- },
- {
- reformName:'2',
- superLeader:'1',
- projectName:'kjskjd',
- currentStage:'gghf',
- totalPercent:'fsdf',
- superiorFundPayRate:'fdsfsdf',
- },
- {
- reformName:'2',
- superLeader:'1',
- projectName:'kjskjd',
- currentStage:'gghf',
- totalPercent:'fsdf',
- superiorFundPayRate:'fdsfsdf',
- },
- {
- reformName:'3',
- superLeader:'1',
- projectName:'kjskjd',
- currentStage:'gghf',
- totalPercent:'fsdf',
- superiorFundPayRate:'fdsfsdf',
- },
- ]);
+ const dataSource = ref([]);
const columns = [
{
title: '湖州市公立医院改革与高质量发展示范项目各任务信息化项目建设推进晾晒表',
@@ -125,7 +84,7 @@
const res = await queryBoardInfo();
tableLoading.value = false
console.log(res);
- dataSource.value = res.records;
+ dataSource.value = res;
};
function handleBatchdownload() {
batchdownloadPeriodicallabFiles();