mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-06 04:00:06 +08:00
改为PageLayout布局
This commit is contained in:
parent
112e98fe68
commit
244a954508
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<page-layout title="基础详情页">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<detail-list title="退款详情">
|
<detail-list title="退款详情">
|
||||||
<detail-list-item term="取货单号">1000000000</detail-list-item>
|
<detail-list-item term="取货单号">1000000000</detail-list-item>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
>
|
>
|
||||||
</a-table>
|
</a-table>
|
||||||
</a-card>
|
</a-card>
|
||||||
</div>
|
</page-layout>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -42,6 +42,7 @@ import AAvatar from 'vue-antd-ui/es/avatar/Avatar'
|
|||||||
import DetailList from '../tool/DetailList'
|
import DetailList from '../tool/DetailList'
|
||||||
import ADivider from 'vue-antd-ui/es/divider/index'
|
import ADivider from 'vue-antd-ui/es/divider/index'
|
||||||
import ATable from 'vue-antd-ui/es/table'
|
import ATable from 'vue-antd-ui/es/table'
|
||||||
|
import PageLayout from '../layout/PageLayout'
|
||||||
|
|
||||||
const DetailListItem = DetailList.Item
|
const DetailListItem = DetailList.Item
|
||||||
|
|
||||||
@ -189,7 +190,7 @@ const scheduleData = [
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'BasicDetail',
|
name: 'BasicDetail',
|
||||||
components: {ATable, ADivider, DetailListItem, DetailList, AAvatar, ATooltip, ACard},
|
components: {PageLayout, ATable, ADivider, DetailListItem, DetailList, AAvatar, ATooltip, ACard},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
goodsColumns,
|
goodsColumns,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user