From 8968392c0ee2776d61c6375675a655565e6eee3d Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期三, 10 五月 2023 09:06:06 +0800
Subject: [PATCH] 修改为CodePhaseAttrMapper
---
Source/UBCS-WEB/src/const/code/mdmrule.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/src/const/code/mdmrule.js b/Source/UBCS-WEB/src/const/code/mdmrule.js
index 908be39..2a27f96 100644
--- a/Source/UBCS-WEB/src/const/code/mdmrule.js
+++ b/Source/UBCS-WEB/src/const/code/mdmrule.js
@@ -1,5 +1,5 @@
export default {
- height:'auto',
+ height:"220px",
calcHeight: 30,
tip: false,
editBtn:false,
@@ -10,6 +10,7 @@
viewBtn: true,
selection: true,
dialogClickModal: false,
+ highlightCurrentRow: true,
column: [
{
label: "缂栧彿",
--
Gitblit v1.9.3