修改了预约记录的页面

This commit is contained in:
chendaze 2024-04-03 14:24:45 +08:00
parent b17efcc393
commit bd10c31aeb

View File

@ -146,6 +146,10 @@ export default {
title: '金额', title: '金额',
dataIndex: 'orderMoney' dataIndex: 'orderMoney'
}, },
{
title: '支付状态',
dataIndex: 'isPay'
},
{ {
title: '预约状态', title: '预约状态',
dataIndex: 'statusName' dataIndex: 'statusName'