forked from github/dataease
Merge pull request #982 from dataease/pr@dev@feat_more
feat:视图、数据集title后增加'...'图标
This commit is contained in:
commit
80fbee591c
@ -12,7 +12,7 @@
|
||||
@hide="hideTab"
|
||||
>
|
||||
<dataset-chart-detail type="chart" :data="view" :tab-status="tabStatus" />
|
||||
<svg-icon slot="reference" icon-class="more_v" style="cursor: pointer;" />
|
||||
<svg-icon class="title-text" slot="reference" icon-class="more_v" style="cursor: pointer;" />
|
||||
</el-popover>
|
||||
<span style="float: right;line-height: 40px;">
|
||||
<!-- <el-button v-if="hasDataPermission('manage',param.privileges)" size="mini" @click="changeDs">-->
|
||||
|
@ -13,7 +13,7 @@
|
||||
@hide="hideTab"
|
||||
>
|
||||
<dataset-chart-detail type="dataset" :data="table" :tab-status="tabStatus" />
|
||||
<svg-icon slot="reference" icon-class="more_v" style="cursor: pointer;" />
|
||||
<svg-icon slot="reference" class="title-text" icon-class="more_v" style="cursor: pointer;" />
|
||||
</el-popover>
|
||||
<el-row v-if="hasDataPermission('manage',param.privileges)" style="float: right">
|
||||
<el-dropdown v-if="table.type ==='excel'" style="margin-right: 10px;" size="small" trigger="click" @command="clickEditExcel">
|
||||
|
Loading…
Reference in New Issue
Block a user