diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml
index ce567a730..c724f7288 100644
--- a/ruoyi-admin/pom.xml
+++ b/ruoyi-admin/pom.xml
@@ -147,7 +147,7 @@
-->
${project.artifactId}
-
+
diff --git a/ruoyi-admin/src/main/resources/templates/trx2Energy/exchange/trx.html b/ruoyi-admin/src/main/resources/templates/trx2Energy/exchange/trx.html
index 868d7b9c3..3b1a9340d 100644
--- a/ruoyi-admin/src/main/resources/templates/trx2Energy/exchange/trx.html
+++ b/ruoyi-admin/src/main/resources/templates/trx2Energy/exchange/trx.html
@@ -97,6 +97,7 @@
var lockPeriodDatas = [[${@dict.getType('sys_lock_period')}]];
var trxAmountUnitDatas = [[${@dict.getType('sys_monitor_type')}]];
var resourceCodeDatas = [[${@dict.getType('sys_trx_exchange')}]];
+ var calcRuleDatas = [[${@dict.getType('sys_transaction_count_calc_rule')}]];
$(function () {
var options = {
url: prefix + "/list",
@@ -209,6 +210,13 @@
return $.table.selectDictLabel(datas, item.delegateStatus);
}
},
+ {
+ field: 'calcRule',
+ title: '笔数计算规则',
+ formatter: function(value, row, index) {
+ return $.table.selectDictLabel(calcRuleDatas, value);
+ }
+ },
{
field: 'unDelegateTxId',
title: '回收资源交易',
diff --git a/ruoyi-admin/src/main/resources/templates/trx2Energy/tenant/add.html b/ruoyi-admin/src/main/resources/templates/trx2Energy/tenant/add.html
index 43aac324f..ea0987b6c 100644
--- a/ruoyi-admin/src/main/resources/templates/trx2Energy/tenant/add.html
+++ b/ruoyi-admin/src/main/resources/templates/trx2Energy/tenant/add.html
@@ -22,6 +22,14 @@
-->
+