From 84326b11401f217cd483d13bc72cec4ffd5da7ce Mon Sep 17 00:00:00 2001
From: bob <bob.zhang@highdatas.com>
Date: 星期三, 25 十一月 2020 10:02:22 +0800
Subject: [PATCH] 2020-11-13

---
 src/components/finance/actualPayment.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/finance/actualPayment.vue b/src/components/finance/actualPayment.vue
index 177ad41..8ef8d13 100644
--- a/src/components/finance/actualPayment.vue
+++ b/src/components/finance/actualPayment.vue
@@ -52,8 +52,8 @@
 				:header-cell-style="{'width': '100%', 'text-align': 'center'}" 
 				:row-class-name="tableRowClassName">
 				<el-table-column type="index" width="50"> </el-table-column>
-			<el-table-column prop="name" label="椤圭洰鍚嶇О" width="120" show-overflow-tooltip>
-			</el-table-column>
+			<el-table-column prop="code" label="椤圭洰鍙�" width="120" show-overflow-tooltip></el-table-column>
+			<el-table-column prop="name" label="椤圭洰鍚嶇О" width="120" show-overflow-tooltip></el-table-column>
 			<el-table-column prop="status" label="褰撳墠鐘舵��" width="100" align="center" :formatter="status_">
 			</el-table-column>
 			<el-table-column prop="type" label="鐮旂┒绫诲瀷鍒嗙被" show-overflow-tooltip width="130">

--
Gitblit v1.8.0