forked from github/dataease
Update dsTable.vue
This commit is contained in:
parent
286ddba437
commit
168227b184
@ -82,7 +82,7 @@
|
|||||||
prop="fieldType"
|
prop="fieldType"
|
||||||
:label="$t('dataset.field_type')"
|
:label="$t('dataset.field_type')"
|
||||||
>
|
>
|
||||||
<template v-if="params.type==='api'" slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span v-if="scope.row.fieldType === '0' && params.type==='api'">{{
|
<span v-if="scope.row.fieldType === '0' && params.type==='api'">{{
|
||||||
$t("dataset.text")
|
$t("dataset.text")
|
||||||
}}</span>
|
}}</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user