| | |
| | | <el-table v-loading="loading" :data="wishList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> |
| | | <el-table-column type="selection" :reserve-selection="true" width="55" align="center" /> |
| | | <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="60"/> |
| | | <el-table-column label="时间" prop="happenTime" sortable width="100" align="center"> |
| | | <el-table-column label="时间" prop="happenTime" sortable width="150" align="center"> |
| | | <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label="理想标题/百年心愿" prop="title" sortable width="160" align="center"> |
| | | <template slot-scope="scope">{{scope.row.title? scope.row.title: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label="始于何因" prop="cause" sortable :show-overflow-tooltip="true" width="120" align="center" > |
| | | <el-table-column label="始于何因" prop="cause" sortable :show-overflow-tooltip="true" width="140" align="center" > |
| | | <template slot-scope="scope">{{scope.row.cause? scope.row.cause: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label="受惠人" prop="beneficiary" sortable width="120" align="center" > |
| | | <el-table-column label="受惠人" prop="beneficiary" sortable width="140" align="center" > |
| | | <template slot-scope="scope">{{scope.row.beneficiary? scope.row.beneficiary: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label="继承人" prop="heir" sortable width="110" align="center"> |
| | | <el-table-column label="继承人" prop="heir" sortable width="140" align="center"> |
| | | <template slot-scope="scope">{{scope.row.heir? scope.row.heir: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label="实现难度" prop="difficulty" sortable width="120" align="center"> |