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

This commit is contained in:
taojinlong 2022-10-06 13:51:00 +08:00 committed by taojinlong
parent 2dd88661ee
commit 3115cdc392

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>