feat: API数据源页面优化

This commit is contained in:
dataeaseShu 2022-07-22 13:39:05 +08:00
parent 0282e84b1c
commit 0c4ff91903
5 changed files with 1018 additions and 428 deletions

View File

@ -1176,6 +1176,7 @@ export default {
remark_bg_color: 'Background Fill'
},
dataset: {
parse_filed: 'Parse Field',
field_rename: 'Rename Field',
params_work: 'Effective only when editing SQL',
sql_variable_limit_1: '1、SQL variables can only be used in where conditions',

View File

@ -1175,6 +1175,7 @@ export default {
remark_bg_color: '背景填充'
},
dataset: {
parse_filed: '解析字段',
field_rename: '字段重命名',
params_work: '僅在編輯 sql 時生效',
sql_variable_limit_1: '1、SQL變數只能在WHERE條件中使用',

View File

@ -1177,6 +1177,7 @@ export default {
remark_bg_color: '背景填充'
},
dataset: {
parse_filed: '解析字段',
field_rename: '字段重命名',
params_work: '仅在编辑sql时生效',
select_year: '选择年',

File diff suppressed because it is too large Load Diff

View File

@ -502,11 +502,11 @@ export default {
font-weight: 400;
line-height: 22px;
text-align: left;
color: #1f2329;
}
.pwd {
margin: 0 8px;
color: #1f2329;
}
.btn-text {