fix(数据源): 展示表的字段类型

This commit is contained in:
taojinlong 2022-10-06 13:51:00 +08:00 committed by GitHub
parent 783839e02e
commit 86e0fa35d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@
$t("dataset.value") + '(' + $t("dataset.float") + ')'
}}</span>
</template>
<template v-else slot-scope="scope">
<template v-if="params.type !== 'api'" slot-scope="scope">
<span> scope.row.fieldType </span>
</template>