From d6db3fa707f470fd8a6160c6daf6bcea75b8a6ce Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 06 六月 2024 15:18:45 +0800
Subject: [PATCH] 上下模单优化
---
WebTM/views/PublicPage/OrderLevInformation.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/WebTM/views/PublicPage/OrderLevInformation.html b/WebTM/views/PublicPage/OrderLevInformation.html
index 7ae736a..aa937da 100644
--- a/WebTM/views/PublicPage/OrderLevInformation.html
+++ b/WebTM/views/PublicPage/OrderLevInformation.html
@@ -142,6 +142,8 @@
//, toolbar: '#toolbarDemo'
, height: 'full-120'
, page: true
+ , limits: [50, 500, 5000, 50000]
+ , limit: 50
, cellMinWidth: 90
, cols: [[
{ type: 'radio', fixed: 'left' }
--
Gitblit v1.9.1