From cbcc90672584637505cf73f03c1727ad93067509 Mon Sep 17 00:00:00 2001
From: liuxiaoxu <1793812695@qq.com>
Date: Tue, 29 Oct 2024 13:46:50 +0800
Subject: [PATCH] =?UTF-8?q?[feat]=E5=9F=BA=E7=A1=80=E8=B5=84=E6=96=99=20?=
=?UTF-8?q?=E6=B1=87=E7=8E=87=E7=AE=A1=E7=90=86=E5=88=97=E8=A1=A8=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E6=93=8D=E4=BD=9C=E6=A0=8F=E5=BC=95=E7=94=A8$.table.d?=
=?UTF-8?q?ropdownToggle=E6=96=B9=E6=B3=95=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../templates/system/exchangeRate/exchangeRate.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/templates/system/exchangeRate/exchangeRate.html b/ruoyi-admin/src/main/resources/templates/system/exchangeRate/exchangeRate.html
index 1b567eec..b0ae01c8 100644
--- a/ruoyi-admin/src/main/resources/templates/system/exchangeRate/exchangeRate.html
+++ b/ruoyi-admin/src/main/resources/templates/system/exchangeRate/exchangeRate.html
@@ -104,9 +104,10 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('编辑 ');
- actions.push('删除 ');
- return actions.join('');
+ actions.push('编辑 ');
+ actions.push('删除 ');
+ var actionLinks = actions.join('');
+ return $.table.dropdownToggle(actionLinks);
}
}]
};