|
@@ -158,6 +158,7 @@ const gridOptions = reactive<VxeGridProps<ConditioningRecordListModel>>({
|
|
|
{ field: 'progress', title: '调理状态', slots: { default: 'patients' } },
|
|
{ field: 'progress', title: '调理状态', slots: { default: 'patients' } },
|
|
|
{ field: 'orderStatus', title: '订单状态', slots: { default: 'orderStatus' } },
|
|
{ field: 'orderStatus', title: '订单状态', slots: { default: 'orderStatus' } },
|
|
|
{ field: 'cost', title: '订单金额' },
|
|
{ field: 'cost', title: '订单金额' },
|
|
|
|
|
+ { field: 'profitSharing', title: '分账' },
|
|
|
{
|
|
{
|
|
|
field: 'action',
|
|
field: 'action',
|
|
|
title: '操作',
|
|
title: '操作',
|