Merge pull request #4115 from dataease/pr@dev@feat_field_copy

feat(视图): 视图计算字段支持复制
This commit is contained in:
Junjun
2022-12-16 15:37:36 +08:00
committed by GitHub

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"