|
|
@@ -65,11 +65,11 @@
|
|
|
<el-button link type="primary" icon="View" @click="handleEntryList(scope.row)"
|
|
|
v-hasPermi="['device:datasets:query']"></el-button>
|
|
|
</el-tooltip>
|
|
|
- <el-tooltip content="刷新" placement="top">
|
|
|
+<!-- <el-tooltip content="刷新" placement="top">
|
|
|
<el-button link type="primary" icon="Refresh" @click="handleSync()"
|
|
|
v-hasPermi="['device:datasets:add']">
|
|
|
</el-button>
|
|
|
- </el-tooltip>
|
|
|
+ </el-tooltip>-->
|
|
|
<el-tooltip content="删除" placement="top">
|
|
|
<el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)"
|
|
|
v-hasPermi="['device:datasets:remove']"></el-button>
|