From aafd0d156e2ef73ee2114ca5d36070eb9f167de5 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Tue, 7 Jun 2022 15:01:48 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/components/tableCollection/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index 705cd0865..1b3a89916 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -233,7 +233,7 @@ let _this = this this.areaVisibleView = true axios({ - url: `/jero-boot/params/config/getById?id=${val.sortColumn.dataIndex}`, + url: `/jero-boot/params/config/getById?id=${val.db_field_name}`, method: 'get', transformRequest: [function(data) { let ret = '' @@ -514,7 +514,7 @@ display: flex; .text-field-left { - width: 70px; + width: 80px; display: inline-block; font-size: 16px; color: #040B29;