|
|
@ -207,7 +207,7 @@ const handleSortChange = (column) => { |
|
|
|
console.log('排序方式:', column.order) |
|
|
|
if (column.prop === 'buyJb') { |
|
|
|
sortField.value = 'buy_jb' |
|
|
|
} else if (column.prop === 'taskJb') { |
|
|
|
} else if (column.prop === 'coreJb') { |
|
|
|
sortField.value = 'core_jb' |
|
|
|
} else if (column.prop === 'free6') { |
|
|
|
sortField.value = 'free_6' |
|
|
@ -355,7 +355,7 @@ const handleCurrentChange = function (val) { |
|
|
|
<el-table-column |
|
|
|
prop="buyJb" |
|
|
|
label="永久金币" |
|
|
|
sortable="“custom”" |
|
|
|
sortable="custom" |
|
|
|
width="110" |
|
|
|
> |
|
|
|
<template #default="scope"> |
|
|
@ -372,7 +372,7 @@ const handleCurrentChange = function (val) { |
|
|
|
<el-table-column |
|
|
|
prop="free6" |
|
|
|
label=" 6月份到期免费金币" |
|
|
|
sortable="“custom”" |
|
|
|
sortable="custom" |
|
|
|
width="110" |
|
|
|
> |
|
|
|
<template #default="scope"> |
|
|
@ -382,7 +382,7 @@ const handleCurrentChange = function (val) { |
|
|
|
<el-table-column |
|
|
|
prop="free12" |
|
|
|
label="12月份到期免费金币" |
|
|
|
sortable="“custom”" |
|
|
|
sortable="custom" |
|
|
|
width="110" |
|
|
|
> |
|
|
|
<template #default="scope"> |
|
|
@ -392,7 +392,7 @@ const handleCurrentChange = function (val) { |
|
|
|
<el-table-column |
|
|
|
prop="coreJb" |
|
|
|
label="任务金币" |
|
|
|
sortable="“custom”" |
|
|
|
sortable="custom" |
|
|
|
width="130" |
|
|
|
> |
|
|
|
<template #default="scope"> |
|
|
|