From f19982b15f380e9e5ae530a6fdfed05c26de4c54 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 08 三月 2024 16:27:10 +0800
Subject: [PATCH] 11
---
src/views/project/unitCost/particulars.vue | 20 ++++++++++++++------
src/views/project/unitCost/index.vue | 2 +-
2 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/src/views/project/unitCost/index.vue b/src/views/project/unitCost/index.vue
index 5cd6c8e..5585253 100644
--- a/src/views/project/unitCost/index.vue
+++ b/src/views/project/unitCost/index.vue
@@ -128,7 +128,7 @@
prop="receivableamount"
/>
<el-table-column label="宸叉敹閲戦" align="center" prop="receivedamount" />
- <el-table-column label="鏀舵鏃ユ湡" align="center" prop="receivedtime" />
+ <el-table-column label="鏀舵鏃ユ湡" width="180" align="center" prop="receivedtime" />
<el-table-column label="缁忓姙浜�" align="center" prop="updateBy" />
<el-table-column label="鎿嶄綔" width="280" align="center">
<template slot-scope="scope">
diff --git a/src/views/project/unitCost/particulars.vue b/src/views/project/unitCost/particulars.vue
index baeb35b..f2006da 100644
--- a/src/views/project/unitCost/particulars.vue
+++ b/src/views/project/unitCost/particulars.vue
@@ -170,7 +170,11 @@
prop="caseno"
>
<template slot-scope="scope">
- <el-input v-model="scope.row.caseno" :disabled="true" placeholder="鍥藉缂栧彿" />
+ <el-input
+ v-model="scope.row.caseno"
+ :disabled="true"
+ placeholder="鍥藉缂栧彿"
+ />
</template>
</el-table-column>
<el-table-column
@@ -194,7 +198,11 @@
prop="name"
>
<template slot-scope="scope">
- <el-input v-model="scope.row.name" :disabled="true" placeholder="鍙椾綋濮撴皬" />
+ <el-input
+ v-model="scope.row.name"
+ :disabled="true"
+ placeholder="鍙椾綋濮撴皬"
+ />
</template>
</el-table-column>
<el-table-column
@@ -388,7 +396,7 @@
scope.row.donorname
}}</template>
</el-table-column>
-
+
<el-table-column
prop="organname"
label="鍣ㄥ畼鍚嶇О"
@@ -414,8 +422,7 @@
label="鎺ユ敹鍖婚櫌"
show-overflow-tooltip
>
- </el-table-column
- >
+ </el-table-column>
<el-table-column
prop="receiveTime"
label="鎺ユ敹鏃ユ湡"
@@ -1081,7 +1088,8 @@
"organtime",
"remark",
"name",
- "caseno"
+ "caseno",
+ "receiveTime"
];
columns.forEach((column, index) => {
if (index === 0) {
--
Gitblit v1.9.3