mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
feat(视图): 视图计算字段支持复制
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user