| | |
| | | <el-table-column label="操作" width="200" fixed="right" show-overflow-tooltip> |
| | | <template #default="scope"> |
| | | <div class="space-x-3 items-center flex"> |
| | | <el-tooltip effect="dark" content="提示词" placement="top"> |
| | | <i class="ywifont ywicon-didaima !text-[21px] text-blue-400 cursor-pointer" @click="openCopyPrompt(scope.row)"></i> |
| | | <el-tooltip effect="dark" content="查看提示词" placement="top"> |
| | | <i class="ywifont ywicon-tishici !text-[21px] text-blue-400 cursor-pointer" @click="openCopyPrompt(scope.row)"></i> |
| | | </el-tooltip> |
| | | <!-- <el-tooltip effect="dark" content="数据对接" placement="top"> |
| | | <i class="ywifont ywicon-sjdj !text-[17px] text-blue-400 cursor-pointer" @click="editSqlClick(scope.row)"></i> |