From 2feca62b8be21d02187999e0433a0a85cf57b314 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 16 八月 2023 14:33:19 +0800
Subject: [PATCH] 项目阶段汇报:必填标识、取消上一行下一行、取消分页、启用合计行、子表不可编辑做颜色区分、重复校验、
---
WebTM/views/基础资料/数据字典/Xt_DataDictionary_ViewList.html | 4 ++--
1 files changed, 2 insertions(+), 2 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_ViewList.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_ViewList.html"
index 779f3da..6a59a87 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_ViewList.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_ViewList.html"
@@ -161,9 +161,9 @@
, toolbar: '#toolbarDemo'
, height: 'full-50'
, page: true
- , cellMinWidth: 90
+ , limits: [50, 500, 5000, 50000]
, limit: 50
- , limits: [50, 500, 5000, 20000]
+ , cellMinWidth: 90
, cols: [[
{ type: 'checkbox', fixed: 'left' }
, { field: 'HItemID', title: 'HItemID', sort: true, hide: true }
--
Gitblit v1.9.1