From c5d750c054ba7c06757f024d51a379f5bef0b6d0 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Thu, 07 Dec 2023 14:41:13 +0800 Subject: [PATCH] 用户留言 --- src/main/resources/templates/febs/views/modules/news/productBuyListNew.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/news/productBuyListNew.html b/src/main/resources/templates/febs/views/modules/news/productBuyListNew.html index 42a33ad..89f3431 100644 --- a/src/main/resources/templates/febs/views/modules/news/productBuyListNew.html +++ b/src/main/resources/templates/febs/views/modules/news/productBuyListNew.html @@ -260,7 +260,7 @@ {field: 'orderNo', title: '编号', minWidth: 200,align:'center'}, {field: 'nftTotal', title: '预约额度', minWidth: 100,align:'center'}, {field: 'nftAva', title: '可分配', minWidth: 100,align:'center'}, - {field: 'orderTime', title: '匹配时间', minWidth: 120,align:'center'}, + {field: 'payTime', title: '匹配时间', minWidth: 120,align:'center'}, {templet: '#isBuyState', title: '预约状态', minWidth: 100,align:'center'}, {templet: '#isBuyMateState', title: '匹配状态', minWidth: 100,align:'center'}, {title: '操作', -- Gitblit v1.9.1