From da769542ae4cd3426e060254fa4653ebefffd2a1 Mon Sep 17 00:00:00 2001
From: liuxiaoxu <1793812695@qq.com>
Date: Wed, 27 Nov 2024 19:23:07 +0800
Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E6=94=B9=E5=87=BA=E5=B7=AE?=
=?UTF-8?q?=E5=8D=95=E5=AE=A1=E6=A0=B8=E6=8C=89=E9=92=AE=E7=9A=84=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=EF=BC=8C=E9=87=87=E7=94=A8=E7=BB=9F=E4=B8=80=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=20=E4=BF=AE=E6=94=B9=E5=85=AC=E5=8F=B8=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E7=BC=96=E8=BE=91=E6=8C=89=E9=92=AE=E7=9A=84=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=EF=BC=8C=E9=87=87=E7=94=A8=E7=BB=9F=E4=B8=80=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../templates/system/baseEvectionForm/baseEvectionForm.html | 2 +-
.../templates/system/companyInformation/companyInformation.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/templates/system/baseEvectionForm/baseEvectionForm.html b/ruoyi-admin/src/main/resources/templates/system/baseEvectionForm/baseEvectionForm.html
index 5fdb6869..005b1b85 100644
--- a/ruoyi-admin/src/main/resources/templates/system/baseEvectionForm/baseEvectionForm.html
+++ b/ruoyi-admin/src/main/resources/templates/system/baseEvectionForm/baseEvectionForm.html
@@ -200,7 +200,7 @@
var todoUserIdList = row.todoUserId.split(",");
if(todoUserIdList.includes(loginName) || loginName == 'admin'){
var nodeName = row.taskName=='驳回调整'?' 调整申请':' 审批';
- actions.push(' '+nodeName+' ');
+ actions.push(' '+nodeName+' ');
}
}
// 审批历史
diff --git a/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html b/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html
index 1b28a25c..1e0a7350 100644
--- a/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html
+++ b/ruoyi-admin/src/main/resources/templates/system/companyInformation/companyInformation.html
@@ -225,7 +225,7 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('编辑 ');
+ actions.push('编辑 ');
var actionLinks = actions.join('');
return $.table.dropdownToggle(actionLinks);
}