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

This commit is contained in:
Crystal.Sea
2020-10-26 22:29:59 +08:00
parent 7278511002
commit 68d72e2dd4
6 changed files with 6 additions and 0 deletions

View File

@@ -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"

View File

@@ -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;

View File

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

View File

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

View File

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

View File

@@ -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"