From f1a72c334ef480595eb0d939b99c65da4e1ab30b Mon Sep 17 00:00:00 2001
From: b2894lxlx <517289602@qq.com>
Date: Mon, 20 Oct 2025 19:50:03 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pwlProject/components/reportContent.vue | 36 ++++++++++++-------
1 file changed, 23 insertions(+), 13 deletions(-)
diff --git a/src/views/pwl/pwlProject/components/reportContent.vue b/src/views/pwl/pwlProject/components/reportContent.vue
index e219edf..307ac95 100644
--- a/src/views/pwl/pwlProject/components/reportContent.vue
+++ b/src/views/pwl/pwlProject/components/reportContent.vue
@@ -155,7 +155,7 @@
AI生成
-
+
@@ -310,18 +310,18 @@
},
{
title: '决策事项金额',
- dataIndex: 'content',
- key: 'content'
+ dataIndex: 'amount',
+ key: 'amount'
},
{
title: '程序程序',
- dataIndex: 'content',
- key: 'content'
+ dataIndex: 'progress',
+ key: 'progress'
},
{
title: '执行情况(是/否)',
- dataIndex: 'content',
- key: 'content'
+ dataIndex: 'done',
+ key: 'done'
},
{
title: '执行效果(是否实现决策目标)',
@@ -329,17 +329,14 @@
{
title: '好',
dataIndex: 'goods',
- key: 'goods'
},
{
title: '一般',
- dataIndex: 'goods',
- key: 'goods'
+ dataIndex: 'normal',
},
{
title: '差',
- dataIndex: 'goods',
- key: 'goods'
+ dataIndex: 'bad'
}
]
}
@@ -394,7 +391,20 @@
formCommit: 30,
rows: 8,
generating: false,
- columns: columns.value
+ columns: columns.value,
+ data: [
+ {
+ index: '1',
+ name: '测试',
+ content: '测试内容',
+ amount: '9999',
+ progress: '这是程序',
+ done: '是',
+ goods: '',
+ normal: '是',
+ bad: '',
+ }
+ ]
},
{
number: '四',