update
parent
a1c8349368
commit
ad0c9923ce
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue