소스 검색

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 />