|
@@ -1160,6 +1160,7 @@ function ruleActionLabel(actionType) {
|
|
|
const map = {
|
|
const map = {
|
|
|
quote: '引用',
|
|
quote: '引用',
|
|
|
summary: 'AI总结',
|
|
summary: 'AI总结',
|
|
|
|
|
+ ai_extract: 'AI提取',
|
|
|
table_extract: '表格提取',
|
|
table_extract: '表格提取',
|
|
|
use_entity_value: '人工录入',
|
|
use_entity_value: '人工录入',
|
|
|
}
|
|
}
|
|
@@ -5765,6 +5766,7 @@ onMounted(async () => {
|
|
|
|
|
|
|
|
&.action-quote { background: #e6f4ff; color: #1677ff; }
|
|
&.action-quote { background: #e6f4ff; color: #1677ff; }
|
|
|
&.action-summary { background: #f6ffed; color: #52c41a; }
|
|
&.action-summary { background: #f6ffed; color: #52c41a; }
|
|
|
|
|
+ &.action-ai_extract { background: #e6fffb; color: #13c2c2; }
|
|
|
&.action-table_extract { background: #fff7e6; color: #fa8c16; }
|
|
&.action-table_extract { background: #fff7e6; color: #fa8c16; }
|
|
|
&.action-use_entity_value { background: #f0f0f0; color: #666; }
|
|
&.action-use_entity_value { background: #f0f0f0; color: #666; }
|
|
|
}
|
|
}
|