feat: 补充新项目hx-op
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const tableConfig = {
|
||||
pageField: 'data.pages', //当前页
|
||||
pageField: 'data.current', //当前页
|
||||
pageCount: 'data.pageCount', //当前页
|
||||
sizeField: 'data.size', // 每页数量
|
||||
listField: 'data.records', // 数据集合
|
||||
|
@@ -10,7 +10,7 @@
|
||||
<ns-icon v-else name="headerLogin" class="headerLogin" style="width: auto; height: 48px" />
|
||||
</div>
|
||||
<div>
|
||||
<component :is="headerSlot.component" v-bind="headerSlot.componentProps" />
|
||||
<component v-if="headerSlot" :is="headerSlot.component" v-bind="headerSlot.componentProps" />
|
||||
</div>
|
||||
<div class="header-menu">
|
||||
<a-menu style="width: 100%" mode="horizontal" :selectedKeys="initHeaderKey">
|
||||
|
Reference in New Issue
Block a user