BUG 30518
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user