From ffdd85649d262bfacdee2dd6c1b1157ecdf2f59f Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期日, 03 十一月 2024 15:52:47 +0800 Subject: [PATCH] 分组统计数量 --- src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue b/src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue index 6d4ed28..cac308c 100644 --- a/src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue +++ b/src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue @@ -9,14 +9,11 @@ <div class="overflow-y-auto relative"> <template v-for="(item, index) in promptPiece" :key="index"> - <Br v-if="item === ''" /> + <br v-if="item === ''" /> <pre class="pre-wrap" v-else>{{ item }}</pre> </template> - <!-- <i - @click="copyInfo(metricItem?.metric_prompt)" - class="ywifont ywicon-copy text-blue-400 !text-[25px] cursor-pointer absolute bottom-10 right-10" - ></i> --> + </div> </el-card> </template> -- Gitblit v1.9.3