Forráskód Böngészése

应用更新数字被格式化问题

Crystal.Sea 4 éve
szülő
commit
68d72e2dd4

+ 1 - 0
maxkey-web-manage/src/main/resources/templates/views/apps/basic/appUpdate.ftl

@@ -4,6 +4,7 @@
 	<#include  "../../layout/header.ftl"/>
 	<#include  "../../layout/common.cssjs.ftl"/>
 	<#include  "../appCommonHead.ftl"/>
+	<#setting number_format="#">
 </head>
 <body>
 <form id="actionForm_app"  method="post" type="label" autoclose="true"    closeWindow="true"

+ 1 - 0
maxkey-web-manage/src/main/resources/templates/views/apps/cas/appUpdate.ftl

@@ -3,6 +3,7 @@
 <head>
 	<#include  "../../layout/header.ftl"/>
 	<#include  "../../layout/common.cssjs.ftl"/>
+	<#setting number_format="#">
 <style   type="text/css">
   .table th, .table td {
     padding: .2rem;

+ 1 - 0
maxkey-web-manage/src/main/resources/templates/views/apps/extendapi/appUpdate.ftl

@@ -4,6 +4,7 @@
 	<#include  "../../layout/header.ftl"/>
 	<#include  "../../layout/common.cssjs.ftl"/>
 	<#include  "../appCommonHead.ftl"/>
+	<#setting number_format="#">
 <script type="text/javascript">
 <!--
 $(function(){	

+ 1 - 0
maxkey-web-manage/src/main/resources/templates/views/apps/formbased/appUpdate.ftl

@@ -4,6 +4,7 @@
 	<#include  "../../layout/header.ftl"/>
 	<#include  "../../layout/common.cssjs.ftl"/>
 	<#include  "../appCommonHead.ftl"/>
+	<#setting number_format="#">
 <script type="text/javascript">
 <!--
 $(function(){	

+ 1 - 0
maxkey-web-manage/src/main/resources/templates/views/apps/saml20/appUpdate.ftl

@@ -4,6 +4,7 @@
 	<#include  "../../layout/header.ftl"/>
 	<#include  "../../layout/common.cssjs.ftl"/>
 	<#include  "../appCommonHead.ftl"/>
+	<#setting number_format="#">
 	<script type="text/javascript">
 	<!--
 	$(function(){	

+ 1 - 0
maxkey-web-manage/src/main/resources/templates/views/apps/tokenbased/appUpdate.ftl

@@ -4,6 +4,7 @@
 	<#include  "../../layout/header.ftl"/>
 	<#include  "../../layout/common.cssjs.ftl"/>
 	<#include  "../appCommonHead.ftl"/>
+	<#setting number_format="#">
 </head>
 <body>
 <form id="actionForm_app"  method="post" type="label" autoclose="true"   closeWindow="true"