Update dsTable.vue

This commit is contained in:
taojinlong 2022-10-06 14:17:51 +08:00 committed by GitHub
parent 286ddba437
commit 168227b184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@
prop="fieldType"
: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'">{{
$t("dataset.text")
}}</span>