Auto Commit

上级 c4fb1b52
...@@ -170,7 +170,7 @@ function initFirstData() { ...@@ -170,7 +170,7 @@ function initFirstData() {
return item.postTime == params.name return item.postTime == params.name
}) })
if (params.name) { if (params.name) {
window.open(findItem.src, '_blank') window.open(findItem.url, '_blank')
} }
}); });
...@@ -200,6 +200,10 @@ function initFirstData() { ...@@ -200,6 +200,10 @@ function initFirstData() {
@search="onSearch" /> @search="onSearch" />
</div> </div>
<br> <br>
<div v-if="state.dataSource">
<div id="first" style="width:95vw;height:900px;margin: 0 auto"></div>
</div>
<br>
<div> <div>
<a-table :scroll="{ x: 800, y: 500 }" :columns="state.columns" :data-source="state.dataSource" <a-table :scroll="{ x: 800, y: 500 }" :columns="state.columns" :data-source="state.dataSource"
:loading="state.loading" :pagination="state.pagination" bordered> :loading="state.loading" :pagination="state.pagination" bordered>
...@@ -212,9 +216,7 @@ function initFirstData() { ...@@ -212,9 +216,7 @@ function initFirstData() {
</template> </template>
</a-table> </a-table>
</div> </div>
<div>
<div id="first" style="width:90vw;height:900px;margin: 0 auto"></div>
</div>
</div> </div>
</template> </template>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册