mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 13:58:26 +08:00
Merge pull request #6377 from dataease/pr@dev-v2@fixDatasource
Pr@dev v2@fix datasource
This commit is contained in:
@@ -737,7 +737,7 @@ defineExpose({
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<span
|
||||
v-if="!['es', 'api', 'mongo'].includes(form.type)"
|
||||
v-if="!['es', 'api'].includes(form.type)"
|
||||
class="de-expand"
|
||||
@click="showPriority = !showPriority"
|
||||
>{{ t('datasource.priority') }}
|
||||
|
||||
@@ -995,7 +995,7 @@ onMounted(() => {
|
||||
</el-col>
|
||||
</el-row>
|
||||
<span
|
||||
v-if="!['es', 'api', 'mongo'].includes(nodeInfo.type.toLowerCase())"
|
||||
v-if="!['es', 'api'].includes(nodeInfo.type.toLowerCase())"
|
||||
class="de-expand"
|
||||
@click="showPriority = !showPriority"
|
||||
>{{ t('datasource.priority') }}
|
||||
@@ -1236,7 +1236,7 @@ onMounted(() => {
|
||||
@size-change="handleRecordSizeChange"
|
||||
@current-change="handleRecordCurrentChange"
|
||||
>
|
||||
<el-table-column prop="tableName" :label="t('datasource.data_table')"></el-table-column>
|
||||
<el-table-column prop="name" :label="t('datasource.data_table')"></el-table-column>
|
||||
<el-table-column prop="triggerType" :label="t('datasource.sync_rate')">
|
||||
<template #default="scope">
|
||||
<div class="flex-align-center">
|
||||
|
||||
Reference in New Issue
Block a user