Update dsTable.vue

This commit is contained in:
taojinlong 2022-10-06 14:17:51 +08:00 committed by taojinlong
parent a330d03bf6
commit 7e5944d3b8

View File

@ -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>