更换列表为普通列表
This commit is contained in:
@@ -18,15 +18,15 @@
|
|||||||
<a-divider style="margin-bottom: 32px"/>
|
<a-divider style="margin-bottom: 32px"/>
|
||||||
|
|
||||||
<div class="title">退货商品</div>
|
<div class="title">退货商品</div>
|
||||||
<j-table
|
<a-table
|
||||||
style="margin-bottom: 24px"
|
style="margin-bottom: 24px"
|
||||||
:columns="goodsColumns"
|
:columns="goodsColumns"
|
||||||
:data="loadGoodsData">
|
:data="loadGoodsData">
|
||||||
|
|
||||||
</j-table>
|
</a-table>
|
||||||
|
|
||||||
<div class="title">退货进度</div>
|
<div class="title">退货进度</div>
|
||||||
<j-table
|
<a-table
|
||||||
style="margin-bottom: 24px"
|
style="margin-bottom: 24px"
|
||||||
:columns="scheduleColumns"
|
:columns="scheduleColumns"
|
||||||
:data="loadScheduleData">
|
:data="loadScheduleData">
|
||||||
@@ -37,14 +37,13 @@
|
|||||||
<a-badge :status="status" :text="status | statusFilter"/>
|
<a-badge :status="status" :text="status | statusFilter"/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
</j-table>
|
</a-table>
|
||||||
</a-card>
|
</a-card>
|
||||||
</page-layout>
|
</page-layout>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import PageLayout from '@/components/page/PageLayout'
|
import PageLayout from '@/components/page/PageLayout'
|
||||||
import JTable from '@/components/jero/JTable'
|
|
||||||
import DetailList from '@/components/tools/DetailList'
|
import DetailList from '@/components/tools/DetailList'
|
||||||
import ABadge from 'ant-design-vue/es/badge/Badge'
|
import ABadge from 'ant-design-vue/es/badge/Badge'
|
||||||
const DetailListItem = DetailList.Item
|
const DetailListItem = DetailList.Item
|
||||||
@@ -54,8 +53,7 @@ export default {
|
|||||||
PageLayout,
|
PageLayout,
|
||||||
ABadge,
|
ABadge,
|
||||||
DetailList,
|
DetailList,
|
||||||
DetailListItem,
|
DetailListItem
|
||||||
JTable
|
|
||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user