Commit db1fa1a2 authored by liangjingpeng's avatar liangjingpeng

个人中心-我的消息-bug修改

parent 2c349caf
<template> <template>
<PageWrapper <PageWrapper
:title="title" :title="title==='代办'?title:'订单信息列'"
dense dense
contentBackground contentBackground
contentFullHeight contentFullHeight
......
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</BasicTable> </BasicTable>
</div> </div>
</Tabs.TabPane> </Tabs.TabPane>
<Tabs.TabPane key="3" tab="待办"> <Tabs.TabPane key="3" tab="订单待支付">
<div class="h-full" style="padding: 0 25px"> <div class="h-full" style="padding: 0 25px">
<BasicTable @register="registerTodoTable"> <BasicTable @register="registerTodoTable">
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<TableAction <TableAction
:actions="[ :actions="[
{ {
label: '详情', label: '去处理',
onClick: handleDetail.bind(null, record), onClick: handleDetail.bind(null, record),
}, },
]" ]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment