mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-12 12:26:52 +08:00
fix [ rules ]: 修复无法过滤查询的问题
- 更换数据来源
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getTableData() {
|
getTableData() {
|
||||||
// 需要处理 规则类型, 因为规则类型都是数字,需要转换成中文
|
// 需要处理 规则类型, 因为规则类型都是数字,需要转换成中文
|
||||||
return this.tableData.map(item => ({
|
return this.currentTableDate.map(item => ({
|
||||||
...item,
|
...item,
|
||||||
ruleType: item.ruleType === 1 ? '提示词规则' : '知识拆分规则'
|
ruleType: item.ruleType === 1 ? '提示词规则' : '知识拆分规则'
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user