[update] 配置
This commit is contained in:
@@ -233,7 +233,7 @@
|
|||||||
let _this = this
|
let _this = this
|
||||||
this.areaVisibleView = true
|
this.areaVisibleView = true
|
||||||
axios({
|
axios({
|
||||||
url: `/jero-boot/params/config/getById?id=${val.sortColumn.dataIndex}`,
|
url: `/jero-boot/params/config/getById?id=${val.db_field_name}`,
|
||||||
method: 'get',
|
method: 'get',
|
||||||
transformRequest: [function(data) {
|
transformRequest: [function(data) {
|
||||||
let ret = ''
|
let ret = ''
|
||||||
@@ -514,7 +514,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.text-field-left {
|
.text-field-left {
|
||||||
width: 70px;
|
width: 80px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #040B29;
|
color: #040B29;
|
||||||
|
|||||||
Reference in New Issue
Block a user