|
@@ -1,14 +1,9 @@
|
|
<template>
|
|
<template>
|
|
<div class="app-container">
|
|
<div class="app-container">
|
|
<div class="file">
|
|
<div class="file">
|
|
- <div class="title">
|
|
|
|
- <span class="title-name">文件名</span>
|
|
|
|
- <span class="title-date" style="margin-right: 70px;">日期</span>
|
|
|
|
- </div>
|
|
|
|
<ul v-for="(item, index) in logList.logList" :key="index" class="file-con">
|
|
<ul v-for="(item, index) in logList.logList" :key="index" class="file-con">
|
|
<li>
|
|
<li>
|
|
- <span style="float: left;">{{ logList.logNameList[index].name }}</span>
|
|
|
|
- <span style="float: right;">{{ logList.logNameList[index].created }}</span>
|
|
|
|
|
|
+ <span style="float: left;">{{ logList.logNameList[index].created }} - {{ logList.logNameList[index].name }}</span>
|
|
</li>
|
|
</li>
|
|
<li v-for="(items, index) in item" :key="index" class="border">
|
|
<li v-for="(items, index) in item" :key="index" class="border">
|
|
<span style="float: left;"><img :src="imgUrl(items)" alt="file_icon">{{ items.fileName }}</span>
|
|
<span style="float: left;"><img :src="imgUrl(items)" alt="file_icon">{{ items.fileName }}</span>
|