From 9b9e63bb526ec60dda3f33855759874a39a45cb4 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 03 一月 2025 10:24:03 +0800 Subject: [PATCH] 多行表单,大模型嵌套表格 --- src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue b/src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue index cac308c..6344e70 100644 --- a/src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue +++ b/src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue @@ -2,7 +2,7 @@ <el-card class="flex-column" bodyStyle="flex:1" bodyClass="overflow-y-auto"> <template #header> <div class="flex justify-between items-center"> - <div>鍏ㄥ眬鎰忓悜鎻愮ず璇�</div> + <div>鍏ㄥ眬鎰忓浘鎻愮ず璇�</div> <el-button :icon="Refresh" circle @click="refreshPrompt"></el-button> </div> </template> @@ -12,8 +12,6 @@ <br v-if="item === ''" /> <pre class="pre-wrap" v-else>{{ item }}</pre> </template> - - </div> </el-card> </template> -- Gitblit v1.9.3