From 83aa382fd3b88ec7a564f14d41a9c8e5d43beeb3 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期一, 09 十二月 2024 10:26:31 +0800 Subject: [PATCH] 修改表单定义样式&&修改ui上下文btmName&&添加登录密码即将过期进入首页并提醒 --- Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/bottomTable/index.vue | 67 +++++++++++++++++++++------------ 1 files changed, 43 insertions(+), 24 deletions(-) diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/bottomTable/index.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/bottomTable/index.vue index b035270..c1df775 100644 --- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/bottomTable/index.vue +++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/uiDefine/rightRegion/bottomTable/index.vue @@ -414,6 +414,7 @@ data: [], option: { ...basicOption, + size:'mini', height: this.height, addBtn: false, index: true, @@ -424,6 +425,7 @@ { label: '鍚嶇О', prop: 'name', + labelWidth: 110, rules: [ { required: true, @@ -435,6 +437,7 @@ { label: '缂栧彿', prop: 'seq', + labelWidth: 110, hide: false, rules: [ { @@ -448,17 +451,25 @@ label: '', prop: 'uiParser', hide: true, - labelWidth: 100, + labelWidth: 110, }, { label: '', prop: 'extAttr', hide: true, + labelWidth: 110, + }, + { + label: '鎻忚堪', + prop: 'description', + labelWidth: 110, + hide: false, }, { label: '妯℃澘绫诲瀷', prop: 'templateType', type: 'radio', + labelWidth: 110, span: 24, value: '1', dicData: [ @@ -517,6 +528,7 @@ label: '鏄剧ず绫诲瀷', prop: 'navigatorType', type: 'radio', + labelWidth: 110, span: 24, value: '1', hide: true, @@ -539,6 +551,7 @@ label: '鎼滅储绫诲瀷', prop: 'searchTarger', display: true, + labelWidth: 110, type: 'radio', value: '1', span: 24, @@ -573,22 +586,19 @@ } } }, - { - label: '鎻忚堪', - prop: 'description', - display: false - }, ], group: [ { - label: '', - arrow: false, + icon:'el-icon-info', + label:'', + arrow: true, prop: 'group1', column: [ { label: '婧愬璞�', prop: 'showType', type: 'select', + labelWidth: 115, cascader: ['linkType', 'SubUILayout', 'searchObjType'], placeholder: "璇疯緭鍏ュ唴瀹�", dicUrl: '/api/uiManagerController/getBtmDatasByPage?page=1&limit=-1', @@ -638,6 +648,7 @@ prop: 'linkType', type: 'select', display: false, + labelWidth: 115, filterable: true, props: { label: 'name', @@ -670,6 +681,7 @@ { label: '閫夋嫨妯℃澘', prop: 'templateId', + labelWidth: 115, display: false, formslot: true, rules: [ @@ -684,6 +696,7 @@ label: 'UI瀹氫箟', prop: 'SubUILayout', type: 'select', + labelWidth: 115, filterable: true, display: false, props: { @@ -698,6 +711,7 @@ display: false, value: '1', type: 'radio', + labelWidth: 115, span: 24, dicData: [ { @@ -715,7 +729,7 @@ prop: 'searchObjType', type: 'select', display: false, - labelWidth: 100, + labelWidth: 115, props: { label: 'qtName', value: 'qtName', @@ -726,6 +740,7 @@ { label: '鏌ヨ妯℃澘', prop: 'queryTemplateName', + labelWidth: 115, type: 'select', display: false, formslot: true, @@ -733,6 +748,7 @@ { label: '鎺у埗璺緞', prop: 'controlPath', + labelWidth: 115, display: false, type: 'textarea', span: 24, @@ -741,18 +757,20 @@ { label: '鏍戠粨鏋勫睍寮�鍒�', prop: 'expandCols', - labelWidth: 110, + labelWidth: 115, display: false, span: 12 }, { label: '鍙傜収鏍戣缃�', prop: 'showLinkAbs', + labelWidth: 115, display: false, }, { label: '鍒嗛殧绗�', prop: 'separator', + labelWidth: 115, display: false, }, { @@ -760,6 +778,7 @@ prop: 'expandMode', display: false, type: 'radio', + labelWidth: 115, value: '1', dicData: [ { @@ -773,20 +792,6 @@ ] }, { - label: '鏍硅妭鐐规樉绀鸿〃杈惧紡', - prop: 'rootContent', - display: false, - labelWidth: 135, - span: 12 - }, - { - label: '鏍戣妭鐐规樉绀鸿〃杈惧紡', - prop: 'showAbs', - display: false, - labelWidth: 135, - span: 12 - }, - { label: 'B/S鑷畾涔夋煡璇�', prop: 'bsCustQueryCLsOrUrl', display: false, @@ -800,6 +805,20 @@ labelWidth: 115, span: 12 }, + { + label: '鏍硅妭鐐规樉绀鸿〃杈惧紡', + prop: 'rootContent', + display: false, + labelWidth: 135, + span: 12 + }, + { + label: '鏍戣妭鐐规樉绀鸿〃杈惧紡', + prop: 'showAbs', + display: false, + labelWidth: 135, + span: 12 + }, ] }, { -- Gitblit v1.9.3