From b1ee31eabfedcdb6e4382f64ddb8da68e01c50b7 Mon Sep 17 00:00:00 2001
From: liuxiaoxu <1793812695@qq.com>
Date: Thu, 12 Dec 2024 16:32:53 +0800
Subject: [PATCH] =?UTF-8?q?[fix]=E4=BB=93=E5=BA=93=E7=AE=A1=E7=90=86=20?=
=?UTF-8?q?=E5=9B=BD=E7=A8=8E=E5=8F=91=E7=A5=A8=E3=80=81=E5=85=AC=E5=8F=B8?=
=?UTF-8?q?=E6=88=90=E6=9C=AC=E3=80=81=E5=85=AC=E5=8F=B8=E5=9B=BA=E5=AE=9A?=
=?UTF-8?q?=E8=B5=84=E4=BA=A7=E5=92=8C=E6=8A=A5=E9=94=80=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=A0=8F=E5=92=8C=E8=A1=A8=E5=A4=B4=E6=8C=89?=
=?UTF-8?q?=E9=92=AE=E8=B0=83=E6=95=B4=E4=B8=BA=E7=BB=9F=E4=B8=80=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=20=E5=85=AC=E5=8F=B8=E6=88=90=E6=9C=AC=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2=E6=89=80=E6=9C=89=E9=80=89=E9=A1=B9?=
=?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=B8=BA=E5=8F=AA=E8=AF=BB?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../compantFixedAssets.html | 8 +--
.../financial/companyCost/companyCost.html | 11 ++--
.../financial/companyCost/detail.html | 50 +++++++++----------
.../templates/financial/expense/expense.html | 11 ++--
.../financial/taxInvoice/taxInvoice.html | 19 +++----
5 files changed, 51 insertions(+), 48 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/templates/financial/compantFixedAssets/compantFixedAssets.html b/ruoyi-admin/src/main/resources/templates/financial/compantFixedAssets/compantFixedAssets.html
index 558d0345..0c6735cc 100644
--- a/ruoyi-admin/src/main/resources/templates/financial/compantFixedAssets/compantFixedAssets.html
+++ b/ruoyi-admin/src/main/resources/templates/financial/compantFixedAssets/compantFixedAssets.html
@@ -132,10 +132,10 @@
{title: '操作',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);
}
}
]
diff --git a/ruoyi-admin/src/main/resources/templates/financial/companyCost/companyCost.html b/ruoyi-admin/src/main/resources/templates/financial/companyCost/companyCost.html
index 10240f2a..fec03b0b 100644
--- a/ruoyi-admin/src/main/resources/templates/financial/companyCost/companyCost.html
+++ b/ruoyi-admin/src/main/resources/templates/financial/companyCost/companyCost.html
@@ -19,7 +19,7 @@
-
+