forked from github/dataease
fix: 数据源类型保持一致
This commit is contained in:
parent
a056afe236
commit
abdf3ab28b
@ -66,7 +66,8 @@
|
||||
</el-col>
|
||||
<el-col class="info-item">
|
||||
<p class="info-title">{{ $t('datasource.type') }}</p>
|
||||
<p class="info-content">{{ detail.datasource.type }}</p>
|
||||
<p v-if="detail.datasource.type === 'mysql'" class="info-content">MySQL</p>
|
||||
<p v-if="detail.datasource.type === 'sqlServer'" class="info-content">SQL Server</p>
|
||||
</el-col>
|
||||
<el-col class="info-item">
|
||||
<p class="info-title">{{ $t('dataset.create_time') }}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user