fix: 完善提示词管理页面的优化,数据库中添加相关字段来区分vlm和llm提示词。评查点设置中抽取设置的多模态抽取的类型通过查询数据库来返回数据。

This commit is contained in:
2025-11-11 01:16:27 +08:00
parent ddad57529d
commit 95381ddcc2
7 changed files with 261 additions and 76 deletions
+9
View File
@@ -94,6 +94,15 @@
@apply mr-1;
}
/* 删除按钮 - 红色 */
.prompt-page .operation-btn.text-error {
@apply !text-red-600;
}
.prompt-page .operation-btn.text-error:hover {
@apply !text-red-700 bg-red-50;
}
/* 分页 */
.prompt-page .pagination-info {
@apply text-sm text-gray-500;