瀏覽代碼

修复编译错误

DocumentHistoryView.vue '{ id: number; label: string; text: string; link: string; }[]' 'SearchHistoryRecord[]'
Kevin Jiang 2 年之前
父節點
當前提交
72a4a90b72
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/views/history/DocumentHistoryView.vue

+ 2 - 3
src/views/history/DocumentHistoryView.vue

@@ -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'
   }
 ];