-
-
-
-
-
- {{ scope.row.status }}
-
-
-
-
-
- {{ scope.row.monthDoneAmount }}
-
-
-
-
-
- {{ scope.row.totalDoneAmount }}
-
-
-
-
-
- {{ scope.row.cumulativeArea }}
-
-
-
-
-
- {{ scope.row.xmjzxq }}
-
-
-
-
- 保存
- 编辑
+
-
+
+
@@ -106,7 +137,7 @@
-
+
@@ -123,99 +154,139 @@
确 定
+
+
@@ -347,13 +418,7 @@ export default {
width: 100%;
background-color: #FFFFFF;
box-shadow: 0rem 0.13rem 0.63rem 0rem rgba(177, 177, 177, 0.1);
- border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
-}
-
-
-.content {
- padding: 1rem;
- display: flex;
+ border-radius: 0.5rem;
}
.containertop {
@@ -378,44 +443,64 @@ export default {
}
.topleft span {
- width: auto;
- height: 1rem;
font-family: aliregular;
font-weight: 500;
font-size: 1rem;
color: #3D424C;
line-height: 1rem;
- text-align: right;
- font-style: normal;
- text-transform: none;
}
-.picturediv {
- width: 18.31rem;
- height: 25.31rem;
- background-color: lightblue;
+.content {
+ padding: 1rem 1rem 1rem 2rem;
}
-.descriptionsdiv {
+/* 自定义表格样式 */
+.custom-table-container {
width: 100%;
- margin-left: 1rem;
- height: auto;
+ border: 1px solid #EBEEF5;
+ overflow: hidden;
}
-.two-row-item {
- height: 20rem;
+.custom-table-header {
+ display: flex;
+ background-color: #f5f7fa;
+ /* font-weight: bold; */
+ font-size: 0.88rem;
+ padding: 0.5rem 0;
}
-.block {
- width: 100%;
+.custom-table-body {
+ max-height: 14rem;
+ overflow-y: auto;
+ font-size: 0.88rem;
+ padding-right: 0.5rem;
+}
+
+.custom-table-row {
display: flex;
- justify-content: space-between;
- margin-top: 1rem;
+ align-items: center;
+ padding: 0.5rem 0;
+ border-bottom: 1px solid #EBEEF5;
}
-.no-data {
+.table-cell {
+ flex: 1;
text-align: center;
- padding: 2rem;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ padding: 0 0.5rem;
+}
+
+.no-data-row {
+ text-align: center;
+ padding: 1rem 0;
color: #999;
+ font-size: 0.875rem;
+}
+.yuedu{
+ width: 100%;
+ height: 100%;
+ padding: 0rem 1rem 1rem 2rem;
}
\ No newline at end of file
diff --git a/src/views/components/analysis/ndwcqk.vue b/src/views/components/analysis/ndwcqk.vue
index 454f009..ca4b95d 100644
--- a/src/views/components/analysis/ndwcqk.vue
+++ b/src/views/components/analysis/ndwcqk.vue
@@ -3,25 +3,49 @@
+
-
+
+
+ 进度月份
+ 状态
+ 当月完成投资
+ 累计完成投资
+
+ 项目进展详情
+ 操作
+
+
+ 暂无数据
+
+
+
+
+
+
+
+
+ {{ item.month }}
+
+
+
+
+
+ {{ item.status }}
+
+
+
+
+
+
+
+
+ {{ item.monthDoneAmount }}
+
+
+
+
+
+
+
+
+
+ {{ item.totalDoneAmount }}
+
+
+
+
+
+
+
+
+
+ {{ item.cumulativeArea }}
+
+
+
+
+
+
+
+
+
+ {{ formattedXmjzxq(item.xmjzxq) }}
+
+
+
+
+
+ 编辑
+ 保存
删除
-
-
-
-
-
-
-
+ @click="handleDelete(item)">删除
+
+
时间截止至2025年2月
+
+
+
-
+
+ 已完成
+
+
+
+ 未完成
+
+
+
+ 本年目标
+
+
+
+
{{ item.year }}年
- 已完成 {{ item.completed }} / 目标 {{ item.target }} / 未完成 {{ item.remaining }}
+
+
+
+ {{ item.target }}