fix: 修复系统变量显示问题

This commit is contained in:
taojinlong
2024-06-04 15:41:17 +08:00
parent a366d8d39c
commit dab153631d
5 changed files with 45 additions and 1 deletions

View File

@@ -458,7 +458,7 @@ defineExpose({
</div>
<el-form-item :label="$t('datasource.query_timeout')" prop="apiQueryTimeout">
<el-input v-model="apiItem.apiQueryTimeout" autocomplete="off" type="number" :min="0">
<template v-slot:append>{{ $t('panel.second') }}</template>
<template v-slot:append>{{ $t('chart.second') }}</template>
</el-input>
</el-form-item>
<div class="title-form_primary request-info">