From 6f984093fc3d52ae71788a2eecd0b99c1e13d588 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 19 Feb 2024 14:35:24 +0800
Subject: [PATCH] 文件上传服务器地址

---
 src/main/resources/templates/febs/views/modules/news/productNFTList.html |    4 ++--
 1 files changed, 2 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..7eb5680 100644
--- a/src/main/resources/templates/febs/views/modules/news/productNFTList.html
+++ b/src/main/resources/templates/febs/views/modules/news/productNFTList.html
@@ -129,8 +129,8 @@
                 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: 'memberCnt', title: '预约总数', minWidth: 120,align:'center'},

--
Gitblit v1.9.1