|
@@ -146,12 +146,12 @@ const currentColumns = computed(() => [
|
|
|
align: 'center',
|
|
align: 'center',
|
|
|
slot: 'timeRange' // 使用插槽显示开始时间和结束时间(上下两行)
|
|
slot: 'timeRange' // 使用插槽显示开始时间和结束时间(上下两行)
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- prop: 'followProfit',
|
|
|
|
|
- label: t('Documentary.TundManagement.item21'),
|
|
|
|
|
- align: 'center',
|
|
|
|
|
- formatter: ({ row }) => percentFormat(row.followProfit || 0)
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // {
|
|
|
|
|
+ // prop: 'followProfit',
|
|
|
|
|
+ // label: t('Documentary.TundManagement.item21'),
|
|
|
|
|
+ // align: 'center',
|
|
|
|
|
+ // formatter: ({ row }) => percentFormat(row.followProfit || 0)
|
|
|
|
|
+ // }
|
|
|
])
|
|
])
|
|
|
|
|
|
|
|
const selectLoginDeal = () => {
|
|
const selectLoginDeal = () => {
|