From c129ae76b6e0ccd6a3f8637b65de0647f1a44219 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 29 Jul 2024 15:06:46 +0800 Subject: [PATCH] 后台 --- src/main/resources/templates/febs/views/modules/news/productNFTList.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/news/productNFTList.html b/src/main/resources/templates/febs/views/modules/news/productNFTList.html index 40f8c83..5c56868 100644 --- a/src/main/resources/templates/febs/views/modules/news/productNFTList.html +++ b/src/main/resources/templates/febs/views/modules/news/productNFTList.html @@ -129,10 +129,11 @@ url: ctx + 'admin/news/getProductNFTList', cols: [[ {field: 'nftCode', title: '编码', minWidth: 120,align:'center'}, - {field: 'priceNft', title: 'NFT', minWidth: 120,align:'center'}, - {field: 'priceToken', title: 'TOKEN', minWidth: 120,align:'center'}, + {field: 'priceNft', title: '卡牌', minWidth: 120,align:'center'}, + {field: 'priceToken', title: '宝石', minWidth: 120,align:'center'}, {field: 'profit', title: '收益(%)', minWidth: 120,align:'center'}, {field: 'cycle', title: '周期(天)', minWidth: 120,align:'center'}, + {field: 'perkTime', title: '收益倍数', minWidth: 120,align:'center'}, {field: 'memberCnt', title: '预约总数', minWidth: 120,align:'center'}, {field: 'memberReal', title: '已预约数', minWidth: 120,align:'center'}, {field: 'nftImg', title: '缩略图', -- Gitblit v1.9.1