|
@@ -239,7 +239,7 @@ function serviceDetail(model?: ConditioningRecordListModel) {
|
|
|
<span class="order-no-link" @click="serviceDetail(row as any)">{{ row.orderNo }}</span>
|
|
<span class="order-no-link" @click="serviceDetail(row as any)">{{ row.orderNo }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
<template #revenueStatusCell="{ row }">
|
|
<template #revenueStatusCell="{ row }">
|
|
|
- <span>{{ row.profitSharingStatus === '1' ? '未分账' : row.revenueStatus === '2' ? '已分账' : row.profitSharingStatus === '3' ? '分账异常' : '' }}</span>
|
|
|
|
|
|
|
+ <span>{{ row.profitSharingStatus === '1' ? '未分账' : row.profitSharingStatus === '2' ? '已分账' : row.profitSharingStatus === '3' ? '分账异常' : '' }}</span>
|
|
|
</template>
|
|
</template>
|
|
|
<template #toolbar-extra>
|
|
<template #toolbar-extra>
|
|
|
<vxe-button style="margin-right: 12px" icon="vxe-icon-repeat" circle @click="refresh(page)"></vxe-button>
|
|
<vxe-button style="margin-right: 12px" icon="vxe-icon-repeat" circle @click="refresh(page)"></vxe-button>
|