BUG 30518

This commit is contained in:
aixianling
2022-07-06 17:58:53 +08:00
parent dd4b58312e
commit 7c3620eea1

View File

@@ -27,7 +27,7 @@
<ai-table :dict="dict" :tableData="info[tab.prop]" :col-configs="tab.colConfigs" :isShowPagination="false" border tableSize="small">
<el-table-column slot="detail" label="操作" align="center" width="100px">
<template slot-scope="{row}">
<el-button type="text" @click="$router.push({name:'973f0339e5904d99bc8afe86b8cf4e9c',query:{id:row.id}})">详情</el-button>
<el-button type="text" @click="$router.push({hash:'#company',query:{id:row.id}})">详情</el-button>
</template>
</el-table-column>
<div slot="empty">截止{{ $moment().format('YYYY-MM-DD') }},尚未公开信息</div>