Explorar o código

修复编译错误

DocumentHistoryView.vue '{ id: number; label: string; text: string; link: string; }[]' 'SearchHistoryRecord[]'
Kevin Jiang %!s(int64=3) %!d(string=hai) anos
pai
achega
72a4a90b72
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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'
   }
 ];