|
|
@@ -57,14 +57,15 @@
|
|
|
<el-button link type="primary" icon="Position" @click="handlePush(scope.row)"
|
|
|
v-hasPermi="['device:datasets:edit']"></el-button>
|
|
|
</el-tooltip>
|
|
|
- <el-tooltip content="产品条目" placement="top">
|
|
|
+ <el-tooltip content="问答条目" placement="top">
|
|
|
<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-button link type="primary" icon="Document" @click="handleToFileList(scope.row)"
|
|
|
- v-hasPermi="['device:datasetsFile:list']"></el-button>
|
|
|
- </el-tooltip>-->
|
|
|
+ <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 content="删除" placement="top">
|
|
|
<el-button link type="primary" icon="Delete" @click="handleDelete(scope.row)"
|
|
|
v-hasPermi="['device:datasets:remove']"></el-button>
|