Procházet zdrojové kódy

优化分账详情菜单中的分账状态

张田田 před 2 měsíci
rodič
revize
c1781fd184
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/pages/index/order/revenueSharing.vue

+ 1 - 1
src/pages/index/order/revenueSharing.vue

@@ -239,7 +239,7 @@ function serviceDetail(model?: ConditioningRecordListModel) {
           <span class="order-no-link" @click="serviceDetail(row as any)">{{ row.orderNo }}</span>
         </template>
         <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 #toolbar-extra>
           <vxe-button style="margin-right: 12px" icon="vxe-icon-repeat" circle @click="refresh(page)"></vxe-button>