Parcourir la source

修复编译错误

DocumentHistoryView.vue '{ id: number; label: string; text: string; link: string; }[]' 'SearchHistoryRecord[]'
Kevin Jiang il y a 2 ans
Parent
commit
72a4a90b72
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  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'
   }
 ];