From 83b56237a9e0b379b46d31ab77def13226f33548 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 27 Nov 2023 14:15:16 +0800
Subject: [PATCH] 匹配

---
 src/main/resources/templates/febs/views/modules/news/productBuyList.html |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/news/productBuyList.html b/src/main/resources/templates/febs/views/modules/news/productBuyList.html
index e401bda..257b4b4 100644
--- a/src/main/resources/templates/febs/views/modules/news/productBuyList.html
+++ b/src/main/resources/templates/febs/views/modules/news/productBuyList.html
@@ -137,9 +137,11 @@
                             '<td>'+data.mallProductBuyRecords[i].accountLogin+'</td>\n' +
                             '<td>'+data.mallProductBuyRecords[i].pickNftCnt+'</td>\n' +
                             '<td>'+data.mallProductBuyRecords[i].orderTime+'</td>\n' +
-                            '<td>'+data.mallProductBuyRecords[i].payTime+'</td>\n' +
+                            // '<td>'+data.mallProductBuyRecords[i].payTime+'</td>\n' +
                             '<td><img src="'+data.mallProductBuyRecords[i].nftImg+'" alt="" ></td>\n' +
                             '<td>'+data.mallProductBuyRecords[i].type+'</td>\n' +
+                            '<td>'+data.mallProductBuyRecords[i].state+'</td>\n' +
+                            '<td>'+data.mallProductBuyRecords[i].state+'</td>\n' +
                             '<td>'+data.mallProductBuyRecords[i].state+'</td>\n' +
                             '</tr>';
                         obj.tr.after(html);
@@ -149,10 +151,12 @@
                         '      <td>匹配用户</td>\n' +
                         '      <td>支付金额</td>\n' +
                         '      <td>匹配时间</td>\n' +
-                        '      <td>支付时间</td>\n' +
+                        // '      <td>支付时间</td>\n' +
                         '      <td>支付凭证</td>\n' +
                         '      <td>支付类型</td>\n' +
                         '      <td>支付状态</td>\n' +
+                        '      <td>支付状态</td>\n' +
+                        '      <td>操作</td>\n' +
                         '    </tr>';
                     obj.tr.after(html);
                 }

--
Gitblit v1.9.1