From 6dea1627b77c43bd6693592b2a37be894e7d5bb6 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 30 十月 2023 19:11:11 +0800
Subject: [PATCH] 发货通知单:子表公式重算、退出按钮优化
---
WebTM/views/基础资料/数据字典/Xt_DataDictionary_TableList.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\346\225\260\346\215\256\345\255\227\345\205\270/Xt_DataDictionary_TableList.html" "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\346\225\260\346\215\256\345\255\227\345\205\270/Xt_DataDictionary_TableList.html"
index 2e59d2d..6a571b8 100644
--- "a/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\346\225\260\346\215\256\345\255\227\345\205\270/Xt_DataDictionary_TableList.html"
+++ "b/WebTM/views/\345\237\272\347\241\200\350\265\204\346\226\231/\346\225\260\346\215\256\345\255\227\345\205\270/Xt_DataDictionary_TableList.html"
@@ -161,6 +161,8 @@
, toolbar: '#toolbarDemo'
, height: 'full-50'
, page: true
+ , limits: [50, 500, 5000, 50000]
+ , limit: 50
, cellMinWidth: 90
, cols: [[
{ type: 'checkbox', fixed: 'left' }
--
Gitblit v1.9.1