From 0ac4537265c996ebcc25ff7d720b80244eb0621a Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 27 Aug 2025 13:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E6=95=B0=E6=8D=AE=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/DataSourceDialog.vue | 374 +++++++++--------- 1 file changed, 178 insertions(+), 196 deletions(-) diff --git a/src/views/modules/labelSetting/components/DataSourceDialog.vue b/src/views/modules/labelSetting/components/DataSourceDialog.vue index bc9e60c..5c0da5b 100644 --- a/src/views/modules/labelSetting/components/DataSourceDialog.vue +++ b/src/views/modules/labelSetting/components/DataSourceDialog.vue @@ -3,30 +3,65 @@ title="数据源选择" :visible="visible" :close-on-click-modal="false" - width="800px" + width="880px" top="5vh" + append-to-body custom-class="data-source-dialog" @close="handleClose" > -
- - - - - {{ key.fieldName+(key.fieldDescription?('('+key.fieldDescription +')'):'')}} - - - - - + +
+ + + + +
+