AI配置管理优化
This commit is contained in:
@@ -569,6 +569,14 @@
|
||||
@close="handleTestDialogClose"
|
||||
>
|
||||
<div class="test-container" v-if="testConfig">
|
||||
<div class="test-header-info" style="margin-bottom: 20px;">
|
||||
<el-descriptions :column="2" border>
|
||||
<el-descriptions-item label="配置名称">{{ testConfig.configName }}</el-descriptions-item>
|
||||
<el-descriptions-item label="配置键值">
|
||||
<el-tag type="info">{{ testConfig.configKey }}</el-tag>
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</div>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12">
|
||||
<div class="test-section">
|
||||
|
||||
Reference in New Issue
Block a user