From 7938e5bedb3ff3b17dae51eb9588e8c8e71136c2 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期二, 09 五月 2023 16:55:43 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

---
 Source/UBCS-WEB/src/const/code/codebutton.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Source/UBCS-WEB/src/const/code/codebutton.js b/Source/UBCS-WEB/src/const/code/codebutton.js
index df3fc5b..75d3028 100644
--- a/Source/UBCS-WEB/src/const/code/codebutton.js
+++ b/Source/UBCS-WEB/src/const/code/codebutton.js
@@ -2,8 +2,10 @@
   height:'auto',
   calcHeight: 30,
   tip: false,
+  searchLabelWidth:120,
   searchShow: true,
   searchMenuSpan: 6,
+  // searchSpan:8,
   border: true,
   index: true,
   viewBtn: true,
@@ -241,7 +243,7 @@
     {
       label: "鐘舵��",
       type: "select",
-      dicUrl: "/api/ubcs-omd/dict-biz/dictionary?code=codeLcstatus",
+      dicUrl: "/api/ubcs-omd/dict/dictionary?code=codeLcstatus",
       props: {
         label: "dictValue",
         value: "dictKey"
@@ -294,7 +296,7 @@
       label: "鎸夐挳鐨勪綅缃�",
       type: "select",
       weight :'140px',
-      dicUrl: "/api/ubcs-omd/dict-biz/dictionary?code=codeButtonPosition",
+      dicUrl: "/api/ubcs-omd/dict/dictionary?code=codeButtonPosition",
       props: {
         label: "dictValue",
         value: "dictKey"

--
Gitblit v1.9.3