瀏覽代碼

fix:登录日志prop格式化

lazy 6 月之前
父節點
當前提交
bf8544003c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/systemManage/logManage/index.vue

+ 1 - 1
src/views/systemManage/logManage/index.vue

@@ -30,7 +30,7 @@
         :table-options="tableOptions"
         :data="tableData"
         :count="total"
-        parentComponent="LogManage"
+        parent-component="LogManage"
       />
     </template>
     <router-view />