DocumentHistoryView.vue '{ id: number; label: string; text: string; link: string; }[]' 'SearchHistoryRecord[]'
@@ -6,9 +6,8 @@ import HistoryToolbar from "./components/HistoryToolbar.vue";
const data = [
{
id: 1,
- label: '检索',
- text: 'TP=(建筑)',
- link: '/history/1'
+ expression: 'TP=(建筑)',
+ createdTime: '2022-12-28 11:20:47'
}
];