diff --git a/src/views/verification/collectionDetail.vue b/src/views/verification/collectionDetail.vue
index 1cab4801010e9f9831429142b49c98ca0703849b..614126dd4bfc3515fc26a6a758b05484f6f7e2d9 100644
--- a/src/views/verification/collectionDetail.vue
+++ b/src/views/verification/collectionDetail.vue
@@ -475,7 +475,7 @@ export default {
 		selectedColumns() {
 			const base = JSON.parse(JSON.stringify(this.columns));
 			const changeAmount = this.changeAmount;
-			base[8] = {
+			base[7] = {
 				title: '回款金额',
 				dataIndex: 'backAmount',
 				ellipsis: true,
@@ -522,7 +522,7 @@ export default {
 					</div>
 				);
 			};
-			base[11] = {
+			base[8] = {
 				title: '未清余额',
 				dataIndex: 'residueBackAmount',
 				ellipsis: true,
@@ -552,7 +552,7 @@ export default {
 					);
 				}
 			};
-			base.splice(8, 0, {
+			base.splice(7, 0, {
 				title: '余末金额',
 				dataIndex: 'currentReceiptAmount',
 				ellipsis: true,