wujingjing
2024-09-14 4156f827040971e089899f493330b47726a49b8b
src/views/project/yw/systemManage/metricMgr/MetricMgr.vue
@@ -64,8 +64,8 @@
               <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>