新增订单号主收入列
This commit is contained in:
@@ -323,6 +323,11 @@ function isPlatformManaged(row: Order) {
|
||||
</div>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="号主收入" width="120" align="right">
|
||||
<template #default="{ row }">
|
||||
<strong class="owner-income-cell">¥{{ money(amountYuan(row.owner_rent_amount_cent)) }}</strong>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="创建时间" width="170">
|
||||
<template #default="{ row }">{{ formatDateTime(row.created_at) }}</template>
|
||||
</el-table-column>
|
||||
@@ -433,6 +438,11 @@ function isPlatformManaged(row: Order) {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.owner-income-cell {
|
||||
color: #d97706;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.order-link {
|
||||
overflow: hidden;
|
||||
color: #2f6bff;
|
||||
|
||||
Reference in New Issue
Block a user