shish 1 rok temu
rodzic
commit
119309e541
1 zmienionych plików z 10 dodań i 3 usunięć
  1. 10 3
      ghs/src/views/member/custom-clear-list.vue

+ 10 - 3
ghs/src/views/member/custom-clear-list.vue

@@ -27,6 +27,7 @@
 				<span v-if="scope.row.payWay==3">欠账</span>
 				<span v-if="scope.row.payWay==4">现金</span>
 				<span v-if="scope.row.payWay==5">银行卡</span>
+				<span v-if="scope.row.payWay==11">抵扣</span>
 			</template>
 
 			<template #table-column-status="{scope}">
@@ -175,6 +176,12 @@ export default {
 							align: 'center',
 							width: 90
 						},
+						{
+							prop: 'payRemark',
+							label: '支付说明',
+							align: 'center',
+							width: 90
+						},
 						{
 							prop: 'status',
 							label: '状态',
@@ -191,19 +198,19 @@ export default {
 							prop: 'prePrice',
 							label: '总金额',
 							align: 'center',
-							width: 120
+							width: 110
 						},
 						{
 							prop: 'actPrice',
 							label: '实付金额',
 							align: 'center',
-							width: 120
+							width: 110
 						}
 					],
 					op: {
 						visible: true,
 						props: {
-							width: 180,
+							width: 110,
 							align: 'center',
 							fixed: 'right',
 							label: '操作'