From 7662665a4f88da0f8afa804bd4a34dfbefc1fb56 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 29 八月 2025 15:17:59 +0800
Subject: [PATCH] get_pre_page_subtable_next_row
---
js/utils.js | 19 +++++++------------
1 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/js/utils.js b/js/utils.js
index 9413133..3fbe9fd 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -8,24 +8,19 @@
}
return false
},
- attrTypeIsNumber: function(type) {
- if (attrTypeIsInt(type) || attrTypeIsFloat(type)) {
- return true
- }
- return false
- },
- attrTypeIsFloat: function(type) {
- if (type == '娴偣鏁� || type == 'float') {
- return true
- }
- return false
- },
attrTypeIsInt: function(type) {
if (type == '鏁存暟' || type == 'int') {
return true
}
return false
},
+
+ attrTypeIsFloat: function(type) {
+ if (type == '娴偣鏁� || type == 'float') {
+ return true
+ }
+ return false
+ },
attrTypeIsDict: function(type) {
if (type == '瀛楀吀' || type == '瀛楀吀-瀛楃涓� || type == '瀛楀吀-鏁存暟' || type == 'dict' || type == 'dict-char' ||
type == 'dict-int') {
--
Gitblit v1.9.1