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;