feat(视图): 视图计算字段支持复制

This commit is contained in:
junjun 2022-12-16 15:33:10 +08:00
parent 3ced575f63
commit 0d79cda5de

View File

@ -478,6 +478,12 @@
:label="$t('dataset.operator')"
>
<template slot-scope="scope">
<el-button
type="text"
size="mini"
@click="copyField(scope.row)"
>{{ $t('dataset.copy') }}
</el-button>
<el-button
v-if="scope.row.extField !== 0"
type="text"