fix: 数据源类型保持一致

This commit is contained in:
junjie 2021-06-24 17:51:45 +08:00
parent a056afe236
commit abdf3ab28b

View File

@ -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>