[update] 配置

This commit is contained in:
zhaomeijing
2022-06-07 15:01:48 +08:00
parent 59b9bce658
commit aafd0d156e
@@ -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;