|
@@ -3,7 +3,7 @@
|
|
|
<el-row v-if="hidden">
|
|
|
<el-button type="primary" @click="add">添加{{inSpaceType}}</el-button>
|
|
|
<el-tooltip class="item" effect="dark" :content="`可前往“全部关系总览”中,按坐标计算${typeToTips[type]}`" placement="right">
|
|
|
- <el-button>按空间计算</el-button>
|
|
|
+ <el-button v-show="type=='Equipment'">按空间计算</el-button>
|
|
|
</el-tooltip>
|
|
|
</el-row>
|
|
|
<div class="table-box">
|
|
@@ -33,7 +33,7 @@
|
|
|
<template slot="empty">
|
|
|
<div style="height: 60%;transform: translateY(50%);lineHeight:20px;">
|
|
|
<i class="icon-wushuju iconfont"></i>
|
|
|
- 可前往“全部关系总览”中,按坐标计算{{typeToTips[type]}}
|
|
|
+ {{type=='Equipment'?`可前往“全部关系总览”中,按坐标计算${typeToTips[type]}`:'无数据'}}
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table>
|