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

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

View File

@ -94,6 +94,9 @@
$t("dataset.value") + '(' + $t("dataset.float") + ')'
}}</span>
</template>
<template v-else slot-scope="scope">
<span> scope.row.fieldType </span>
</template>
</el-table-column>
<el-table-column