Commit db1fa1a2 authored by liangjingpeng's avatar liangjingpeng

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

parent 2c349caf
<template>
<PageWrapper
:title="title"
:title="title==='代办'?title:'订单信息列'"
dense
contentBackground
contentFullHeight
......
......@@ -47,7 +47,7 @@
</BasicTable>
</div>
</Tabs.TabPane>
<Tabs.TabPane key="3" tab="待办">
<Tabs.TabPane key="3" tab="订单待支付">
<div class="h-full" style="padding: 0 25px">
<BasicTable @register="registerTodoTable">
<template #bodyCell="{ column, record }">
......@@ -55,7 +55,7 @@
<TableAction
:actions="[
{
label: '详情',
label: '去处理',
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