Commit 0b62701d authored by 黄奎's avatar 黄奎

页面修改

parent 75b08f7e
<template>
<div class="classLog">
<q-timeline>
<template v-for="(item,index) in dataList">
<q-timeline-entry>
<template v-slot:title>
{{item.LogTypeStr}} {{item.CreatHour}}
</template>
<div>
{{item.CreateByName}}: {{item.LogContent}}
</div>
</q-timeline-entry>
</template>
</q-timeline>
</div>
</template>
<script>
......
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