fix(数据源): 展示表的字段类型
This commit is contained in:
parent
2dd88661ee
commit
3115cdc392
@ -94,7 +94,7 @@
|
|||||||
$t("dataset.value") + '(' + $t("dataset.float") + ')'
|
$t("dataset.value") + '(' + $t("dataset.float") + ')'
|
||||||
}}</span>
|
}}</span>
|
||||||
</template>
|
</template>
|
||||||
<template v-else slot-scope="scope">
|
<template v-if="params.type !== 'api'" slot-scope="scope">
|
||||||
<span> scope.row.fieldType </span>
|
<span> scope.row.fieldType </span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user