Commit e952c25c authored by 黄奎's avatar 黄奎

页面修改

parent 61a668ab
...@@ -9,8 +9,16 @@ ...@@ -9,8 +9,16 @@
} }
</style> </style>
<template> <template>
<div> 我是记录 <div>
<template v-for="(item,index) in logData">
<div :key="index">
{{item.CreateTimeStr}} <br />
{{item.CreateByName}} <br />
{{item.LogTitle}} <br />
{{item.LogContent}} <br />
</div>
</template>
</div> </div>
</template> </template>
<script> <script>
...@@ -52,7 +60,7 @@ ...@@ -52,7 +60,7 @@
}, },
methods: { methods: {
getStuLogPage() { getStuLogPage() {
queryStudentLogPage(customMsg).then(res => { queryStudentLogPage(this.customMsg).then(res => {
console.log("res", res); console.log("res", res);
if (res.Code == 1) { if (res.Code == 1) {
this.logData = res.Data.PageData this.logData = res.Data.PageData
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment