|
|
@@ -44,6 +44,11 @@
|
|
|
<div class="adfac"><span style="color: #00AE57;">{{ scope.row.recruitmentNow||0 }}</span>/{{ scope.row.recruitmentMax||'无限制' }}</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="totalLoveValue" label="总爱心值" width="120">
|
|
|
+ <template #default="scope">
|
|
|
+ {{ scope.row.totalLoveValue||0 }}
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column prop="" label="上下架" width="120">
|
|
|
<template #default="scope">
|
|
|
<span v-if="scope.row.state==1" style="color: #00AE57;">已上架</span>
|