main
王文龙 2023-11-22 12:03:00 +08:00
parent a1c8349368
commit ad0c9923ce
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ function getLastSubstring(str: string): string {
</tr>
</thead>
<tbody >
<tr v-if="tableData" v-for="(it, index) in tableData" :key="index">
<tr v-if="tableData" v-for="(it, index) in tableData" :key="index">
<td class="h50px"><span class="download text-#000 text-18px" @click="toDetail(it)">{{ it.title}}</span></td>
<td class="h50px"><span class="text-#000 text-18px" >{{ it.createTime}}</span></td>
</tr>