wujingjing
2024-09-10 bcfac298673fc92d953e6636bbab5a49f5c960d7
Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.Admin.V1.0 into test
已修改2个文件
12 ■■■■ 文件已修改
src/views/project/yw/dataManage/graph/GraphIndex.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/yw/dataManage/knowledge/ViewKnowledge.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/yw/dataManage/graph/GraphIndex.vue
@@ -92,15 +92,15 @@
                    <el-table-column label="操作" width="120" fixed="right" show-overflow-tooltip align="center">
                        <template #default="scope">
                            <div class="space-x-2.5">
                                <el-tooltip effect="dark" content="文档详情" placement="top">
                                <el-tooltip effect="dark" content="文本" placement="top">
                                    <i
                                        class="ywifont ywicon-wendang !text-[17px] cursor-pointer text-blue-400"
                                        @click="openOperateDemoPage(scope.row)"
                                    ></i>
                                </el-tooltip>
                                <el-tooltip effect="dark" content="查看" placement="top">
                                <el-tooltip effect="dark" content="分块" placement="top">
                                    <i
                                        class="ywifont ywicon-yulan !text-[17px] cursor-pointer text-blue-400"
                                        class="ywifont ywicon-01wenjianfenkuai !text-[17px] cursor-pointer text-blue-400"
                                        @click="handleViewKnowledgeFile(scope.row)"
                                    ></i>
                                </el-tooltip>
src/views/project/yw/dataManage/knowledge/ViewKnowledge.vue
@@ -37,15 +37,15 @@
                        <el-table-column label="操作" width="120" fixed="right" show-overflow-tooltip align="center">
                            <template #default="scope">
                                <div class="space-x-2.5">
                                    <el-tooltip effect="dark" content="文档详情" placement="top">
                                    <el-tooltip effect="dark" content="文本" placement="top">
                                        <i
                                            class="ywifont ywicon-wendang !text-[17px] cursor-pointer text-blue-400"
                                            @click="openOperateDemoPage(scope.row)"
                                        ></i>
                                    </el-tooltip>
                                    <el-tooltip effect="dark" content="查看" placement="top">
                                    <el-tooltip effect="dark" content="分块" placement="top">
                                        <i
                                            class="ywifont ywicon-yulan !text-[17px] cursor-pointer text-blue-400"
                                            class="ywifont ywicon-01wenjianfenkuai !text-[17px] cursor-pointer text-blue-400"
                                            @click="handleViewKnowledgeFile(scope.row)"
                                        ></i>
                                    </el-tooltip>